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