<xs:attribute name="DateChangeIdentifier" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Signifies crossing a dateline and or midnight during the course of the flight.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="-1">
<xs:annotation>
<xs:documentation xml:lang="en">The arrival is a day earlier than the departure.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="+1">
<xs:annotation>
<xs:documentation xml:lang="en">The arrival is a day later than the departure.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="+2">
<xs:annotation>
<xs:documentation xml:lang="en">The arrival is a 2 days later than the departure.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|