CoreRMO::List Consumer Models
Returns a list of currently registered consumer models from the Resource Manager Database. Used by Microsoft. Provisioning Framework (MPF).
XML Input Schema
List Consumer Models 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 <models>1..1 <consumerModel>0..unbounded <modelName>1..1</modelName> <modelDescription>0..1</modelDescription> </consumerModel> </models> </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 consumerModel Description:
Encapsulates data needed to describe a consumer model.Parent:
modelsChildren:
modelDescription (minOccurs="1" maxOccurs="1")
modelName (minOccurs="1" maxOccurs="1")models Description:
Encapsulates a list of consumer models.Parent:
executeDataChild:
consumerModel (minOccurs="0" maxOccurs="*")executeData Description:
Encapsulates the procedure's output data.Child:
models (minOccurs="1" maxOccurs="1")modelDescription Description:
Description of the model.Parent:
consumerModelmodelName Description:
Name used to identify the model.Parent:
consumerModelExample
<request> <data> </data> <procedure> <execute procedure="List Consumer Models" namespace="CoreRMO"> <after source="executeData" sourcePath="models" destination="data" /> </execute> </procedure> </request>See Also
Add Consumer Type, CoreRMO Provider, List Resource Models, Resource Manager
Top of Page
) 1999-2002 Microsoft Corporation. All rights reserved.