<xsd:simpleType name="TaxType_Enum_Base">
<xsd:annotation>
<xsd:documentation source="Description">Describes the type of fee or tax.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationOpen" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">TaxType_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Assessment/license tax" />
<xsd:enumeration value="Bed tax" />
<xsd:enumeration value="City tax" />
<xsd:enumeration value="Convention tax" />
<xsd:enumeration value="Country tax" />
<xsd:enumeration value="County tax" />
<xsd:enumeration value="Energy tax" />
<xsd:enumeration value="Federal tax" />
<xsd:enumeration value="Food & beverage tax" />
<xsd:enumeration value="Goods and services tax (GST)" />
<xsd:enumeration value="Insurance Premium Tax" />
<xsd:enumeration value="Lodging tax" />
<xsd:enumeration value="National government tax" />
<xsd:enumeration value="Occupancy tax" />
<xsd:enumeration value="Room Tax" />
<xsd:enumeration value="Sales tax" />
<xsd:enumeration value="State tax" />
<xsd:enumeration value="Surplus Lines Tax" />
<xsd:enumeration value="Total tax" />
<xsd:enumeration value="Tourism tax" />
<xsd:enumeration value="Value Added Tax (VAT)" />
<xsd:enumeration value="Other_" />
</xsd:restriction>
</xsd:simpleType>
|