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