element getCalEntries
diagram dac_workcal_diagrams/dac_workcal_p10.png
namespace http://workcal.api.dac.n2.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
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.
start  xs:dateTime  required      
documentation
Start date and time from which Calendar Entries are listed. This value is time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
end  xs:dateTime  required      
documentation
End date and time to which Calendar Entries are listed. This value is time-zone neutral. That is, it expresses only a value, but not the time-zone in which it applies. The time-zone will be implied from the Base Calendar on which this exclusions is placed.
annotation
documentation
Request element for getCalEntries operation. Specifies a calendar and a date range for entries.
source <xs:element name="getCalEntries">
 
<xs:annotation>
   
<xs:documentation>Request element for getCalEntries operation. Specifies a calendar and a date range for entries.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attributeGroup ref="dac:XmlCalendarName">
     
<xs:annotation>
       
<xs:documentation>The identifying namespace and name of the Calender for which the Calendar Entries are to be retrieved.</xs:documentation>
     
</xs:annotation>
   
</xs:attributeGroup>
   
<xs:attributeGroup ref="dac:XmlPeriod">
     
<xs:annotation>
       
<xs:documentation>The period for which Calendar Entries are to be listed in the response.</xs:documentation>
     
</xs:annotation>
   
</xs:attributeGroup>
 
</xs:complexType>
</xs:element>


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