<xs:simpleType name="GlobalIndicatorType">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the global travel area.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="AP">
<xs:annotation>
<xs:documentation xml:lang="en">Atlantic/Pacific Round-the-World</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AT">
<xs:annotation>
<xs:documentation xml:lang="en">Atlantic Ocean</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CT">
<xs:annotation>
<xs:documentation xml:lang="en">Circle trip
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DO">
<xs:annotation>
<xs:documentation xml:lang="en">Domestic
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EH">
<xs:annotation>
<xs:documentation xml:lang="en">Eastern Hemisphere</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FE">
<xs:annotation>
<xs:documentation xml:lang="en">Within the Far East
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PA">
<xs:annotation>
<xs:documentation xml:lang="en">Pacific Ocean</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PN">
<xs:annotation>
<xs:documentation xml:lang="en">TC1-TC3 via Pacific/N. America
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PO">
<xs:annotation>
<xs:documentation xml:lang="en">Polar Route</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RU">
<xs:annotation>
<xs:documentation xml:lang="en">Russia Area 3
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RW">
<xs:annotation>
<xs:documentation xml:lang="en">Round the world
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SA">
<xs:annotation>
<xs:documentation xml:lang="en">South Atlantic only</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TS">
<xs:annotation>
<xs:documentation xml:lang="en">Trans Siberia Route</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WH">
<xs:annotation>
<xs:documentation xml:lang="en">Western Hemisphere</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|