complexType TemporalChoiceType
diagram Nas_diagrams/Nas_p459.png
namespace http://www.fixm.aero/base/4.1
type extension of fb:ExtensibleType
properties
base fb:ExtensibleType
children fb:extension fb:temporalRange fb:timeValue
used by
elements TimeConstraintType/temporalSpecification TemporalChoice
annotation
documentation

            Allows to specify either a time or a time range.
        
source <complexType name="TemporalChoiceType">
 
<annotation>
   
<documentation>
            Allows to specify either a time or a time range.
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensibleType">
     
<choice>
       
<element name="temporalRange" type="fb:TemporalRangeType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Specified range of time.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="timeValue" type="fb:TimeType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Value of time specification.
                    
</documentation>
         
</annotation>
       
</element>
     
</choice>
   
</extension>
 
</complexContent>
</complexType>

element TemporalChoiceType/temporalRange
diagram Nas_diagrams/Nas_p460.png
namespace http://www.fixm.aero/base/4.1
type fb:TemporalRangeType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension
attributes
Name  Type  Use  Default  Fixed  Annotation
earliest  fb:TimeType  optional      
documentation

                     lower bound of the temporal range.
                 
latest  fb:TimeType  optional      
documentation

                     Upper bound of the temporal range.
                 
annotation
documentation

                        Specified range of time.
                    
source <element name="temporalRange" type="fb:TemporalRangeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Specified range of time.
                    
</documentation>
 
</annotation>
</element>

element TemporalChoiceType/timeValue
diagram Nas_diagrams/Nas_p461.png
namespace http://www.fixm.aero/base/4.1
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation

                        Value of time specification.
                    
source <element name="timeValue" type="fb:TimeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Value of time specification.
                    
</documentation>
 
</annotation>
</element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy