simpleType XmlLockVersion
namespace http://basic.api.dac.n2.tibco.com
type xs:int
properties
base xs:int
used by
attributes 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>

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