Definition Type: ComplexType
Name: OtherServiceInfoType
Containing Schema: OTA_AirCommonTypes.xsd
Abstract
Documentation:
Other Service Information (OSI) for relevant airlines
Collapse XSD Schema Diagram:
Drilldown into Text in schema ota_aircommontypes_xsd1 Drilldown into Airline in schema ota_aircommontypes_xsd1 Drilldown into TravelerRefNumber in schema ota_aircommontypes_xsd1 Drilldown into Code in schema ota_aircommontypes_xsdXSD Diagram of OtherServiceInfoType in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="OtherServiceInfoType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Other Service Information (OSI) for relevant airlines </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="TravelerRefNumber" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation xml:lang="en">One or more travelers to whom this request applies</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:attributeGroup ref="TravelerRefNumberGroup" />
            </xs:complexType>
        </xs:element>
        <xs:element name="Airline" type="CompanyNameType">
            <xs:annotation>
                <xs:documentation xml:lang="en">The airline to which the OSI applies.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Text" type="StringLength1to64">
            <xs:annotation>
                <xs:documentation xml:lang="en">The OSI text.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="Code" type="AlphaLength4" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A proprietary code used between systems to identify an other service information item.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TravelerRefNumber TravelerRefNumber 0 unbounded
Airline Airline (1) (1)
Text Text (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Code Code Optional