namespace | http://basic.api.dac.n2.tibco.com | ||
type | xs:int | ||
properties |
|
||
used by | |||
annotation |
|
||
source | <xs:simpleType name="XmlLockVersion"> <xs:annotation> <xs:documentation>A value used to provide optimistic locking of Calendars, and Calendar Entries. The XmlLockVersion returned in the responses to getCalendar and getCalendarEntries requests must be passed to a subsequent update request for the same Calendar or CalendarEntry. The value is then used to detect concurrent updates to the same record, and reject those updates made on stale information.</xs:documentation> </xs:annotation> <xs:restriction base="xs:int"/> </xs:simpleType> |