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/02/20 16:00:33 UTC

[GitHub] mbeckerle opened a new pull request #46: Added test to illustrate issue DAFFODIL-1907.

mbeckerle opened a new pull request #46: Added test to illustrate issue DAFFODIL-1907.
URL: https://github.com/apache/incubator-daffodil/pull/46
 
 
   (Just adds a test to scala debug)
   
   This bug reported by users trying to annotate an XSD with both DFDL 
   annotations and an unrelated annotation language.
   
   Problem is that like DFDL, this additional annotation language defines
   annotation elements that have xsd:attribute definitions in them. 
   
   And Daffodil issues SDE on those attribute definitions because DFDL
   doesn't use attributes.
   
   But they're not being used to describe data. They're just being used in 
   annotation elements that Daffodil (or any DFDL processor) can simply
   ignore. 
   
   DAFFODIL-1907

----------------------------------------------------------------
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