summaryrefslogtreecommitdiff
path: root/testdata/osxmlparser/bibliography_domain.osxml
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-02-16 18:48:10 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-02-16 18:48:10 +0100
commitfe1e817f29de61cdbc48dc4945dcfc235cf71a41 (patch)
treede2a18353576365ef5313ad7802708dcfd905694 /testdata/osxmlparser/bibliography_domain.osxml
parent585ebd4afab08434f4dadd46085bf7822c7188c1 (diff)
smaller fixes in testdata
Diffstat (limited to 'testdata/osxmlparser/bibliography_domain.osxml')
-rw-r--r--testdata/osxmlparser/bibliography_domain.osxml6
1 files changed, 3 insertions, 3 deletions
diff --git a/testdata/osxmlparser/bibliography_domain.osxml b/testdata/osxmlparser/bibliography_domain.osxml
index 6418c61..53ba531 100644
--- a/testdata/osxmlparser/bibliography_domain.osxml
+++ b/testdata/osxmlparser/bibliography_domain.osxml
@@ -13,14 +13,14 @@
</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"/>
+ <field name="authors" optional="true">
+ <childRef ref="meta.author"/>
+ </field>
</struct>
</domain>