diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-03 15:17:51 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-03-03 15:17:51 +0100 |
commit | 78f24b65e4a84c528338cc52e71efa4aa58e656e (patch) | |
tree | 2a61cbdecae1f658999d226a9c9630bb90d9338c /data/ontology/bibliography.osxml | |
parent | 466ff991bcfad76d78100193aacbfaf74d542b26 (diff) |
Renamed isSubtree to subtree and isRoot to root
Diffstat (limited to 'data/ontology/bibliography.osxml')
-rw-r--r-- | data/ontology/bibliography.osxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ontology/bibliography.osxml b/data/ontology/bibliography.osxml index e133a2b..3de3e83 100644 --- a/data/ontology/bibliography.osxml +++ b/data/ontology/bibliography.osxml @@ -9,7 +9,7 @@ <childRef ref="bibEntry"/> </field> <parentRef ref="book"> - <field name="bibliography" isSubtree="true"/> + <field name="bibliography" subtree="true"/> </parentRef> </struct> <struct name="bibEntry"> |