| namespace | http://www.fixm.aero/flight/4.2 | |||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties |
|
|||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:simpleType name="TimeConditionType"> <xs:annotation> <xs:documentation>Describes the type of time constraint. The associated which specifies how the time relates to the point.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="AT"/> <xs:enumeration value="AT_OR_AFTER"/> <xs:enumeration value="AT_OR_BEFORE"/> <xs:enumeration value="BETWEEN"/> </xs:restriction> </xs:simpleType> |