<xs:simpleType name="RequesterApplicationCodeType">
<xs:annotation>
<xs:documentation>Used to describe the application plateform (GDS) used by the Requester</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ALP"/>
<xs:enumeration value="CETO"/>
<xs:enumeration value="ContourLink"/>
<xs:enumeration value="Ecotour"/>
<xs:enumeration value="GMTO"/>
<xs:enumeration value="Orchestra"/>
<xs:enumeration value="SIGAV"/>
<xs:enumeration value="SpeedResa"/>
<xs:enumeration value="Travelsoft"/>
<xs:enumeration value="Traveltainment"/>
</xs:restriction>
</xs:simpleType> |