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

simpleType "ns:MeasurementSystemCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"English"
 - 
This enumeration value indicates that the English system of measurement is being used. Also known as the Imperial System of Measurement. Weights in this system are expressed as pounds and ounces, and package dimensions are expressed as feet or inches.
"Metric"
 - 
This enumeration value indicates that the English system of measurement is being used. Weights in this system are expressed as kilograms and grams, and package dimensions are expressed as meters or centimeters.

All Direct / Indirect Based Elements (2):
All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
This enumerated type defines the two measurement systems that are used globally.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:MeasurementSystemCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="MeasurementSystemCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="English"/>
<xs:enumeration value="Metric"/>
</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.