blob: 2f465bad144fc0fc8ca943f6a5ba95103437f53f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document>
<ontology name="test">
<struct name="a" root="true">
<field name="afield" subtree="true">
<childRef ref="a"/>
</field>
</struct>
</ontology>
<a>
<afield/>
</a>
</document>
|