2.3.1.34 FileOperationSubRequestType

The FileOperationSubRequestType complex type contains information about a file operation subrequest. The SubRequestType definition, from which FileOperationSubRequestType is extended, is defined in section 2.2.4.5.

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

SubRequestData: A FileOperationSubRequestDataType that specifies the data or input parameters needed for processing the file operation subrequest. FileOperationSubRequestDataType is defined in section 2.3.1.33.

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