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

complexType "ns:TimeZoneDetailsType"
Namespace:
Content:
complex, 8 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 8 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Time zone details about a region or location to which the seller is willing to ship.
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="TimeZoneDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="TimeZoneID" type="xs:string"/>
<xs:element minOccurs="0" name="StandardLabel" type="xs:string"/>
<xs:element minOccurs="0" name="StandardOffset" type="xs:string"/>
<xs:element minOccurs="0" name="DaylightSavingsLabel" type="xs:string"/>
<xs:element minOccurs="0" name="DaylightSavingsOffset" type="xs:string"/>
<xs:element minOccurs="0" name="DaylightSavingsInEffect" type="xs:boolean"/>
<xs:element minOccurs="0" name="DetailVersion" type="xs:string"/>
<xs:element minOccurs="0" name="UpdateTime" type="xs:dateTime"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 9/9)
ns:DaylightSavingsInEffect
Type:
xs:boolean, predefined, simple content
Indicates whether or not the time zone is currently on daylight saving time. A value of true indicates that the time zone is on daylights savings time. This element is emitted for time zones that support daylight saving time only.
XML Representation Summary
<ns:DaylightSavingsInEffect>
   
Content: 
{ xs:boolean }
</ns:DaylightSavingsInEffect>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DaylightSavingsInEffect" type="xs:boolean"/>

ns:DaylightSavingsLabel
Type:
xs:string, predefined, simple content
Display name of a time zone in its daylight saving time representation. This element is emitted for time zones that support daylight saving time only. The value is localized and returned in the language for the site specified in the request.
XML Representation Summary
<ns:DaylightSavingsLabel>
   
Content: 
{ xs:string }
</ns:DaylightSavingsLabel>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DaylightSavingsLabel" type="xs:string"/>

ns:DaylightSavingsOffset
Type:
xs:string, predefined, simple content
The offset in hours from GMT for a time zone when it is on daylight saving time. This element is emitted for time zones that support daylight saving time only.
XML Representation Summary
<ns:DaylightSavingsOffset>
   
Content: 
{ xs:string }
</ns:DaylightSavingsOffset>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DaylightSavingsOffset" type="xs:string"/>

ns:DetailVersion
Type:
xs:string, predefined, simple content
Returns the latest version number for this field. The version can be used to determine if and when to refresh cached client data.
XML Representation Summary
<ns:DetailVersion>
   
Content: 
{ xs:string }
</ns:DetailVersion>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DetailVersion" type="xs:string"/>

ns:StandardLabel
Type:
xs:string, predefined, simple content
Display name of a time zone in its standard (non-daylight saving) time representation. This value is localized and returned in the language for the site specified in the request (i.e., the numeric site ID that you specify in the request URL for the SOAP API or the X-EBAY-API-SITEID header for the XML API).
XML Representation Summary
<ns:StandardLabel>
   
Content: 
{ xs:string }
</ns:StandardLabel>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="StandardLabel" type="xs:string"/>

ns:StandardOffset
Type:
xs:string, predefined, simple content
The offset in hours from GMT for a time zone when it is not adjusted for daylight saving time.
XML Representation Summary
<ns:StandardOffset>
   
Content: 
{ xs:string }
</ns:StandardOffset>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="StandardOffset" type="xs:string"/>

ns:TimeZoneID
Type:
xs:string, predefined, simple content
A unique identifier for a given time zone. This ID does not change for a given time zone, even if the time zone supports both standard and daylight saving time variants. Valid values for TimeZoneID correspond to OLSON IDs. These IDs provide not only the information as to the offset from GMT (UTC), but also daylight saving time information. Thus, for example, America/Phoenix is distinct from America/Denver because they have different daylight saving time behavior. This value is not localized.
XML Representation Summary
<ns:TimeZoneID>
   
Content: 
{ xs:string }
</ns:TimeZoneID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TimeZoneID" type="xs:string"/>

ns:UpdateTime
Type:
xs:dateTime, predefined, simple content
Gives the time in GMT that the feature flags for the details were last updated. This timestamp can be used to determine if and when to refresh cached client data.
XML Representation Summary
<ns:UpdateTime>
   
Content: 
{ xs:dateTime }
</ns:UpdateTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UpdateTime" type="xs:dateTime"/>

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