summaryrefslogtreecommitdiff
path: root/testdata/xmlparser/color.osxml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 22:49:48 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 22:49:48 +0100
commitfabb174fd15d129e6b8d668cd3d621b0b9481c4f (patch)
treef4560186d8d25d750400d00c8b42e9ff5acdd3d1 /testdata/xmlparser/color.osxml
parente1a13f339fde6518850f4ace293477864a649d15 (diff)
Renamed files from oxm and oxd to osxml
Diffstat (limited to 'testdata/xmlparser/color.osxml')
-rw-r--r--testdata/xmlparser/color.osxml18
1 files changed, 18 insertions, 0 deletions
diff --git a/testdata/xmlparser/color.osxml b/testdata/xmlparser/color.osxml
new file mode 100644
index 0000000..17adea4
--- /dev/null
+++ b/testdata/xmlparser/color.osxml
@@ -0,0 +1,18 @@
+<?xml version="1.0" standalone="yes"?>
+<typesystem name="color">
+ <struct name="color">
+ <field name="r" type="int"/>
+ <field name="g" type="int"/>
+ <field name="b" type="int"/>
+ </struct>
+
+ <constant name="aquamarine1" type="color" value="[127,255,212]"/>
+ <constant name="aquamarine2" type="color" value="[118,238,198]"/>
+ <constant name="aquamarine3" type="color" value="[102,205,170]"/>
+ <constant name="aquamarine" type="color" value="[127,255,212]"/>
+ <constant name="azure1" type="color" value="[240,255,255]"/>
+ <constant name="azure2" type="color" value="[224,238,238]"/>
+ <constant name="azure3" type="color" value="[193,205,205]"/>
+ <constant name="azure4" type="color" value="[131,139,139]"/>
+ <constant name="azure" type="color" value="[240,255,255]"/>
+</typesystem>