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