summaryrefslogtreecommitdiff
path: root/testdata/osxmlparser/affiliation_typesystem.osxml
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-03-04 14:48:04 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-03-04 14:48:04 +0100
commitc6fc25cf500d3f7d4bb855c4225f386736f2ebf9 (patch)
tree17ffc65dabd1f67d0b7be4fa38abb1091ac17cd3 /testdata/osxmlparser/affiliation_typesystem.osxml
parentc4d23a8699025e60ace2926189a943e8b6ef96c0 (diff)
made testdata folder self-contained. No reference to default ontologies or typesystems exist anymore.
Diffstat (limited to 'testdata/osxmlparser/affiliation_typesystem.osxml')
-rw-r--r--testdata/osxmlparser/affiliation_typesystem.osxml10
1 files changed, 10 insertions, 0 deletions
diff --git a/testdata/osxmlparser/affiliation_typesystem.osxml b/testdata/osxmlparser/affiliation_typesystem.osxml
new file mode 100644
index 0000000..d84dc30
--- /dev/null
+++ b/testdata/osxmlparser/affiliation_typesystem.osxml
@@ -0,0 +1,10 @@
+<?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>