summaryrefslogtreecommitdiff
path: root/testdata/xmlparser/generic.oxm
blob: 94f0226d9e537fbd302cf05093f4586ecdff7e40 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!--<?xml version="1.0" standalone="yes"?>-->
<typesystem name="color">
	<types>
		<struct name="rgb" parent="rgb"> <!-- Instance 1 -->
			<field name="r" type="double"/>
			<field name="g" type="double"/>
			<field name="b" type="double"/>
		</struct>
	</types>
</typesystem>