stevedlawrence commented on a change in pull request #136: Changing to ignore attributeFormDefault URL: https://github.com/apache/incubator-daffodil/pull/136#discussion_r233240490
########## 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: I think for all these normal schemas (i.e. not dfdl.xsd's) we probably do want the attributeFormatDefault property. That property is valid and is used when doing normal schema validation. It's only ignore in DFDL schemas since the property isn't part of the DFDL specification. ---------------------------------------------------------------- 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
