Hi,
I wondered if it's possible in RelaxNG schemas to enforce value
constraints. For example:
<foo id="12345" />
<bar references="12345" />
Can I somehow ensure that the "references" attribute only contains
values that appeared as attribute "id" of any "foo" element?
Best regards
Andreas