complexType TimeChoiceType
diagram BasicMessage_diagrams/BasicMessage_p189.png
namespace http://www.fixm.aero/base/4.2
children fb:timeRange fb:timeValue
used by
element TimeConstraintType/timeSpecification
annotation
documentation
Allows to specify either a time or a time range.
source <xs:complexType name="TimeChoiceType">
 
<xs:annotation>
   
<xs:documentation>Allows to specify either a time or a time range.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="timeRange" type="fb:TimeRangeType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Specified range of time.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="timeValue" type="fb:TimeType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Value of time specification.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element TimeChoiceType/timeRange
diagram BasicMessage_diagrams/BasicMessage_p190.png
namespace http://www.fixm.aero/base/4.2
type fb:TimeRangeType
properties
content complex
children fb:earliest fb:extension fb:latest
annotation
documentation
Specified range of time.
source <xs:element name="timeRange" type="fb:TimeRangeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Specified range of time.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TimeChoiceType/timeValue
diagram BasicMessage_diagrams/BasicMessage_p191.png
namespace http://www.fixm.aero/base/4.2
type fb:TimeType
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](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
Value of time specification.
source <xs:element name="timeValue" type="fb:TimeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Value of time specification.</xs:documentation>
 
</xs:annotation>
</xs:element>


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