Definition Type: AttributeGroup
Name: SeatRequestAttributes
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Attributes for seat request. Note: you can choose a specific seat or just a general preference
Collapse XSD Schema Diagram:
Drilldown into SmokingAllowed in schema ota_commontypes_xsd1 Drilldown into SmokingIndicatorGroup in schema ota_commontypes_xsd Drilldown into SeatPreference in schema ota_commontypes_xsd1 Drilldown into SeatNumber in schema ota_commontypes_xsd1XSD Diagram of SeatRequestAttributes in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
SeatNumber SeatNumber Optional
SeatPreference SeatPreference Optional
SmokingAllowed SmokingAllowed false Optional