simpleType XmlLockVersion
namespace http://basic.api.dac.n2.tibco.com
type xs:int
properties
base xs:int
used by
attributes saveCalendarReferences/@version renameCalendar/@version deleteCalendar/@version saveCalendarEntry/@version deleteCalendarEntries/@version purgeCalendarEntries/@version XmlCalendarEntries/@version XmlUpdatedCalendar/@version XmlWorkCalendar/@version
annotation
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.
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>


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