android_mt6572_jiabo/external/libxml2/test/relaxng/tutor11_3.rng
2025-09-05 16:56:03 +08:00

15 lines
332 B
Text

<element name="example" xmlns="http://relaxng.org/ns/structure/1.0">
<zeroOrMore>
<attribute>
<anyName/>
</attribute>
</zeroOrMore>
<optional>
<attribute name="xml:space">
<choice>
<value>default</value>
<value>preserve</value>
</choice>
</attribute>
</optional>
</element>