2.3.1.14 SchemaLockSubRequestType

The SchemaLockSubRequestType complex type contains information about a schema lock subrequest. The SubRequestType definition from which SchemaLockSubRequestType is extended is defined in section 2.2.4.5.

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

SubRequestData: A SchemaLockSubRequestDataType that specifies the data or input parameters needed for processing the schema lock subrequest. SchemaLockSubRequestDataType is defined in section 2.3.1.13.

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