1
2
3
4
5
6
7
8
9
10
11
12
13
| <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">
| <element name="name" ns="http://www.example.com">
| <text/>
| </element>
| <element name="email" ns="http://www.example.com">
| <text/>
| </element>
| </element>
| </zeroOrMore>
| </element>
|
|