CoreRMO::List Consumer Types
Returns a list of consumer types registered with the Resource Manager Database. Used by Microsoft. Provisioning Framework (MPF).
XML Input Schema
List Consumer Types does not require input data.
XML Output Schema
The following code fragment shows the format for data this procedure returns. For more information on individual elements and attributes, see the Elements and Attributes table.
<executeData>1..1 <consumerTypes>1..1 <consumerType>0..unbounded <typeName>1..1</typeName> </consumerType> </consumerTypes> </executeData>Elements and Attributes
The following table describes the XML elements and attributes. Unless otherwise indicated, the data type is string.
Element Description, relationships, and attributes consumerType Description:
Encapsulates the data needed to describe a consumer type.Parent:
consumerTypesChild:
typeName (minOccurs="1" maxOccurs="1")consumerTypes Description:
Encapsulates a list of consumer types.Parent:
executeDataChild:
consumerType (minOccurs="0" maxOccurs="*")executeData Description:
Encapsulates the procedure's output data.Child:
consumerTypes (minOccurs="1" maxOccurs="1")typeName Description:
Name of the consumer type.Parent:
consumerTypeExample
<request> <data> </data> <procedure> <execute procedure="List Consumer Types" namespace="CoreRMO"> <after source="executeData" sourcePath="consumerTypes" destination="data" /> </execute> </procedure> </request>See Also
Add Consumer Type, CoreRMO Provider, Delete Consumer Type, Query Consumer Type, Resource Manager, Update Consumer Type
Top of Page
) 1999-2002 Microsoft Corporation. All rights reserved.