jadams-tresys commented on a change in pull request #207: Added support for
enumerations and TypeValueCalc
URL: https://github.com/apache/incubator-daffodil/pull/207#discussion_r275962441
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dsom/LocalElementDecl.scala
##########
@@ -40,9 +40,26 @@ sealed class LocalElementDecl(
* DetachedElementDecl is used as a place where properties related to the
* prefix simpel type can be accessed.
*/
-final class DetachedElementDecl(
+sealed abstract class QuasiElementDeclBase(
val detachedReference: ElementBase,
xml: Node,
parent: SchemaComponent)
extends LocalElementDecl(xml, parent, -1){
}
+
+//TODO rename to PrefixLengthQuasiElementDecl
Review comment:
Address this TODO before merging
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services