<xs:element name="SearchQualifiers" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Used to further qualify the category availability search.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="SearchQualifierType">
<xs:attributeGroup ref="DeckGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the ability to search on deck number or name.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|