You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
411 B
Plaintext

<?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>