complexType TimeRangeType
diagram BasicMessage_diagrams/BasicMessage_p201.png
namespace http://www.fixm.aero/base/4.3
children fb:earliest fb:extension fb:latest
used by
element TimeChoiceType/range
annotation
documentation
Represents a time range with a lower and/or upper bound.
source <xs:complexType name="TimeRangeType">
 
<xs:annotation>
   
<xs:documentation>Represents a time range with a lower and/or upper bound.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="earliest" type="fb:DateTimeUtcType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Lower bound of the time range.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:TimeRangeExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="latest" type="fb:DateTimeUtcType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Upper bound of the time range.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element TimeRangeType/earliest
diagram BasicMessage_diagrams/BasicMessage_p202.png
namespace http://www.fixm.aero/base/4.3
type fb:DateTimeUtcType
properties
minOcc 0
maxOcc 1
content simple
nillable true
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
Lower bound of the time range.
source <xs:element name="earliest" type="fb:DateTimeUtcType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Lower bound of the time range.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TimeRangeType/extension
diagram BasicMessage_diagrams/BasicMessage_p203.png
namespace http://www.fixm.aero/base/4.3
type fb:TimeRangeExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:TimeRangeExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TimeRangeType/latest
diagram BasicMessage_diagrams/BasicMessage_p204.png
namespace http://www.fixm.aero/base/4.3
type fb:DateTimeUtcType
properties
minOcc 0
maxOcc 1
content simple
nillable true
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
Upper bound of the time range.
source <xs:element name="latest" type="fb:DateTimeUtcType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Upper bound of the time range.</xs:documentation>
 
</xs:annotation>
</xs:element>


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