blob: 9d597b7294410a37750112cb755b80e102f641d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document>
<ontology name="test">
<struct name="a" root="true">
<field>
<childRef ref="a"/>
</field>
<syntax>
<close>
<newline/>
</close>
</syntax>
</struct>
</ontology>
<test:a>
<test:a/>
<test:a/>
</test:a>
</document>
|