element listTimeZonesResponse
diagram dac_wsdl_diagrams/dac_wsdl_p61.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>

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