Definition Type: Element
Name: CabinClass
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirSeatMapRQ.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
if the seat map display is to be requested for a specific cabin class , the cabin class can be specified in this element.
Collapse XSD Schema Diagram:
Drilldown into CabinType in schema ota_airseatmaprq_xsdXSD Diagram of CabinClass in schema ota_airseatmaprq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="CabinClass" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">if the seat map display is to be requested for a specific cabin class , the cabin class can be  specified in this element.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="CabinType" type="CabinType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">cabin type for which the seat map is requested, which could be either First, Business or Economy </xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
CabinType nsA:CabinType Optional