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:
[email protected]


With regards,
Apache Git Services

Reply via email to