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

17 lines
393 B
Text

<element name="addressBook" xmlns="http://relaxng.org/ns/structure/1.0">
<zeroOrMore>
<element name="card">
<attribute name="name">
<text/>
</attribute>
<attribute name="email">
<text/>
</attribute>
<optional>
<attribute name="note">
<text/>
</attribute>
</optional>
</element>
</zeroOrMore>
</element>