Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

simpleType "ns:QuantityOperatorCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"LessThan"
 - 
This enumeration value indicates that the quantity sought (specified in Quantity field) is less than the quantity available (specified in TotalAvailable field).
"LessThanOrEqual"
 - 
This enumeration value indicates that the quantity sought (specified in Quantity field) is less than or equal to the quantity available (specified in TotalAvailable field).
"Equal"
 - 
This enumeration value indicates that the quantity sought (specified in Quantity field) is equal to the quantity available (specified in TotalAvailable field).
"GreaterThan"
 - 
This enumeration value indicates that the quantity sought (specified in Quantity field) is greater than the quantity available (specified in TotalAvailable field).
"GreaterThanOrEqual"
 - 
This enumeration value indicates that the quantity sought (specified in Quantity field) is greater than or equal to the quantity available (specified in TotalAvailable field).
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enumerated type used by the QuantityOperator field that is returned under the FavoriteSearch container in a GetMyeBayBuying call. The values in this type indicate how the quantity of the item that the prospective desires compares to the quantity available.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:QuantityOperatorCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="QuantityOperatorCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="LessThan"/>
<xs:enumeration value="LessThanOrEqual"/>
<xs:enumeration value="Equal"/>
<xs:enumeration value="GreaterThan"/>
<xs:enumeration value="GreaterThanOrEqual"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.