mbeckerle commented on a change in pull request #88: Daffodil 1919 separators
URL: https://github.com/apache/incubator-daffodil/pull/88#discussion_r208391098
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dsom/SequenceGroup.scala
##########
@@ -339,8 +337,89 @@ class Sequence(xmlArg: Node, parent: SchemaComponent,
position: Int)
}.value
}
-final class UnorderedSequence(xmlArg: Node, xmlContents: Seq[Node], parent:
SchemaComponent, position: Int)
- extends Sequence(xmlArg, parent, position) {
- // A shell, the actual XML representation is passed in
- // from Sequence
+/**
+ * A choice branch can be an element with multiple occurrances, or varying
occurrences.
Review comment:
I can clarify the scaladoc. This is about non-scalar branches of choices
yes. Those can only be elements.
----------------------------------------------------------------
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