The dynamic model element

This element defines whether virtual member manager uses the dynamic model.

If the element dynamicModel is defined in the wimconfig.xml file, it indicates that virtual member manager is using dynamic model. The default file name is wimdatagraph.xsd. The sample extension schema file, wimdatagraph.xsd, is located in the app_server_root/etc/wim/schema/model directory.

You can use the optional attribute, xsdFileName, to specify the name of a custom XSD file. You can specify either a relative or an absolute file path for the custom XSD file. If you specify only the file name, virtual member manager searches under the profile_root/config/cells/$CellName/wim/model directory. If you use the default file name, wimdatagraph.xsd, then virtual member manager searches under the app_server_root/etc/wim/schema/model directory.

In a multiple security domain environment, virtual member manager searches for the custom XSD file under the following directories:
  • Global level: profile_root/config/cells/$CellName/wim/model directory.
  • Domain level: profile_root/config/waspolicies/$PolicyName/securitydomains/$DomainName/wim
The following are several examples of the code required to configure virtual member manager to use the dynamic model:
<config:dynamicModel/>
or
<config:dynamicModel xsdFileName="wimextension.xsd"/>
or
<config:dynamicModel xsdFileName="C:\WIM\myextension.xsd"/>

Icon that indicates the type of topic Concept topic

Terms and conditions for documentation | Feedback


Timestamp icon Last updated: March 30, 2016 13:35
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=vmm&topic=dynamicmodelelement
File name: dynamicmodelelement.html