<xs:simpleType name="DateTimeWindowWindowType">
<xs:annotation>
<xs:appinfo>§Hist+DF+2013-09-20+add: to allow discrimination of date and time windows provided at the same time like for air</xs:appinfo>
<xs:documentation xml:lang="en">To qualify a date time window as a time only, a date only or a date time This is useful when several windows are provided, for instante to express a date window (like 8 to 12 december - base date being 10 december) at the same time as a Time window (like between 8 and 12 AM)</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Date"/>
<xs:enumeration value="DateTime"/>
<xs:enumeration value="Time"/>
</xs:restriction>
</xs:simpleType> |