simpleType TimeConditionType
namespace http://www.fixm.aero/flight/4.1
type restriction of string
properties
base xs:string
used by
attribute TimeConstraintType/@condition
facets
Kind Value Annotation
enumeration AT
enumeration AT_OR_BEFORE
enumeration AT_OR_AFTER
enumeration BETWEEN
annotation
documentation

            Describes the type of time constraint. The associated which specifies how the time
            relates to the point.
        
source <simpleType name="TimeConditionType">
 
<annotation>
   
<documentation>
            Describes the type of time constraint. The associated which specifies how the time
            relates to the point.
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="AT"/>
   
<enumeration value="AT_OR_BEFORE"/>
   
<enumeration value="AT_OR_AFTER"/>
   
<enumeration value="BETWEEN"/>
 
</restriction>
</simpleType>


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