<xs:complexType name="SpecialServiceRequestType">
<xs:annotation>
<xs:documentation xml:lang="en">SSR's for this booking request e.g.,. meals</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Airline" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Specify airline to request availability for.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Text" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Text associated with remark</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="SSRCode" type="AlphaLength4" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The four alpha position industry code identifying a particular type of special service request.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ServiceQuantity" type="Numeric1to99" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the number of special services.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Status" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Code providing status information for this special service request. Refer to OTA Code List 'Status' (STS).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Number" type="Numeric1to999" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A number which identifies an SSR in a system.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|