diagram | |||||||||||||||||||||||||||||||
namespace | http://calendar.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | required-detail | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |