Virtual member manager is configured to use the dynamic model. You can create new property types and add them to existing virtual member manager built-in entity types at deployment.
<?xml version="1.0" encoding="UTF-8"?> <sdo:datagraph xmlns:sdo="commonj.sdo" xmlns:wim="http://www.ibm.com/websphere/wim"> <wim:propertySchema dataType="STRING" multiValued="true" propertyName="postOfficeBox" valueLength="40"> <wim:applicableEntityTypeNames>Person</wim:applicableEntityTypeNames> </wim:propertySchema> </wim:schema> </sdo:datagraph>