2.3.1.49 LockStatusSubRequestType

The LockStatusSubRequestType complex type contains information about a LockStatus subrequest. The SubRequestType definition from which LockStatusSubRequestType is extended is defined in section 2.2.4.5. The SubRequestData element is not contained in a SubRequest element of type, LockStatusSubRequestType.

 <xs:complexType name="LockStatusSubRequestType">
   <xs:complexContent>
     <xs:extension base="tns:SubRequestType">
       <xs:attribute name="Type" type="tns:SubRequestAttributeType" use="required" fixed="LockStatus" />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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