summaryrefslogtreecommitdiff
path: root/testdata/osxmlparser/email.osxml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 22:55:04 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 22:55:04 +0100
commitc566d4efb57b697159f88d3bcfb7170bc7699fb0 (patch)
treeead8ef3f06495744302f815f8590131fcfe52737 /testdata/osxmlparser/email.osxml
parentfabb174fd15d129e6b8d668cd3d621b0b9481c4f (diff)
Moved testdata path
Diffstat (limited to 'testdata/osxmlparser/email.osxml')
-rw-r--r--testdata/osxmlparser/email.osxml8
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/osxmlparser/email.osxml b/testdata/osxmlparser/email.osxml
new file mode 100644
index 0000000..325f89a
--- /dev/null
+++ b/testdata/osxmlparser/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>