blob: 375b6284d2ae6b381132d192980a7cdc4e7290c2 [file] [log] [blame]
Daniel Veillardfc1a4502003-02-02 16:02:55 +00001<element name="addressBook" ns="http://www.example.com/addressBook"
2 xmlns="http://relaxng.org/ns/structure/1.0">
3 <zeroOrMore>
4 <element name="card" ns="http://www.example.com/addressBook">
5 <element name="name" ns="http://www.example.com/address">
6 <text/>
7 </element>
8 <element name="email" ns="http://www.example.com/address">
9 <text/>
10 </element>
11 </element>
12 </zeroOrMore>
13</element>