Github user mbeckerle commented on a diff in the pull request:
https://github.com/apache/incubator-daffodil/pull/5#discussion_r150681797
--- Diff:
daffodil-core/src/main/scala/edu/illinois/ncsa/daffodil/dsom/LocalElementDecl.scala
---
@@ -34,27 +34,24 @@ package edu.illinois.ncsa.daffodil.dsom
import scala.xml.Node
-final class LocalElementDeclFactory(override val xml: Node, sd:
SchemaDocument)
- extends SchemaComponentFactory(xml, sd)
+final class LocalElementDeclFactory(xmlArg: Node, sd: SchemaDocument)
--- End diff --
There is no LocalComplexTypeDefFactory, but the others removed..
---