[
https://issues.apache.org/jira/browse/DAFFODIL-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olabusayo Kilo resolved DAFFODIL-2736.
--------------------------------------
Fix Version/s: 3.10.0
Resolution: Fixed
Fixed in fd941cb5467f30cea8417bda63574c6bfb90a47c
> 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
> Assignee: Olabusayo Kilo
> Priority: Major
> Fix For: 3.10.0
>
>
> 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. (DAFFODIL-2735)
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)