Provisioning Schema::context


Element that encapsulates transaction-specific contextual information for a provisioning request. This element is part of the provisioning schema of Microsoft® Provisioning Framework (MPF).

The context node has two uses in MPF. In requests, context encapsulates:

When the Provisioning Engine executes the request, it generates a corresponding context child node in the executeXML node it passes to the called procedure. Here, the context node contains:

Parents

executeXml, request

Children

clientContext (minOccurs="0" maxOccurs="1")
errorContext (minOccurs="0" maxOccurs="1")
executeContext (minOccurs="0" maxOccurs="1")
providerContext (minOccurs="0" maxOccurs="1")
queueContext (minOccurs="0" maxOccurs="1")
securityContext (minOccurs="0" maxOccurs="1")
transactionContext (minOccurs="0" maxOccurs="1")

Example

<context>
  <clientContext clientTransactionId="53367B03-63D3-44ae-B8AD-C1E57E876E6C" />
  <securityContext impersonate="0" sensitive="0" trusted="0" />
</context>

See also

Customization, Request Example, XML Schema for Requests


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