diagram | |||||||||||||||||||||||||||||||
namespace | http://workcal.api.dac.n2.tibco.com | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |
type | XmlLockVersion | ||
properties |
|
||
annotation |
|
||
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> |