element deleteCalendar
diagram dac_wsdl_diagrams/dac_wsdl_p558.png
namespace http://workcal.api.dac.n2.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
version  XmlLockVersion  required      
documentation
The version number used to detect concurrent updates to the same Calendar. The value should be taken from the response of the orginal request to getCalender.
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 deleteCalendar operation.
source <xs:element name="deleteCalendar">
 
<xs:annotation>
   
<xs:documentation>Request element for deleteCalendar operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="version" type="dac:XmlLockVersion" use="required">
     
<xs:annotation>
       
<xs:documentation>The version number used to detect concurrent updates to the same Calendar. The value should be taken from the response of the orginal request to getCalender.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attributeGroup ref="dac:XmlCalendarName">
     
<xs:annotation>
       
<xs:documentation>The name and namespace of the calendar to be deleted.</xs:documentation>
     
</xs:annotation>
   
</xs:attributeGroup>
 
</xs:complexType>
</xs:element>

attribute deleteCalendar/@version
type XmlLockVersion
properties
use required
annotation
documentation
The version number used to detect concurrent updates to the same Calendar. The value should be taken from the response of the orginal request to getCalender.
source <xs:attribute name="version" type="dac:XmlLockVersion" use="required">
 
<xs:annotation>
   
<xs:documentation>The version number used to detect concurrent updates to the same Calendar. The value should be taken from the response of the orginal request to getCalender.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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