mbeckerle commented on a change in pull request #136: Changing to ignore 
attributeFormDefault
URL: https://github.com/apache/incubator-daffodil/pull/136#discussion_r233491961
 
 

 ##########
 File path: daffodil-lib/src/main/resources/org/apache/daffodil/xsd/dafint.xsd
 ##########
 @@ -17,7 +17,7 @@
 -->
 
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema";
-  attributeFormDefault="unqualified" elementFormDefault="qualified"
+  elementFormDefault="qualified"
   targetNamespace="urn:ogf:dfdl:2013:imp:daffodil.apache.org:2018:int"
 
 Review comment:
   This was all about IBM supplying test schemas that have this 
attributeFormDefault in them. Probably because their user interface tooling for 
DFDL is shared with what they have for ordinary XSD authoring. So having this 
present, and tests showing we just issue a warning about it, is a good 
solution. 

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