[
https://issues.apache.org/jira/browse/DAFFODIL-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Beckerle updated DAFFODIL-1100:
---------------------------------------
Fix Version/s: (was: deferred)
2.3.0
> Unordered sequence with dfdl:format value of occursCountKind != "parsed"
> fails to compile
> -----------------------------------------------------------------------------------------
>
> Key: DAFFODIL-1100
> URL: https://issues.apache.org/jira/browse/DAFFODIL-1100
> Project: Daffodil
> Issue Type: Bug
> Components: Front End, General
> Reporter: Steve Lawrence
> Priority: Major
> Fix For: 2.3.0
>
>
> Daffodil performs checks to ensure the occursCountKind="parsed" for arrays
> and optional elements inside an unordered sequence. However, when we convert
> a unordered sequence to a sequence of choices, we create temporary elements
> that do not specify occursCountKind. These elements then get occursCountKind
> from the dfdl:format. If this value is not parsed, daffodil throws an error.
> We either need to set occursCountKind="parsed" on these temporary elements,
> or we need to exclude these elements when checking this restriction.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)