Share via


Provisioning Schema::data

Element that encapsulates free-form XML data passed to a request or returned by a response. This element is part of the provisioning schema of Microsoft Provisioning Framework (MPF).

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

Arguments

No arguments.

Remarks

No remarks.

Sample Code

Example XML Request

<data> 
  <organizations> 
    <organization name="tailspintoys.com"></organization> 
    <organization name="wideworldimporters.com"></organization> 
    <organization name="fourthcoffee.com"></organization> 
    <organization name="adventure-works.com"></organization> 
  </organizations> 
</data>

Applies To

Provisioning Schema; Provisioning Schema::request; Provisioning Schema::response

See also

Tasks

Provisioning Schema::request
Provisioning Schema::response
Provisioning Schema::execute
Provisioning Schema::executeData