Definition Type: AttributeGroup
Name: BookingChannelGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Specifies the booking channel types and whether it is the primary means of connectivity of the source.
Collapse XSD Schema Diagram:
Drilldown into Primary in schema ota_commontypes_xsd1 Drilldown into Type in schema ota_commontypes_xsd1XSD Diagram of BookingChannelGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="BookingChannelGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies the booking channel types and whether it is the primary means of connectivity of the source.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="Type" type="OTA_CodeType" use="required">
        <xs:annotation>
            <xs:documentation xml:lang="en">The type of booking channel (e.g. Global Distribution System (GDS), Alternative Distribution System (ADS), Sales and Catering System (SCS), Property Management System (PMS), Central Reservation System (CRS), Tour Operator System (TOS), Internet and ALL). Refer to OTA Code List Booking Channel Type (BCT).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Primary" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Indicates whether the enumerated booking channel is the primary means of connectivity used by the source.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Type Type Required
Primary Primary Optional