Definition Type: ComplexType
Name: SpecialServiceRequestType
Containing Schema: OTA_AirCommonTypes.xsd
Abstract
Documentation:
SSR's for this booking request e.g.,. meals
Collapse XSD Schema Diagram:
Drilldown into Text in schema ota_aircommontypes_xsd1 Drilldown into Airline in schema ota_aircommontypes_xsd1 Drilldown into Number in schema ota_aircommontypes_xsd Drilldown into Status in schema ota_aircommontypes_xsd Drilldown into ServiceQuantity in schema ota_aircommontypes_xsd Drilldown into SSRCode in schema ota_aircommontypes_xsdXSD Diagram of SpecialServiceRequestType in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Airline Airline 0 (1)
Text Text 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
SSRCode SSRCode Required
ServiceQuantity ServiceQuantity Optional
Status Status Optional
Number Number Optional