Provisioning Schema::globalData
Element that encapsulates global data applicable to all actions in a queued request. This element is part of the provisioning schema of Microsoft. Provisioning Framework (MPF).
Parent
Example
<request xmlns="http://maps/specs/prov.xml"> <globalData> <users> <user name="Administrator"></user> </users> </globalData> <data> <organizations> <organization name="tailspintoys.com"></organization> </organizations> </data> <data> <organizations> <organization name="wideworldimporters.com"></organization> </organizations> </data> <data> <organizations> <organization name="fourthcoffee.com"></organization> </organizations> </data> <context> <clientContext clientTransactionId="53367B03-63D3-44ae-B8AD-C1E57E876E6C" /> </context> <procedure> <execute namespace="Test Namespace" procedure="Write Request"> <forEach name="organization" root="data" path="organizations/organization" /> <forEach name="user" root="data" path="users/user" /> <before source="organization" destination="executeData" /> <before source="user" destination="executeData" /> </execute> </procedure> </request>See also
Customization, Provisioning Queue Manager Service, XML Schema for Requests
Top of Page
) 1999-2002 Microsoft Corporation. All rights reserved.