<xsd:simpleType name="ToFrom_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Used to indicate whether the context is to a facility or from a facility.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ToFrom_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ToFacility">
<xsd:annotation>
<xsd:documentation source="Description">Indicates the direction is to the facility based on use (e.g., hotel, car rental location, airport).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FromFacility">
<xsd:annotation>
<xsd:documentation source="Description">Indicates the direction is from the facility based on use (e.g., hotel, car rental location, airport).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|