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

simpleType "ns:WarningLevelCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Low"
 - 
The WarningLevel value is set to Low if the user does not wish to receive warnings when the application passes unrecognized or deprecated elements in an API call request. This is the default value if WarningLevel is not specified in the call request.
"High"
 - 
The WarningLevel value is set to High if the user wishes to receive warnings when the application passes unrecognized or deprecated elements in an API call request. Setting the WarningLevel value to High is not recommended in a production environment. Instead, it should only be used during the development/debugging stage.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This enumerated type contains the list of values that can be passed in through the WarningLevel field of a call request.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:WarningLevelCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="WarningLevelCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Low"/>
<xs:enumeration value="High"/>
</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.