element getCalendarEntries
diagram dac_calendar_diagrams/dac_calendar_p8.png
namespace http://calendar.api.dac.n2.tibco.com
properties
content complex
children required-detail
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  XmlGuidType  required      
documentation
ID of the owning entity of the working time information to be returned.
start-date-time  xs:dateTime        
documentation
Optional start filter on the working day exceptions to be returned.
end-date-time  xs:dateTime        
documentation
Optional end filter on the working day exceptions to be returned.
annotation
documentation
Request element for getCalendarEntries operation.
source <xs:element name="getCalendarEntries">
 
<xs:annotation>
   
<xs:documentation>Request element for getCalendarEntries operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="required-detail" type="dac:XmlRequiredDetailType" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Optional filter to enhance the detail contained in the response.

WORKING_WEEK: Include working day details in the response.
FREE_BUSY: Include working day exceptions in the response.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="guid" type="dac:XmlGuidType" use="required">
     
<xs:annotation>
       
<xs:documentation>ID of the owning entity of the working time information to be returned.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="start-date-time" type="xs:dateTime">
     
<xs:annotation>
       
<xs:documentation>Optional start filter on the working day exceptions to be returned.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="end-date-time" type="xs:dateTime">
     
<xs:annotation>
       
<xs:documentation>Optional end filter on the working day exceptions to be returned.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute getCalendarEntries/@guid
type XmlGuidType
properties
use required
annotation
documentation
ID of the owning entity of the working time information to be returned.
source <xs:attribute name="guid" type="dac:XmlGuidType" use="required">
 
<xs:annotation>
   
<xs:documentation>ID of the owning entity of the working time information to be returned.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute getCalendarEntries/@start-date-time
type xs:dateTime
annotation
documentation
Optional start filter on the working day exceptions to be returned.
source <xs:attribute name="start-date-time" type="xs:dateTime">
 
<xs:annotation>
   
<xs:documentation>Optional start filter on the working day exceptions to be returned.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute getCalendarEntries/@end-date-time
type xs:dateTime
annotation
documentation
Optional end filter on the working day exceptions to be returned.
source <xs:attribute name="end-date-time" type="xs:dateTime">
 
<xs:annotation>
   
<xs:documentation>Optional end filter on the working day exceptions to be returned.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element getCalendarEntries/required-detail
diagram dac_calendar_diagrams/dac_calendar_p9.png
type XmlRequiredDetailType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration WORKING_WEEK
enumeration FREE_BUSY
annotation
documentation
Optional filter to enhance the detail contained in the response.

WORKING_WEEK: Include working day details in the response.
FREE_BUSY: Include working day exceptions in the response.
source <xs:element name="required-detail" type="dac:XmlRequiredDetailType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Optional filter to enhance the detail contained in the response.

WORKING_WEEK: Include working day details in the response.
FREE_BUSY: Include working day exceptions in the response.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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