diagram | |||||||||||||||||||||||||||||
namespace | http://workcal.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
children | entry-guid | ||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
source | <xs:element name="deleteCalendarEntries"> <xs:annotation> <xs:documentation>Request element for deleteCalendarEntries operation. Deletes the Calendar Entries identified by the given list of entry-guids. The deleted entries cannot be recovered.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="entry-guid" type="dac:XmlGuidType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>List of GUIDs of the calendar entries to be deleted.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <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. This is not required to identify the Calendar Entries, but is used to verify that the listed Calendar Entries belong to the named Calendar. An exception will be raised (and no entries deleted) if any GUID in the list does not belong to the named Calendar.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> |
type | XmlLockVersion | ||
properties |
|
||
source | <xs:attribute name="version" type="dac:XmlLockVersion" use="required"/> |
diagram | |||||||
type | XmlGuidType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="entry-guid" type="dac:XmlGuidType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>List of GUIDs of the calendar entries to be deleted.</xs:documentation> </xs:annotation> </xs:element> |