Provisioning Schema::executeData


Element that encapsulates locally-scoped data for an execution step in a provisioning procedure. This element is part of the provisioning schema of Microsoft. Provisioning Framework (MPF).

The contents of an executeData node are only visible to the parent execute node. In contrast, the contents of a data node are visible to all execute nodes in the request.

Parents

execute
executeXml

queue

transform

Example

<execute procedure="Query Consumer Type" namespace="CoreRMO">
  <executeData>
	<consumerType>
	<typeName>Retail</typeName>
	</consumerType>
  </executeData>
</execute>

See also

Customization, Procedure Examples, XML Schema for Procedures


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