diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://workcal.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="purgeCalendarEntries"> <xs:annotation> <xs:documentation>Request element for purgeCalendarEntries operation. Deletes the Calendar Entries, of the named Calendar, whose end date is earlier than the given date. The deleted entries cannot be recovered.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="version" type="dac:XmlLockVersion" use="required"/> <xs:attributeGroup ref="dac:XmlCalendarName"> <xs:annotation> <xs:documentation>The namespace and name that uniquely identify the calendar from which the entries are to be removed.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="to-date" type="xs:date" use="required"> <xs:annotation> <xs:documentation>The date up to which the named Calendar's entries are to be purged.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | XmlLockVersion | ||
properties |
|
||
source | <xs:attribute name="version" type="dac:XmlLockVersion" use="required"/> |
type | xs:date | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="to-date" type="xs:date" use="required"> <xs:annotation> <xs:documentation>The date up to which the named Calendar's entries are to be purged.</xs:documentation> </xs:annotation> </xs:attribute> |