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

complexType "ns:DateType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
never
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Annotation
Defines year, month, and day as individual components of a date. Only applicable to use cases that support incomplete dates. Otherwise, we use xs:dateTime (or xs:date, as appropriate).
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="DateType">
<xs:sequence>
<xs:element minOccurs="0" name="Year" type="xs:int"/>
<xs:element minOccurs="0" name="Month" type="xs:int"/>
<xs:element minOccurs="0" name="Day" type="xs:int"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:Day
Type:
xs:int, predefined, simple content
A calendar day (e.g., 2 or 02). For ticket searches, Day is only valid if Month is also specified.
XML Representation Summary
<ns:Day>
   
Content: 
{ xs:int }
</ns:Day>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Day" type="xs:int"/>

ns:Month
Type:
xs:int, predefined, simple content
A calendar month (e.g., 2 or 02 for February). For ticket searches, Month is required if Day is specified.
XML Representation Summary
<ns:Month>
   
Content: 
{ xs:int }
</ns:Month>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Month" type="xs:int"/>

ns:Year
Type:
xs:int, predefined, simple content
A year in the form YYYY.
XML Representation Summary
<ns:Year>
   
Content: 
{ xs:int }
</ns:Year>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Year" type="xs:int"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
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.