Definition Type: Attribute
Name: SingleVendorInd
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
ContentType Restriction
Use (Optional)
Documentation:
Indicates if program is affiliated with a group of related offers accumulating credits.
Collapse XSD Schema Diagram:
XSD Diagram of SingleVendorInd in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration SingleVndr
Enumeration Alliance