complexType TimeChoiceType
diagram BasicMessage_diagrams/BasicMessage_p198.png
namespace http://www.fixm.aero/base/4.3
children fb:range fb:value
used by
element TimeConstraintType/timeSpecification
annotation
documentation
Represent either a specific time or a time range with a lower and/or upper bound.
source <xs:complexType name="TimeChoiceType">
 
<xs:annotation>
   
<xs:documentation>Represent either a specific time or a time range with a lower and/or upper bound.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="range" type="fb:TimeRangeType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Represents a time range with a lower and/or upper bound.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="value" type="fb:DateTimeUtcType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A specific time value.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element TimeChoiceType/range
diagram BasicMessage_diagrams/BasicMessage_p199.png
namespace http://www.fixm.aero/base/4.3
type fb:TimeRangeType
properties
content complex
children fb:earliest fb:extension fb:latest
annotation
documentation
Represents a time range with a lower and/or upper bound.
source <xs:element name="range" type="fb:TimeRangeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Represents a time range with a lower and/or upper bound.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TimeChoiceType/value
diagram BasicMessage_diagrams/BasicMessage_p200.png
namespace http://www.fixm.aero/base/4.3
type fb:DateTimeUtcType
properties
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])|24:00:00)Z
annotation
documentation
A specific time value.
source <xs:element name="value" type="fb:DateTimeUtcType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A specific time value.</xs:documentation>
 
</xs:annotation>
</xs:element>


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