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