diagram |
|
namespace |
http://workcal.api.dac.n2.tibco.com |
type |
XmlUpdatedCalendar |
properties |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | version | XmlLockVersion | required | | | documentation | The version number used to detect concurrent updates to the same Calendar. |
| 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 | Response element for purgeCalendarEntries operation.
Returns the new version number assigned to the modified Calendar, and the name and namespace of the Calendar. Acts as a confirmation of success. |
|
source |
<xs:element name="purgeCalendarEntriesResponse" type="dac:XmlUpdatedCalendar">
<xs:annotation>
<xs:documentation>Response element for purgeCalendarEntries operation.
Returns the new version number assigned to the modified Calendar, and the name and namespace of the Calendar. Acts as a confirmation of success.</xs:documentation>
</xs:annotation>
</xs:element> |