element listTimeZones
diagram dac_wsdl_diagrams/dac_wsdl_p746.png
namespace http://workcal.api.dac.n2.tibco.com
properties
content complex
children locale empty
attributes
Name  Type  Use  Default  Fixed  Annotation
detail-level  xs:int  optional  0    
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.
annotation
documentation
Request element for listTimeZones operation. No parameters are required for this request.
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>

attribute listTimeZones/@detail-level
type xs:int
properties
use optional
default 0
annotation
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.
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>

element listTimeZones/locale
diagram dac_wsdl_diagrams/dac_wsdl_p747.png
type XmlLocale
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
lang-code  xs:string  required      
documentation
A valid ISO Language Code. These codes are the lower-case, two-letter codes as defined by ISO-639.
country-code  xs:string  required      
documentation
A valid ISO Country Code. These codes are the upper-case, two-letter codes as defined by ISO-3166.
annotation
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.
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>

element listTimeZones/empty
diagram dac_wsdl_diagrams/dac_wsdl_p748.png
type xs:int
properties
minOcc 0
maxOcc 1
content simple
default 0
annotation
documentation
No request parameters are required for this request.
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>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy