repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libxml2 2.9.1 clean sources
[tomato.git]
/
release
/
src
/
router
/
libxml2
/
result
/
relaxng
/
tutor9_6.rng
blob
17e64928fd5d50dfbc95fa5460d049f28ceb3195
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>