Definition Type: Element
Name: SpecialServiceRequests
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A collection of Special Service Request
Collapse XSD Schema Diagram:
Drilldown into SpecialServiceRequest in schema ota_aircommontypes_xsd1XSD Diagram of SpecialServiceRequests in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="SpecialServiceRequests" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">A collection of Special Service Request</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SpecialServiceRequest" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Special Service Requests (SSR) for this booking</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:annotation>
                        <xs:documentation xml:lang="en"> AWG to revisit.</xs:documentation>
                    </xs:annotation>
                    <xs:complexContent>
                        <xs:extension base="SpecialServiceRequestType">
                            <xs:sequence>
                                <xs:element name="FlightLeg" type="FlightLegType" minOccurs="0">
                                    <xs:annotation>
                                        <xs:documentation xml:lang="en">Flight information associated to this special request, used when FlightRefNumberRPHList is not available or is different.</xs:documentation>
                                    </xs:annotation>
                                </xs:element>
                            </xs:sequence>
                            <xs:attribute name="TravelerRefNumberRPHList" type="ListOfRPH" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">One or more travelers to whom this request applies</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="FlightRefNumberRPHList" type="ListOfRPH" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">One or more flights to whom this request applies</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attributeGroup ref="BirthDateGroup">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">The birth date of the traveler to whom this SSR applies.</xs:documentation>
                                </xs:annotation>
                            </xs:attributeGroup>
                        </xs:extension>
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SpecialServiceRequest SpecialServiceRequest (1) unbounded