summaryrefslogtreecommitdiff
path: root/data/typesystem
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-17 23:31:45 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-17 23:31:45 +0100
commitf1d70c71e0444fc49a85459db85c9a6a139f0bd0 (patch)
tree15e12f14b76cb5b28360d0535f88cf7d691c8bc0 /data/typesystem
parentbbc8b5a18f8b2f5ec0ae1de6e60c23464bd799b5 (diff)
Copied some domains and typesystems from the testdata folder to the data folder
Diffstat (limited to 'data/typesystem')
-rw-r--r--data/typesystem/affiliation.osxml10
-rw-r--r--data/typesystem/email.osxml8
-rw-r--r--data/typesystem/version.osxml8
3 files changed, 26 insertions, 0 deletions
diff --git a/data/typesystem/affiliation.osxml b/data/typesystem/affiliation.osxml
new file mode 100644
index 0000000..d84dc30
--- /dev/null
+++ b/data/typesystem/affiliation.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>
diff --git a/data/typesystem/email.osxml b/data/typesystem/email.osxml
new file mode 100644
index 0000000..325f89a
--- /dev/null
+++ b/data/typesystem/email.osxml
@@ -0,0 +1,8 @@
+<?xml version="1.0" standalone="yes"?>
+<typesystem name="email">
+ <struct name="email">
+ <field name="local" type="string"/>
+ <field name="domainName" type="string"/>
+ <field name="domainSuffix" type="string"/>
+ </struct>
+</typesystem>
diff --git a/data/typesystem/version.osxml b/data/typesystem/version.osxml
new file mode 100644
index 0000000..0d52736
--- /dev/null
+++ b/data/typesystem/version.osxml
@@ -0,0 +1,8 @@
+<?xml version="1.0" standalone="yes"?>
+<typesystem name="version">
+ <struct name="version">
+ <field name="major" type="int"/>
+ <field name="minor" type="int"/>
+ <field name="patch" type="int"/>
+ </struct>
+</typesystem>