summaryrefslogtreecommitdiff
path: root/testdata/xmlparser/email.oxm
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-02-15 20:48:17 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-02-15 20:48:17 +0100
commit2544749215bc2465bfeca431e271110ca86d8a83 (patch)
tree6e1b9e500941cec7f63a526e27881491a13ee340 /testdata/xmlparser/email.oxm
parent6041324a65cfdb878154af68d74aac2c86372440 (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/email.oxm')
-rw-r--r--testdata/xmlparser/email.oxm8
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/xmlparser/email.oxm b/testdata/xmlparser/email.oxm
new file mode 100644
index 0000000..325f89a
--- /dev/null
+++ b/testdata/xmlparser/email.oxm
@@ -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>