2.3.1.50 LockStatusSubResponseDataType

The LockStatusSubResponseDataType complex type contains information requested as part of the corresponding LockStatus subrequest.

 <xs:complexType name="LockStatusSubResponseDataType">
     <xs:attribute name="LockType" type="tns:LockTypes" use="optional" />
     <xs:attribute name="LockID" type="tns:guid" use="optional" />
     <xs:attribute name="LockedBy" type="xs:string" use="optional" />
 </xs:complexType>

LockType: A LockTypes that specifies the type of lock granted in a coauthoring subresponse or a schema lock subresponse. LockTypes is defined in section 2.2.5.9.

LockedID: A guid that specifies the id of the lock.

LockedBy: A string that specifies the user that has the file locked, if any.