Github user mbeckerle commented on a diff in the pull request:
https://github.com/apache/incubator-daffodil/pull/5#discussion_r149843246
--- Diff:
daffodil-core/src/main/scala/edu/illinois/ncsa/daffodil/dsom/DFDLStatementMixin.scala
---
@@ -49,12 +49,13 @@ trait DFDLStatementMixin extends ThrowsSDE { self:
AnnotatedSchemaComponent =>
--- End diff --
Consider split and rename: ProvidesDFDLStatementsMixin, and
ResolvesDFDLStatementsMixin. Terms would mix in the latter, local and global
defining forms would mix in the former.
---