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