summaryrefslogtreecommitdiff
path: root/testdata/integration/ontology_serialization/simple.out.osxml
blob: 4aa15a69846d9e7135372b161bf50a324d72f58e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>
			<field optional="true" subtree="false">
				<syntax/>
				<childRef ref="b"/>
			</field>
		</struct>
		<struct cardinality="{1, 7-8}" name="b" root="false" transparent="true">
			<syntax/>
			<attributes/>
		</struct>
	</ontology>
	<test:a>
		<afield/>
	</test:a>
</document>