Definition Type: Element
Name: OtherServiceInformations
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A collection of Other Service Information
Collapse XSD Schema Diagram:
Drilldown into OtherServiceInformation in schema ota_aircommontypes_xsd1XSD Diagram of OtherServiceInformations in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="OtherServiceInformations" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">A collection of Other Service Information</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="OtherServiceInformation" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Other Service Information (OSI) for relevant airlines </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:complexContent>
                        <xs:extension base="OtherServiceInfoType">
                            <xs:attribute name="RPH" type="RPH_Type" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Unique value associated with the OSI.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="Operation" type="ActionType" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Indicates the required modification to the element.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OtherServiceInformation OtherServiceInformation (1) unbounded