Exclusion Property Name in BOD Definitions, Example
Parent not mapped, with the attribute type='123', EPN=prop1
Child mapped to prop1, EPN=prop1
If prop1 has the value ABC, then the resulting BOD XML definition looks like this:
<parent type='123'> <child>ABC</child> </parent>
If prop1 isempty, then neither the parent or child elements are published.
Related topics