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. An optional attribute
xsdFileName is used to specify the name of the XSD file. Either a relative
or an absolute file path can be specified. If only the file name is specified,
virtual member manager searches under the <VMM_HOME>\model directory.
Note: VMM_HOME
is the directory where the files are located. This location is set to either
the system property wim.home or user.install.root/config/cells/local.cell/wim.
The
default file name is wimdatagraph.xsd.
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"/>