<xs:simpleType name="FareAccessPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Fare calculation type (e.g. PointToPoint, Through, Joint, Private)</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="PointToPoint" />
<xs:enumeration value="Through" />
<xs:enumeration value="Joint" />
<xs:enumeration value="Private" />
<xs:enumeration value="Negotiated" />
<xs:enumeration value="Net" />
<xs:enumeration value="Historical">
<xs:annotation>
<xs:documentation xml:lang="en">To request ATPCO historical fare/rule information.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SecurateAir">
<xs:annotation>
<xs:documentation xml:lang="en">To request fares for a specified agreement.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Moneysaver">
<xs:annotation>
<xs:documentation xml:lang="en">To request all airline fares for the specified city pair, lowest to highest.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MoneysaverRoundtrip">
<xs:annotation>
<xs:documentation xml:lang="en">All roundtrip airline fares for the specified city pair including one way fares.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MoneysaverNoOneWay">
<xs:annotation>
<xs:documentation xml:lang="en">All airline fares for the specified city pair but no one way fares.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MoneysaverOneWayOnly">
<xs:annotation>
<xs:documentation xml:lang="en">Only one-way fares for all airlines for the specified city pair.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|