stevedlawrence opened a new pull request #635:
URL: https://github.com/apache/daffodil/pull/635
- We incorrectly used the targetNamespace when determining if members of
an unordered sequence had the same name/namespaces. The
targetNamespace can be different from the actual namespace due when
importing a schema. Instead, this groups by the namedQName of elements
to determine if there are any duplicate non-unique elements. This uses
the actually namespace after imported.
- Update other unordered sequence checks to SDE on the context of the
group member rather than on the unordere sequences. It is likely the
element that needs to be changed, so that context is more important.
- Remove the 'path' from the SDE. This generally isn't all that helpful
and is more for debugging. The SDE context is more useful.
DAFFODIL-2460
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]