diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 22:55:04 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 22:55:04 +0100 |
commit | c566d4efb57b697159f88d3bcfb7170bc7699fb0 (patch) | |
tree | ead8ef3f06495744302f815f8590131fcfe52737 /testdata/xmlparser/bibliography_domain.osxml | |
parent | fabb174fd15d129e6b8d668cd3d621b0b9481c4f (diff) |
Moved testdata path
Diffstat (limited to 'testdata/xmlparser/bibliography_domain.osxml')
-rw-r--r-- | testdata/xmlparser/bibliography_domain.osxml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testdata/xmlparser/bibliography_domain.osxml b/testdata/xmlparser/bibliography_domain.osxml deleted file mode 100644 index f1d25f8..0000000 --- a/testdata/xmlparser/bibliography_domain.osxml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0"?> -<domain name="bibliography"> - - <import rel="domain" src="./book_domain.oxm"/> - <import rel="domain" src="./meta_domain.oxm"/> - - <struct name="bibliography" transparent="true"> - <field> - <childRef ref="bibEntry"/> - </field> - <parentRef ref="book"> - <field name="bibliography" isSubtree="true"/> - </parentRef> - </struct> - <struct name="bibEntry"> - <field name="authors" optional="true"> - <childRef ref="meta.author"/> - </field> - <primitive name="name" type="string" isSubtree="true"/> - <primitive name="year" type="int" isSubtree="true"/> - <primitive name="journal" type="string" isSubtree="true" optional="true"/> - <primitive name="pages" type="cardinality" isSubtree="true" optional="true"/> - <!-- Here a geographical enum or something would be more exact --> - <primitive name="location" type="string" isSubtree="true" optional="true"/> - </struct> -</domain> |