blob: 07caa33365aba302664558ec65f86ea489757e2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document>
<ontology name="test">
<struct cardinality="{*}" name="a" root="true" transparent="false">
<syntax/>
<attributes/>
<field name="afield" optional="false" subtree="true">
<syntax/>
<childRef ref="a"/>
</field>
</struct>
</ontology>
<test:a>
<afield>
<test:a>
<afield/>
</test:a>
<test:a>
<afield/>
</test:a>
</afield>
</test:a>
</document>
|