For
example, the following sample defines a new property type called “postOfficeBox”
and adds this property type to the virtual member manager built-in entity
type “Person”:
<?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>