<xsd:simpleType name="EmailAddressType_Enum_Base">
<xsd:annotation>
<xsd:documentation source="Description">Specifies a type of email address.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationOpen" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">EmailAddressType_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Business" />
<xsd:enumeration value="Listserve" />
<xsd:enumeration value="Managing company" />
<xsd:enumeration value="Personal" />
<xsd:enumeration value="Property" />
<xsd:enumeration value="Reservation office" />
<xsd:enumeration value="Sales office" />
<xsd:enumeration value="Other_" />
</xsd:restriction>
</xsd:simpleType>
|