element listCalendarsResponse
diagram dac_workcal_diagrams/dac_workcal_p13.png
namespace http://workcal.api.dac.n2.tibco.com
properties
content complex
children calendar
annotation
documentation
Response element for listCalendars operation.
source <xs:element name="listCalendarsResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for listCalendars operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="calendar" type="dac:XmlCalendarSummary" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>The summary information for a collection of named calendars; including their Calendar References.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element listCalendarsResponse/calendar
diagram dac_workcal_diagrams/dac_workcal_p14.png
type XmlCalendarSummary
properties
minOcc 0
maxOcc unbounded
content complex
children reference
attributes
Name  Type  Use  Default  Fixed  Annotation
calendar-type  XmlCalendarType  required      
documentation
Identifies the type of calendar being described by this element.
namespace  xs:string  optional      
documentation
Used to categorize, or group, named Calendars. Calendars sharing the same namespace must have unique names. A namespace of null is still considered a valid namespace.
name  xs:string  required      
documentation
The mandatory name of the calendar. This must be unique within the given namespace.
date-created  xs:dateTime  optional      
documentation
The UTC date/time on which this calendar was created.
date-modified  xs:dateTime  optional      
documentation
The UTC date/time on which this calendar was last updated.
annotation
documentation
The summary information for a collection of named calendars; including their Calendar References.
source <xs:element name="calendar" type="dac:XmlCalendarSummary" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The summary information for a collection of named calendars; including their Calendar References.</xs:documentation>
 
</xs:annotation>
</xs:element>


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