element listTimeZonesResponse
diagram dac_wsdl_diagrams/dac_wsdl_p749.png
namespace http://workcal.api.dac.n2.tibco.com
properties
content complex
children time-zone time-zone-detail
annotation
documentation
Response element for listTimeZones operation.
source <xs:element name="listTimeZonesResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for listTimeZones operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="time-zone" type="xs:string" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>A collection of the time-zone identifiers recognised by the Calendar component.
                      Only returned if the detail-level in the request is 0.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="time-zone-detail" type="XmlTimeZone" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>A collection of detailed information on the time-zones recognised by the Calendar component.
                      Only returned if the detail-level in the request greater-than 0.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element listTimeZonesResponse/time-zone
diagram dac_wsdl_diagrams/dac_wsdl_p750.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
A collection of the time-zone identifiers recognised by the Calendar component.
                      Only returned if the detail-level in the request is 0.
source <xs:element name="time-zone" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A collection of the time-zone identifiers recognised by the Calendar component.
                      Only returned if the detail-level in the request is 0.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element listTimeZonesResponse/time-zone-detail
diagram dac_wsdl_diagrams/dac_wsdl_p751.png
type XmlTimeZone
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:string        
documentation
Returns a unique identifier of this time-zone.
display-name  xs:string        
documentation
Returns the name of this time-zone suitable for presentation to the user in the server's default locale.
use-daylight-time  xs:boolean        
documentation
true if this time-zone uses daylight savings time.
raw-offset  xs:int        
documentation
Returns the amount of time in milliseconds to add to UTC to get standard time in this time-zone.
annotation
documentation
A collection of detailed information on the time-zones recognised by the Calendar component.
                      Only returned if the detail-level in the request greater-than 0.
source <xs:element name="time-zone-detail" type="XmlTimeZone" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A collection of detailed information on the time-zones recognised by the Calendar component.
                      Only returned if the detail-level in the request greater-than 0.
</xs:documentation>
 
</xs:annotation>
</xs:element>

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