You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2018/10/26 18:18:51 UTC

[GitHub] jadams-tresys opened a new pull request #128: Ignore minLength when lengthKind=explicit

jadams-tresys opened a new pull request #128: Ignore minLength when lengthKind=explicit
URL: https://github.com/apache/incubator-daffodil/pull/128
 
 
   According to DFDL Erratum 5.18 if dfdl:lengthKind='explicit' the facet
   minLength is not used to determin the target length.
   
   Although we are ignoring minLength, it is a schema definition wraning if
   the explicit length specified is out of range of minLength and it is an
   error if it is out of range of textOutputMinLength.
   
   Also fixed a small error in the range check warning.
   
   DFDL-1989

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services