-
Hi Labs ! the 'correct' section should be : In fact in xsd ContractingSystem is unbounded : while for ContractingSystemTypeCode maxOccurs = 1 I am using sdkVersion" : "1.6.0 , should I update sdk ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi Renato, |
Beta Was this translation helpful? Give feedback.
-
OK Yves If this is not a paradigm, can you tell me please, which the right paradigm ? |
Beta Was this translation helpful? Give feedback.
I think the problem here is when it does not find the xpath relative element using xpath search relative to the parent node, it will start looking for the XML element "ContractingSystem" and it will find an existing one (for the second item you create). Maybe there are cases for which this behavior is desired.
To fix this the logic could be that when you are trying to build the
ContractingSystem
element of the relative path, do not try to reuse the existing found elements and a…