<xsd:simpleType name="CompartmentPosition_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Identifies the position of a compartment, such as upper and lower.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">CompartmentPosition_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="CloseToRestaurantCar" />
<xsd:enumeration value="CloseToExit" />
<xsd:enumeration value="CloseToToilet" />
<xsd:enumeration value="MiddleOfCar" />
</xsd:restriction>
</xsd:simpleType>
|