element purgeCalendarEntries
diagram dac_wsdl_diagrams/dac_wsdl_p752.png
namespace http://workcal.api.dac.n2.tibco.com
properties
content complex
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.
to-date  xs:date  required      
documentation
The date up to which the named Calendar's entries are to be purged.
annotation
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.
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>

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

attribute purgeCalendarEntries/@to-date
type xs:date
properties
use required
annotation
documentation
The date up to which the named Calendar's entries are to be purged.
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>

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