diagram | |||||||||||||||
namespace | http://workcal.api.dac.n2.tibco.com | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |