summaryrefslogtreecommitdiff
path: root/testdata/integration/ontology_serialization/attributes_descriptor.out.osxml
blob: 00f21f56aed522afffa47d7df37cf5e1ed0110c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document>
	<ontology name="test">
		<struct cardinality="{*}" name="a" root="true" transparent="false">
			<syntax/>
			<attributes>
				<attribute default="4" name="myAttr" type="int"/>
			</attributes>
		</struct>
		<struct cardinality="{*}" isa="a" name="b" root="false" transparent="false">
			<syntax/>
			<attributes>
				<attribute default="bla" name="myOtherAttr" type="string"/>
			</attributes>
		</struct>
	</ontology>
	<test:a myAttr="4"/>
</document>