<xs:element name="SeatRequest" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Seating requests for each passenger for each air leg of this trip.</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="SeatRequestType">
<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:attribute name="PartialSeatingInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the carrier supports partial seating. When false, the carrier does not support partial seating.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|