2.3.2.8 FileOperationRequestTypes

The FileOperationRequestTypes simple type is used to represent the type of file operation subrequest. FileOperationRequestTypes is the type definition of the FileOperation attribute, which is part of a file operation subrequest operation.

 <xs:simpleType name="FileOperationRequestTypes">
     <xs:restriction base="xs:string">
       <!--Rename-->
       <xs:enumeration value="Rename"/>
     </xs:restriction>
 </xs:simpleType>

The value of FileOperationRequestTypes MUST be the value in the following table.

Value

Meaning

"Rename"

The string value "Rename", indicating a file operation subrequest of type Rename.