MSFT_MPFXmlSchema


WMI class that represents procedure XML schemas of Microsoft® Provisioning Framework (MPF) registered in the configuration database. Used by Configuration Database WMI Provider.

Syntax

class MSFT_MPFXmlSchema
{
	[key]
	string SchemaName;

	[
		PropMap("NamespaceId=NamespaceId")
	]
	MSFT_MPFNamespace ref Namespace;

	string SchemaXML;
};

Table
XmlSchema

Properties

SchemaName*
A string that identifies the schema.
MSFT_MPFNamespace ref Namespace +
A reference to the namespace that uses the schema.
SchemaXML
A string that contains the XML for the schema.
 
* Key property
+ Reference property

See also

MSDN® information on Windows Management Instrumentation (WMI), MSFT_MPFNamespace


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.