<xs:attributeGroup name="FareRestrictPrefGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies preferences for airfare restrictions acceptable or not acceptable for a given travel situation.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="PreferLevelGroup" />
<xs:attribute name="FareRestriction" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Refer to OTA Code List Fare Restriction (FAR).
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Date" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A date that is associated to the fare restriction.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|