<xs:attributeGroup name="SeatRequestAttributes">
<xs:annotation>
<xs:documentation xml:lang="en">Attributes for seat request. Note: you can choose a specific seat or just a general preference</xs:documentation>
</xs:annotation>
<xs:attribute name="SeatNumber" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to provide the seat number.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SeatPreference" type="ListOfOTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Refer to OTA Code List Seat Preference (STP).
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="SmokingIndicatorGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates whether or not smoking is allowed.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:attributeGroup>
|