Open GoogleCodeExporter opened 8 years ago
Thanks. Make sense.
For ease of reference, here's temp.rnc:
default namespace = "http://tempuri.org/"
namespace inherit = inherit
start = element topLevel { foo, bar }
foo = element foo {
attribute fooattr { text},
bazRef
}
bar = element bar {
attribute barattr { text },
bazRef,
quux+
}
bazRef = element baz {
attribute bazattr { text },
text
}
quux = element quux {
attribute quuxattr { text },
text
}
Original comment by jjc.jclark.com
on 20 Nov 2008 at 5:22
Original issue reported on code.google.com by
eed3s...@gmail.com
on 20 Nov 2008 at 4:52Attachments: