<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>
|