diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-18 16:32:23 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-18 16:32:23 +0100 |
commit | a36be9501898d3bd2b7c85c2225bff2217dcde72 (patch) | |
tree | 0e506a01aa6cabdc91d5fe0ce88259fec9c5d7b9 /testdata/osxmlparser/affiliation.osxml | |
parent | dfca16e5fb6bd14462fef41c8c771e2f758c92d3 (diff) |
restructured domains and deleted as many duplicates from testdata as possible.
Diffstat (limited to 'testdata/osxmlparser/affiliation.osxml')
-rw-r--r-- | testdata/osxmlparser/affiliation.osxml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testdata/osxmlparser/affiliation.osxml b/testdata/osxmlparser/affiliation.osxml deleted file mode 100644 index d84dc30..0000000 --- a/testdata/osxmlparser/affiliation.osxml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" standalone="yes"?> -<typesystem name="affiliation"> - <struct name="affiliation"> - <field name="workgroup" type="string"/> - <field name="departement" type="string"/> - <field name="institution" type="string"/> - </struct> - - <constant name="citec.sc" type="affiliation" value="[workgroup=Semantic Computing Group,departement=Center of Excellence Cognitive Interaction Technology (CITEC), institution=Bielefeld University]"/> -</typesystem> |