element listCalendars
diagram dac_wsdl_diagrams/dac_wsdl_p743.png
namespace http://workcal.api.dac.n2.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
namespace  xs:string  optional      
documentation
An optional value to return only those calendars with the given namespace.
The namespace comparison will be case-sensitive.
If the given namespace ends in an asterisk, then all calendars whose namespace starts with the given value will be returned.
If no namespace is specified, all calendars will be listed.
annotation
documentation
Request element for listCalendars operation. No parameters are required for this request.
source <xs:element name="listCalendars">
 
<xs:annotation>
   
<xs:documentation>Request element for listCalendars operation. No parameters are required for this request.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="namespace" type="xs:string" use="optional">
     
<xs:annotation>
       
<xs:documentation>An optional value to return only those calendars with the given namespace.
The namespace comparison will be case-sensitive.
If the given namespace ends in an asterisk, then all calendars whose namespace starts with the given value will be returned.
If no namespace is specified, all calendars will be listed.
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute listCalendars/@namespace
type xs:string
properties
use optional
annotation
documentation
An optional value to return only those calendars with the given namespace.
The namespace comparison will be case-sensitive.
If the given namespace ends in an asterisk, then all calendars whose namespace starts with the given value will be returned.
If no namespace is specified, all calendars will be listed.
source <xs:attribute name="namespace" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>An optional value to return only those calendars with the given namespace.
The namespace comparison will be case-sensitive.
If the given namespace ends in an asterisk, then all calendars whose namespace starts with the given value will be returned.
If no namespace is specified, all calendars will be listed.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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