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

complexType "ns:ListingDurationDefinitionType"
Namespace:
Content:
complex, 1 attribute, 1 element, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 1 attribute, 1 element, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:int
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type used by the ListingDurations container that is returned for each listing type supported for the eBay site. ListingDurations container shows the supported listing duration times for each listing type.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ListingDurationDefinitionType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Duration" type="xs:token"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
<xs:attribute name="durationSetID" type="xs:int"/>
</xs:complexType>
Attribute Detail (all declarations defined in this component; 1/1)
durationSetID
Type:
xs:int, predefined
Use:
optional
The integer value in this attribute identifies the type of listing to which the set of durations applies. To match a durationSetID value to a specific listing type, see the Category.ListingDuration field in the call response.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="durationSetID" type="xs:int"/>
Content Element Detail (all declarations defined in this component; 2/2)
ns:Duration
Type:
xs:token, predefined, simple content
All values returned in the Duration fields indicate the listing durations that are supported for that listing type. The allowed durations vary according to the type of listing. The value GTC means Good 'Til Canceled. The complete list of enumeration values that may be returned in this field is shown in ListingDurationCodeType.
XML Representation Summary
<ns:Duration>
   
Content: 
{ xs:token }
</ns:Duration>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Duration" type="xs:token"/>

{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.