Definition Type: Element
Name: VendorPref
Type: CompanyNamePrefType
Containing Schema: OTA_AirPreferences.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
Specify vendors to include and exclude from the response.
Collapse XSD Schema Diagram:
Drilldown into Department in schema ota_commontypes_xsd1 Drilldown into Division in schema ota_commontypes_xsd1 Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into Code in schema ota_commontypes_xsd1 Drilldown into TravelSector in schema ota_commontypes_xsd1 Drilldown into CompanyShortName in schema ota_commontypes_xsd1 Drilldown into CompanyID_AttributesGroup in schema ota_commontypes_xsd Drilldown into CompanyNameType in schema ota_commontypes_xsd Drilldown into PreferLevel in schema ota_commontypes_xsd1 Drilldown into PreferLevelGroup in schema ota_commontypes_xsd Drilldown into CompanyNamePrefType in schema ota_commonprefs_xsd Drilldown into LoyaltyAllowedInd in schema ota_airpreferences_xsd Drilldown into AllianceAllowedInd in schema ota_airpreferences_xsdXSD Diagram of VendorPref in schema ota_airpreferences_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="VendorPref" minOccurs="0" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specify vendors to include and exclude from the response.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="CompanyNamePrefType">
                <xs:attribute name="AllianceAllowedInd" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">When true, flights for other airlines in an alliance with the specified carrier code may be returned.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="LoyaltyAllowedInd" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">When true, flights for other airlines in a loyalty program with the specified  carrier code may be returned.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
CompanyShortName CompanyShortName Optional
TravelSector TravelSector Optional
Code Code Optional
CodeContext CodeContext Optional
Division Division Optional
Department Department Optional
PreferLevel PreferLevel Preferred Optional
AllianceAllowedInd AllianceAllowedInd Optional
LoyaltyAllowedInd LoyaltyAllowedInd Optional
Collapse Derivation Tree: