blob: c5d7a6ad416a056884ea57077f44f26163bfafe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?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/>
</document>
|