<xsd:simpleType name="VehicleCategory_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Size category of ground transportation vehicle - extracted from 1.0 SIZ code table</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">VehicleCategory_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Luxury" />
<xsd:enumeration value="Premium" />
<xsd:enumeration value="Minivan" />
<xsd:enumeration value="12 passenger van" />
<xsd:enumeration value="Stretch" />
<xsd:enumeration value="Car" />
<xsd:enumeration value="Minibus" />
<xsd:enumeration value="SUV" />
</xsd:restriction>
</xsd:simpleType>
|