Definition Type: AttributeGroup
Name: FareRestrictPrefGroup
Containing Schema: OTA_AirCommonTypes.xsd
Documentation:
Identifies preferences for airfare restrictions acceptable or not acceptable for a given travel situation.
Collapse XSD Schema Diagram:
Drilldown into Date in schema ota_aircommontypes_xsd Drilldown into FareRestriction in schema ota_aircommontypes_xsd Drilldown into PreferLevel in schema ota_commontypes_xsd1 Drilldown into PreferLevelGroup in schema ota_commontypes_xsdXSD Diagram of FareRestrictPrefGroup in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
FareRestriction FareRestriction Optional
Date Date Optional