tuxji commented on code in PR #927:
URL: https://github.com/apache/daffodil/pull/927#discussion_r1084402124
##########
daffodil-test/src/test/resources/org/apache/daffodil/section00/general/general.tdml:
##########
@@ -217,4 +217,32 @@
<tdml:error>in no namespace</tdml:error>
</tdml:errors>
</tdml:parserTestCase>
+
+ <tdml:defineSchema name="nameAndRef">
+ <xs:include
schemaLocation="org/apache/daffodil/xsd/DFDLGeneralFormat.dfdl.xsd" />
+ <dfdl:format ref="ex:GeneralFormat" />
+ <xs:element name="root1">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="nameAndRef" type="xs:string" ref="ex:root1"
dfdl:lengthKind="delimited" />
Review Comment:
Just noticed this belatedly. The `ref="ex:root1"` should be
`ref="ex:root2"` in order to avoid having two errors mixed into the same line.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]