<xsd:simpleType name="PhoneLocation_Enum_Base">
<xsd:annotation>
<xsd:documentation source="Description">Where the phone is located.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationOpen" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PhoneLocation_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Brand reservations office" />
<xsd:enumeration value="Central reservations office" />
<xsd:enumeration value="Home" />
<xsd:enumeration value="Managing company" />
<xsd:enumeration value="Mobile" />
<xsd:enumeration value="Office" />
<xsd:enumeration value="Property direct" />
<xsd:enumeration value="Property reservation Office" />
<xsd:enumeration value="Sales office" />
<xsd:enumeration value="Other_" />
</xsd:restriction>
</xsd:simpleType>
|