2.3.2.3 ExclusiveLockRequestTypes

The ExclusiveLockRequestTypes simple type is used to represent the type of exclusive lock subrequest. ExclusiveLockRequestTypes is the type definition of the ExclusiveLockRequestType attribute, which is part of an exclusive lock subrequest operation.

 <xs:simpleType name="ExclusiveLockRequestTypes">
     <xs:restriction base="xs:string">
       <!--GetLock-->
       <xs:enumeration value="GetLock"/>
       <!--ReleaseLock-->
       <xs:enumeration value="ReleaseLock"/>
       <!--RefreshLock-->
       <xs:enumeration value="RefreshLock"/>
       <!--ConvertToSchemaJoinCoauth-->
       <xs:enumeration value="ConvertToSchemaJoinCoauth"/>
       <!--ConvertToSchemaLock-->
       <xs:enumeration value="ConvertToSchema"/>
       <!--CheckLockAvailability-->
       <xs:enumeration value="CheckLockAvailability"/>
     </xs:restriction>
 </xs:simpleType>

The value of ExclusiveLockRequestTypes MUST be one of the values in the following table.

Value

Meaning

"GetLock"

The string value "GetLock", indicating an exclusive lock subrequest of type Get Lock.

"ReleaseLock"

The string value "ReleaseLock", indicating an exclusive lock subrequest of type Release Lock.

"RefreshLock"

The string value "RefreshLock", indicating an exclusive lock subrequest of type Refresh Lock.

"ConvertToSchemaJoinCoauth"

The string value "ConvertToSchemaJoinCoauth", indicating an exclusive lock subrequest of type Convert To Schema Lock With Coauthoring Transition Tracked.

"ConvertToSchema"

The string value "ConvertToSchema", indicating an exclusive lock subrequest of type Convert To Schema Lock.

"CheckLockAvailability"

The string value "CheckLockAvailability", indicating an exclusive lock subrequest of type Check Lock Availability.