Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

This topic shows the Device Description Framework (DDF) file for the RemoteWipe Configuration Service Provider. Open Mobile Alliance Device Management (OMA DM) DDF files and the example in this topic are used only for OMA DM provisioning. For more information, see OMA Device Management.

Note:
The first line of the DDF is the namespace reference for Microsoft custom properties. For more information, see Managing Microsoft Custom Properties (OMA DM)
Copy Code
<MgmtTree
xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
	<VerDTD>1.2</VerDTD>
	<Node>
		<NodeName>RemoteWipe</NodeName>
		<Path>./Vendor/MSFT</Path>
		<DFProperties>
			<AccessType>
				<Get />
			</AccessType>
			<DFFormat>
				<node />
			</DFFormat>
			<Scope>
				<Permanent />
			</Scope>
			<MSFT:AccessRole>8</MSFT:AccessRole>
			<Description>The root node for remote wipe
function.</Description>
		</DFProperties>
		<Node>
			<NodeName>doWipe</NodeName>
			<DFProperties>
				<AccessType>
					<Exec />
				</AccessType>
				<DFFormat>
					<null />
				</DFFormat>
				<Scope>
					<Permanent />
				</Scope>
				<DFType>
					<MIME>text/plain</MIME>
				</DFType>
				<Description>Exec on this node will perform a
remote wipe on the device. The return status code shows whether the
device accepted the Exec command.</Description>
			</DFProperties>
		</Node>
	</Node>
</MgmtTree>