1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <element name="card" ns="http://www.example.com"
| xmlns="http://relaxng.org/ns/structure/1.0">
| <zeroOrMore>
| <attribute>
| <anyName>
| <except>
| <nsName/>
| <nsName ns=""/>
| </except>
| </anyName>
| </attribute>
| </zeroOrMore>
| <text/>
| </element>
|
|