Avatar

Level 2

Hi all,


I want to add two links to the same target table, below is the existing structure in the schema.

 

<element integrity="neutral" label="LabelOne" name="companySignaturesLink"
revCardinality="single" revIntegrity="neutral" revLabel="SchemaOne"
target="cus:labelOne" type="link">
<join xpath-dst="@destinationOne" xpath-src="@internalDestOne"/>
</element>
<element integrity="neutral" label="LabelOne" name="companySignaturesLink"
revCardinality="single" revIntegrity="neutral" revLabel="SchemaOne"
target="cus:labelOne" type="link">
<join xpath-dst="@destinationTwo" xpath-src="@internalDestTwo"/>
</element>


Can we add the join in the same <element> tag?


Like the below structure:

<element integrity="neutral" label="LabelOne" name="companySignaturesLink"
revCardinality="single" revIntegrity="neutral" revLabel="SchemaOne"
target="cus:labelOne" type="link">
<join xpath-dst="@destinationOne" xpath-src="@internalDestOne"/>
<join xpath-dst="@destinationTwo" xpath-src="@internalDestTwo"/>
</element>


Can you please let me know which is the good practice?


Many thanks in advance,

Anoop