summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/xmlparser/generic.oxm11
1 files changed, 2 insertions, 9 deletions
diff --git a/testdata/xmlparser/generic.oxm b/testdata/xmlparser/generic.oxm
index 2dbd72b..56a8745 100644
--- a/testdata/xmlparser/generic.oxm
+++ b/testdata/xmlparser/generic.oxm
@@ -3,25 +3,18 @@
<head>
<typesystem name="color">
<types>
- <struct name="rgb">
+ <struct name="rgb"> <!-- Instance 1 -->
<field name="r" type="double"/>
<field name="g" type="double"/>
<field name="b" type="double"/>
</struct>
- <struct name="rgb">
+ <struct name="rgb"> <!-- Instance 2 -->
</struct>
<struct name="rgba" parent="rgb">
<field name="a" type="double" default="0xf3"/>
</struct>
</types>
</typesystem>
- <typesystem name="color2">
- <types>
- <struct name="rgba" parent="rgb">
- <field name="a" type="bla" default="0xf3"/>
- </struct>
- </types>
- </typesystem>
</head>
<body xmlAttr="blub">
<!--<book>Dies ist ein Test&gt;</book>-->