diff options
| author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-03 02:30:01 +0100 |
|---|---|---|
| committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-03 02:30:01 +0100 |
| commit | bcccee31179c0259b203870b10278033ffc29804 (patch) | |
| tree | a7aceb08baf58e5a24285f38aeb8f73de9d694e7 /testdata/xmlparser/color.oxm | |
| parent | bf8ffac02747a2f3c9bd4e7c1f19300f205232d1 (diff) | |
Implemented Including files
Diffstat (limited to 'testdata/xmlparser/color.oxm')
| -rw-r--r-- | testdata/xmlparser/color.oxm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/xmlparser/color.oxm b/testdata/xmlparser/color.oxm index 17adea4..8a12e7a 100644 --- a/testdata/xmlparser/color.oxm +++ b/testdata/xmlparser/color.oxm @@ -1,5 +1,5 @@ <?xml version="1.0" standalone="yes"?> -<typesystem name="color"> +<ousia> <struct name="color"> <field name="r" type="int"/> <field name="g" type="int"/> @@ -15,4 +15,4 @@ <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> +</ousia> |
