Definition Type: Element
Name: SpecialServiceRequest
Type: [Unresolved]: SpecialServiceRequestType:
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Special Service Requests (SSR) for this booking
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_xsd Drilldown into SpecialServiceRequestType in schema ota_aircommontypes_xsd1 Drilldown into BirthDate in schema ota_commontypes_xsd1 Drilldown into BirthDateGroup in schema ota_commontypes_xsd Drilldown into FlightRefNumberRPHList in schema ota_aircommontypes_xsd Drilldown into TravelerRefNumberRPHList in schema ota_aircommontypes_xsdXSD Diagram of SpecialServiceRequest in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FlightLeg FlightLeg: 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
TravelerRefNumberRPHList TravelerRefNumberRPHList Optional
FlightRefNumberRPHList FlightRefNumberRPHList Optional