<xs:attributeGroup name="FareTypePrefGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies a type of fare and a preference level for the type.</xs:documentation>
</xs:annotation>
<xs:attribute name="FareType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The type of fare required (e.g. unrestricted, excursion). Refer to the Fare Qualifier OTA Code list (FAQ).</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="UpperCaseAlphaLength1to3 OTA_CodeType" />
</xs:simpleType>
</xs:attribute>
<xs:attribute name="PreferLevel" type="PreferLevelType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for a fare type.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|