repo.or.cz
/
aprog.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Aprog]
[aprog.git]
/
Aprog
/
test
/
net
/
sourceforge
/
aprog
/
xml
/
test.rng
blob
b3047202e6238702d1a95e76924a81681caec4a4
1
<?xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
2
<grammar
ns
=
""
xmlns
=
"http://relaxng.org/ns/structure/1.0"
datatypeLibrary
=
"http://www.w3.org/2001/XMLSchema-datatypes"
>
3
<start>
4
<element
name
=
"a"
>
5
<element
name
=
"b"
>
6
<attribute
name
=
"c"
>
7
<data
type
=
"NCName"
/>
8
</attribute>
9
</element>
10
</element>
11
</start>
12
</grammar>