<xs:complexType name="EquipmentTypePref">
<xs:annotation>
<xs:documentation xml:lang="en"> Indicates preferences for type of airplane.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="EquipmentType">
<xs:attributeGroup ref="PreferLevelGroup" />
<xs:attribute name="WideBody" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> Indicates if an airplane with multiple aisles is preferred.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|