A price or segment can be valid only if booked in specific places : **>Any (or omitted) : where and when the booking is made is not relevant **>Local: Booking can only be made locally at the travel destination. A separate quotation can however be placed if price is not information. **>Merchant: Booking can only be made before the travel starts, at the merchant site or web site (not necessarily the vendor). |
<xs:simpleType name="SellLocationCodeType"> <xs:annotation> <xs:documentation>A price or segment can be valid only if booked in specific places : **>Any (or omitted) : where and when the booking is made is not relevant **>Local: Booking can only be made locally at the travel destination. A separate quotation can however be placed if price is not information. **>Merchant: Booking can only be made before the travel starts, at the merchant site or web site (not necessarily the vendor).</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Any"/> <xs:enumeration value="Local"/> <xs:enumeration value="Merchant"/> <xs:enumeration value="Reseller"/> </xs:restriction> </xs:simpleType> |