element deleteCalendarEntries
diagram dac_wsdl_diagrams/dac_wsdl_p559.png
namespace http://workcal.api.dac.n2.tibco.com
properties
content complex
children entry-guid
attributes
Name  Type  Use  Default  Fixed  Annotation
version  XmlLockVersion  required      
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.
annotation
documentation
Request element for deleteCalendarEntries operation. Deletes the Calendar Entries identified by the given list of entry-guids. The deleted entries cannot be recovered.
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>

attribute deleteCalendarEntries/@version
type XmlLockVersion
properties
use required
source <xs:attribute name="version" type="dac:XmlLockVersion" use="required"/>

element deleteCalendarEntries/entry-guid
diagram dac_wsdl_diagrams/dac_wsdl_p560.png
type XmlGuidType
properties
minOcc 1
maxOcc unbounded
content simple
facets
Kind Value Annotation
maxLength 36
annotation
documentation
List of GUIDs of the calendar entries to be deleted.
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>

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