Definition Type: AttributeGroup
Name: SingleVendorIndGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Indicates the alliance status of a program.
Collapse XSD Schema Diagram:
Drilldown into SingleVendorInd in schema ota_commontypes_xsd1XSD Diagram of SingleVendorIndGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="SingleVendorIndGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates the alliance status of a program.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="SingleVendorInd">
        <xs:annotation>
            <xs:documentation xml:lang="en">Indicates if program is affiliated with a group of related offers accumulating credits.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
            <xs:restriction base="xs:NMTOKEN">
                <xs:enumeration value="SingleVndr">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Indicates the program is not part of an alliance.</xs:documentation>
                    </xs:annotation>
                </xs:enumeration>
                <xs:enumeration value="Alliance">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Indicates the program is part of an alliance.</xs:documentation>
                    </xs:annotation>
                </xs:enumeration>
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
SingleVendorInd SingleVendorInd (Optional)