VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/result/relaxng/tutor9_6.rng@ 98508

Last change on this file since 98508 was 95312, checked in by vboxsync, 3 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

File size: 382 bytes
Line 
1<grammar>
2
3 <start>
4 <element name="addressBook">
5 <zeroOrMore>
6 <element name="card">
7 <ref name="card.attlist"/>
8 </element>
9 </zeroOrMore>
10 </element>
11 </start>
12
13 <define name="card.attlist">
14 <group>
15 <attribute name="name">
16 <text/>
17 </attribute>
18 <attribute name="email">
19 <text/>
20 </attribute>
21 </group>
22 </define>
23
24</grammar>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette