<pemapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="mapping-schema.xsd "
version="1.0">
<namespace>
<duplicate>
<useref refid="define1" />
<useref refid="define2" />
<test type="attribute" name="SYMBOL">
<test type="attribute" name="SUB_SYMBOL">
<!-- breaks execution of duplicate, writes the duplicate and exits
duplicate (add of SUB_SYMBOL will not be executed) -->
<break />
</test>
<add name="SUB_SYMBOL">
</test>
<add name="SYMBOL">
</duplicate>
<!-- breaks execution of the current component -->
<test type="attribute" name="SYMBOL">
<break />
</test>
</namespace>
</pemapping>
|