diagram | |||||||||||||||
namespace | http://workcal.api.dac.n2.tibco.com | ||||||||||||||
properties |
|
||||||||||||||
children | locale empty | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="listTimeZones"> <xs:annotation> <xs:documentation>Request element for listTimeZones operation. No parameters are required for this request.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="locale" type="dac:XmlLocale" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Identifies a specific geographical, political, or cultural region for which the time-zone descriptions are to be listed (i.e. the language). If available, the description for each time-zone in the result will be given in the language appropriate to the locale identified by this element. If not available (or no locale is specified), the server's default locale will be used.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="empty" type="xs:int" default="0" minOccurs="0"> <xs:annotation> <xs:documentation>No request parameters are required for this request.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="detail-level" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Specifies the level of detail required about each time-zone in the result. To maintain backward compatibility, the default is to return the same, original response. The levels currently suppoted are 0 and 1. The following lists when each: time-zone id - levels 0 and 1. display-name - level 1. use-daylight-time - level 1. raw-offset - level 1.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="detail-level" type="xs:int" use="optional" default="0"> <xs:annotation> <xs:documentation>Specifies the level of detail required about each time-zone in the result. To maintain backward compatibility, the default is to return the same, original response. The levels currently suppoted are 0 and 1. The following lists when each: time-zone id - levels 0 and 1. display-name - level 1. use-daylight-time - level 1. raw-offset - level 1.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||||||||||
type | XmlLocale | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="locale" type="dac:XmlLocale" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Identifies a specific geographical, political, or cultural region for which the time-zone descriptions are to be listed (i.e. the language). If available, the description for each time-zone in the result will be given in the language appropriate to the locale identified by this element. If not available (or no locale is specified), the server's default locale will be used.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
type | xs:int | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="empty" type="xs:int" default="0" minOccurs="0"> <xs:annotation> <xs:documentation>No request parameters are required for this request.</xs:documentation> </xs:annotation> </xs:element> |