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

9 lines
296 B
Text

<element name="addressBook" ns="http://www.example.com"
xmlns="http://relaxng.org/ns/structure/1.0">
<zeroOrMore>
<element name="card" ns="http://www.example.com">
<attribute name="name" ns=""/>
<attribute name="email" ns=""/>
</element>
</zeroOrMore>
</element>