simpleType TimeConditionType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
element TimeConstraintType/condition
facets
Kind Value Annotation
enumeration AT
enumeration AT_OR_AFTER
enumeration AT_OR_BEFORE
enumeration BETWEEN
annotation
documentation
Describes the type of time constraint. The associated which specifies how the time relates to the point.
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>


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