diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 22:49:48 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 22:49:48 +0100 |
commit | fabb174fd15d129e6b8d668cd3d621b0b9481c4f (patch) | |
tree | f4560186d8d25d750400d00c8b42e9ff5acdd3d1 /testdata/xmlparser/color.oxm | |
parent | e1a13f339fde6518850f4ace293477864a649d15 (diff) |
Renamed files from oxm and oxd to osxml
Diffstat (limited to 'testdata/xmlparser/color.oxm')
-rw-r--r-- | testdata/xmlparser/color.oxm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testdata/xmlparser/color.oxm b/testdata/xmlparser/color.oxm deleted file mode 100644 index 17adea4..0000000 --- a/testdata/xmlparser/color.oxm +++ /dev/null @@ -1,18 +0,0 @@ -<?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> |