Files

13 lines
287 B
Plaintext
Raw Permalink Normal View History

2026-07-19 22:48:13 +08:00
<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>
</element>
</zeroOrMore>
</element>