[ 
https://issues.apache.org/jira/browse/DAFFODIL-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Lawrence updated DAFFODIL-2678:
-------------------------------------
    Labels: reverify  (was: )

> LengthUnits being applied to minLength/maxLength facets
> -------------------------------------------------------
>
>                 Key: DAFFODIL-2678
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2678
>             Project: Daffodil
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Olabusayo Kilo
>            Priority: Major
>              Labels: reverify
>
> In a schema, where lengthUnit is 'bits', and 
> encoding='X-DFDL-US-ASCII-7-BIT-PACKED', where we have the following element 
> defined 
> {code:java}
> <xs:element name="alpha" dfdl:lengthKind="explicit" dfdl:length="14">
>   <xs:simpleType>
>     <xs:restriction base="xs:string">
>       <xs:minLength value="2"/>
>       <xs:maxLength value="2"/>
>     </xs:restriction>
>   </xs:simpleType>
> </xs:element>{code}
> Daffodil issues  the following warning on compiling the schema with 
> save-parser or using api compilation
> {noformat}
> java.lang.AssertionError: Schema Definition Warning: Explicit dfdl:length of 
> 14 is out of range for facet maxLength='2'.{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to