2.3.1.10 ExclusiveLockSubRequestType

The ExclusiveLockSubRequestType complex type contains information about an exclusive lock subrequest. The SubRequestType definition from which ExclusiveLockSubRequestType is extended is defined in section 2.2.4.5.

 <xs:complexType name="ExclusiveLockSubRequestType">
    <xs:complexContent>
      <xs:extension base="tns:SubRequestType">
        <xs:sequence minOccurs="1" maxOccurs="1">
          <xs:element name="SubRequestData" type="tns:ExclusiveLockSubRequestDataType" />
        </xs:sequence>
        <xs:attribute name="Type" type="tns:SubRequestAttributeType" use="required" fixed="ExclusiveLock" />
      </xs:extension>
    </xs:complexContent>
 </xs:complexType>

SubRequestData: An ExclusiveLockSubRequestDataType that specifies the data or input parameters needed for processing the exclusive lock subrequest. ExclusiveLockSubRequestDataType is defined in section 2.3.1.9.

Type: A SubRequestAttributeType that specifies the type of the subrequest. The Type attribute MUST be set to "ExclusiveLock" for an exclusive lock subrequest. SubRequestAttributeType is defined in section 2.2.5.11.