Definition Type: ComplexType
Name: OtherServiceInfo
Namespace: http://www.opentravel.org/OTM/product/v4
Containing Schema: Product_4_0_0.xsd
Abstract
Documentation:
Other Service Information (OSI) for relevant airlines Other Service Information (OSI) for relevant airlines
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into Operator in schema product_4_0_0_xsd Drilldown into text in schema product_4_0_0_xsd Drilldown into code in schema product_4_0_0_xsdXSD Diagram of OtherServiceInfo in schema product_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="OtherServiceInfo">
    <xsd:annotation>
        <xsd:documentation source="Description">Other Service Information (OSI) for relevant airlines</xsd:documentation>
        <xsd:documentation source="Description">Other Service Information (OSI) for relevant airlines</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">OtherServiceInfo</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="Operator" type="ota2-0400:CompanyName">
            <xsd:annotation>
                <xsd:documentation source="Description">The operator to which the OSI applies.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
    <xsd:attribute name="code" type="ota2-0400:OSI_Code" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">A proprietary code used between systems to identify an Other Service Information (OSI) item.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="text" type="ota2-0400:StringShort" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">The OSI text. (1-64)</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Operator prod-0400:Operator 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
code prod-0400:code Optional
text prod-0400:text Optional
Collapse Derivation Tree:
Collapse References:
prod-0400:OtherServiceInfo