We would like to insert some data in our generated model using instances. However we have entities containing light weight entities as in:
<cf:entity name="O" namespace="{0}.AOA">
[...]
<cf:property name="B" typeName="BO">
[...]
where the type BO is defined as lightweight entity:
<cf:entity name="BO" namespace="{0}.AOA" lightweight="true">
<cf:property name="IdentificatiecodeOR" typeName="AN16">
</cf:property>
[...]
How should the instance for the entity O be defined to input data in the identificatiecodeOR property?