diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-18 21:29:36 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-18 21:29:36 +0100 |
commit | 5dfa2b6cba3e31d18e2cc23f05d330e387fc1a29 (patch) | |
tree | 2f97711bd12bfdb35425c0ffaca5af6a231b8076 /testdata/osxmlparser/affiliation.osxml | |
parent | f6d3495b681e19227a5ea9ec081d36644be55d68 (diff) | |
parent | 19e3e43e80e413d297ca8970d018eeda57ee65e1 (diff) |
Merge branch 'master' of somweyr.de:ousia
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> |