<xsd:simpleType name="TravelSector_Enum_Base">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the travel sector.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationOpen" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">TravelSector_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Air" />
<xsd:enumeration value="Car" />
<xsd:enumeration value="Cruise" />
<xsd:enumeration value="Excursion" />
<xsd:enumeration value="Ferry" />
<xsd:enumeration value="Golf" />
<xsd:enumeration value="Hotel" />
<xsd:enumeration value="Insurance" />
<xsd:enumeration value="Package option" />
<xsd:enumeration value="Rail" />
<xsd:enumeration value="Tour" />
<xsd:enumeration value="Other_" />
</xsd:restriction>
</xsd:simpleType>
|