Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: app-schema plugin
-
Labels:None
Description
If I configure er:Mine to be delivered from a denormalised table with multiple values of RELATED_MINE_URN for each feature, only the last value is encoded as the property. the behaviour I expected was to get multiple er:relatedMine properties for each feature, one per row in the source table.
<AttributeMapping>
<targetAttribute>
er:relatedMine
</targetAttribute>
<isMultiple>true</isMultiple>
<ClientProperty>
<name>xlink:href</name>
<value>RELATED_MINE_URN</value>
</ClientProperty>
</AttributeMapping>