Hash :
6473a41a
Author :
Date :
2013-10-23T14:51:33
Implement choice for name classes on attributes https://bugzilla.gnome.org/show_bug.cgi?id=710744
<?xml version="1.0"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
<start>
<element name="test" ns="http://example.com/1/">
<zeroOrMore>
<attribute>
<choice>
<nsName ns="http://example.com/1/"/>
<nsName ns="http://example.com/2/"/>
</choice>
<text/>
</attribute>
</zeroOrMore>
</element>
</start>
</grammar>