summaryrefslogtreecommitdiff
path: root/data/ontology/lists.osxml
diff options
context:
space:
mode:
Diffstat (limited to 'data/ontology/lists.osxml')
-rw-r--r--data/ontology/lists.osxml8
1 files changed, 3 insertions, 5 deletions
diff --git a/data/ontology/lists.osxml b/data/ontology/lists.osxml
index a177cd4..2cc5e54 100644
--- a/data/ontology/lists.osxml
+++ b/data/ontology/lists.osxml
@@ -7,7 +7,7 @@
mechanism, because a list may occur whereever a paragraph
may occur. However we do want to override the default field. -->
<field>
- <childRef name="item"/>
+ <childRef ref="item"/>
</field>
</struct>
<struct name="ol" isa="book.paragraph">
@@ -15,12 +15,10 @@
mechanism, because a list may occur whereever a paragraph
may occur. However we do want to override the default field. -->
<field>
- <childRef name="item"/>
+ <childRef ref="item"/>
</field>
</struct>
<struct name="item">
- <field>
- <childRef name="book.paragaph"/>
- </field>
+ <fieldRef ref="book.paragraph.$default"/>
</struct>
</ontology>