Request flights that have no more than the requested number of stops.
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="MaxStopsQuantity" type="Numeric0to4" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> Request flights that have no more than the requested number of stops. </xs:documentation>
</xs:annotation>
</xs:attribute>