<xs:element name="CabinPref" minOccurs="0" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">Defines preferred cabin(s) to be used in a search.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="CabinPrefGroup" />
<xs:attribute name="CabinSubtype" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Defines a specific cabin sub type within the cabin type (i.e., first, business, economy.) For example, 'Premium'.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|