2.3.1.12 ExclusiveLockSubResponseType

The ExclusiveLockSubResponseType complex type contains information about the success or failure in processing the exclusive lock subrequest. In the case of success, it contains information requested as part of the exclusive lock subrequest. In the case of failure, the ErrorCode attribute that is part of a SubResponse element specifies the error code result for this subrequest. ErrorCode is specified in section 2.2.4.8. The SubResponseType definition from which ExclusiveLockSubResponseType is extended is defined in section 2.2.4.8.

 <xs:complexType name="ExclusiveLockSubResponseType">
  <xs:complexContent>
    <xs:extension base="tns:SubResponseType">
     <xs:sequence minOccurs="1" maxOccurs="1">
      <xs:element name="SubResponseData" type="tns:ExclusiveLockSubResponseDataType" />
     </xs:sequence>
    </xs:extension>
   </xs:complexContent>
 </xs:complexType>

SubResponseData: An ExclusiveLockSubResponseDataType that specifies exclusive lock–related information provided by the protocol server that was requested as part of the exclusive lock subrequest. ExclusiveLockSubResponseDataType is defined in section 2.3.1.11.