<xsd:simpleType name="Applicability_Enum">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Applicability_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="FromPickupLocation">
<xsd:annotation>
<xsd:documentation source="Description">Distances are referenced from the pick-up location.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FromDropoffLocation">
<xsd:annotation>
<xsd:documentation source="Description">Distances are referenced from the drop-off location.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="BeforePickup">
<xsd:annotation>
<xsd:documentation source="Description">Times are referenced from the pick-up time.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AfterDropoff">
<xsd:annotation>
<xsd:documentation source="Description">Times are referenced from the drop-off time.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|