Mike Beckerle created DAFFODIL-2736:
---------------------------------------
Summary: Need warning when multiple child elements with same name
Key: DAFFODIL-2736
URL: https://issues.apache.org/jira/browse/DAFFODIL-2736
Project: Daffodil
Issue Type: New Feature
Components: Front End
Affects Versions: 3.3.0
Reporter: Mike Beckerle
XSD (and DFDL) allow things like
{code:java}
<element name="foo" type="xs:int" ... />
<element name="bar" ... />
<element name="foo" type="xs:int" .../> <!-- allowed -->{code}
Most other data systems do not allow multiple child elements to have the same
name.
A warning is needed that a schema is doing this.
A way to escalate such a warning to an error is also needed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)