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