diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-15 20:48:17 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-15 20:48:17 +0100 |
commit | 2544749215bc2465bfeca431e271110ca86d8a83 (patch) | |
tree | 6e1b9e500941cec7f63a526e27881491a13ee340 /testdata/xmlparser/affiliation.oxm | |
parent | 6041324a65cfdb878154af68d74aac2c86372440 (diff) |
added much more test data: meta domain, lists domain, bibliography domain, version typesystem, email typesystem, affiliation typesystem and complex book document which uses the aforementioned domains and typesystems.
Diffstat (limited to 'testdata/xmlparser/affiliation.oxm')
-rw-r--r-- | testdata/xmlparser/affiliation.oxm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testdata/xmlparser/affiliation.oxm b/testdata/xmlparser/affiliation.oxm new file mode 100644 index 0000000..d84dc30 --- /dev/null +++ b/testdata/xmlparser/affiliation.oxm @@ -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> |