XML Schema for Namespaces

Namespace definitions are implemented in Microsoft® Provisioning Framework (MPF) as XML schema. The following code fragment illustrates the base schema for a namespace.

<namespace name=".." providerSource=".." description=".." readOnly="..">
		<procedure description=".." name=".." type=".." access=".." perfEnabled=".." auditEnabled=".." saveDataForRollback="..">
		1..unbounded
		<Schema>1..unbounded</Schema>
		<!-- Remaining child nodes of <procedure> -->
				. 
				.
				.
		</procedure>
		<providerContext>0..1</providerContext>
</namespace>

In this code fragment:

See Also

Developing Custom Namespaces, Namespace Example, Procedures, Provisioning Schema, XML Schema for Procedures