| diagram | ![]() |
||
| namespace | http://www.fixm.aero/base/4.3 | ||
| children | fb:range fb:value | ||
| used by |
|
||
| annotation |
|
||
| 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> |
| diagram | ![]() |
||
| namespace | http://www.fixm.aero/base/4.3 | ||
| type | fb:TimeRangeType | ||
| properties |
|
||
| children | fb:earliest fb:extension fb:latest | ||
| annotation |
|
||
| 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> |
| diagram | ![]() |
||||||
| namespace | http://www.fixm.aero/base/4.3 | ||||||
| type | fb:DateTimeUtcType | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| 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> |