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. 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. If the file name is wimdatagraph.xsd, then virtual member manager searches under the <VMM_SCHEMA_HOME>\model directory
Note: VMM_HOME is directory where the sample extension schema file is located. This location is either the system property wim.home or user.install.root/config/cells/local.cell/wim. VMM_SCHEMA_HOME is the directory where the system schema files are located. This location is set to either the system property wim.schema.home or was.install.root/etc/wim/schema.
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"/>


Terms of use | Feedback

http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.wim.doc/dynamicmodelelement.html