Definition Type: Element
Name: OtherServiceInformation
Type: [Unresolved]: OtherServiceInfoType:
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs (1)
MaxOccurs unbounded
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_xsd Drilldown into OtherServiceInfoType in schema ota_aircommontypes_xsd1 Drilldown into Operation in schema ota_aircommontypes_xsd Drilldown into RPH in schema ota_aircommontypes_xsdXSD Diagram of OtherServiceInformation in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
RPH RPH Optional
Operation Operation Optional