mbeckerle commented on a change in pull request #230: Enable schema validation of attribute- and short-form properties URL: https://github.com/apache/incubator-daffodil/pull/230#discussion_r291768357
########## File path: daffodil-propgen/src/main/resources/org/apache/daffodil/xsd/DFDL_part2_attributes.xsd ########## @@ -33,6 +33,24 @@ <xsd:attribute name="ref" type="xsd:QName" /> + <!-- + This attribute group allows for any attribute not in the dfdl namesapce. + Attributes in the dfdl namespae will be strictly validated. + --> + <xsd:attributeGroup name="anyOther"> + <xsd:anyAttribute namespace="##other" processContents="lax" /> + </xsd:attributeGroup> + + <!-- + This group allows for any element not in the dfdl namesapce. + Elments in the dfdl namespae will be strictly validated. + --> Review comment: What about this enables strict validation for DFDL namespace attributes? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services