CoreRMO::List Resource Types


Returns a list of all resource types registered with the Resource Manager Database. Used by Microsoft. Provisioning Framework (MPF).

XML Input Schema

List Resource 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
  <resourceTypes>1..1
	<resourceType>0..unbounded
	<typeName>1..1</typeName>
	</resourceType>
  </resourceTypes>
</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 output data.

Child:
resourceTypes (minOccurs="1" maxOccurs="1")

resourceType Description:
Encapsulates data needed to describe a resource type.

Parent:
executeData

Child:
typeName (minOccurs="1" maxOccurs="1")

resourceTypes Description:
Encapsulates a list of resource types.

Parent:
executeData

Child:
resourceType (minOccurs="0" maxOccurs="*")

typeName Description:
Name of the resource type.

Parent:
resourceType

Example

<request>
  <data>
  </data>
  <procedure>  
	<execute procedure="List Resource Types" namespace="CoreRMO"> 
	<after source="executeData" sourcePath="resourceTypes" destination="data" />
	</execute>
  </procedure>
</request>

See Also

Add Resource Type, CoreRMO Provider, Delete Resource Type, Query Resource Type, Resource Manager, Update Resource Type


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