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.
- Global level: profile_root/config/cells/$CellName/wim/model directory.
- Domain level: profile_root/config/waspolicies/$PolicyName/securitydomains/$DomainName/wim
<config:dynamicModel/>
or<config:dynamicModel xsdFileName="wimextension.xsd"/>
or<config:dynamicModel xsdFileName="C:\WIM\myextension.xsd"/>