summaryrefslogtreecommitdiff
path: root/testdata/integration/ontology_serialization/syntax.out.osxml
blob: 79909feef3ad65b5849b5dc9bae1b7dd6c5762dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document>
	<ontology name="test">
		<struct name="a" root="true">
			<field>
				<childRef ref="a"/>
			</field>
			<syntax>
				<short>§</short>
				<open>&lt;&lt;</open>
				<close>&gt;&gt;</close>
			</syntax>
		</struct>
	</ontology>
	<test:a>
		<test:a>
			<test:a/>
		</test:a>
	</test:a>
</document>