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