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