Definition Type: Element
Name: BookingChannel
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies the booking channel type and whether it is the primary means of connectivity of the source.
Collapse XSD Schema Diagram:
Drilldown into CompanyName in schema ota_commontypes_xsd Drilldown into Primary in schema ota_commontypes_xsd1 Drilldown into Type in schema ota_commontypes_xsd1 Drilldown into BookingChannelGroup in schema ota_commontypes_xsdXSD Diagram of BookingChannel in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="BookingChannel" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies the booking channel type and whether it is the primary means of connectivity of the source.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CompanyName" type="CompanyNameType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Identifies the company that is associated with the booking channel.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="BookingChannelGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies the booking channel type and whether it is the primary means of connectivity of the source.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CompanyName CompanyName 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Type Type Required
Primary Primary Optional