diff options
Diffstat (limited to 'testdata/osxmlparser/comments_ontology.osxml')
-rw-r--r-- | testdata/osxmlparser/comments_ontology.osxml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testdata/osxmlparser/comments_ontology.osxml b/testdata/osxmlparser/comments_ontology.osxml index f2423be..34185d8 100644 --- a/testdata/osxmlparser/comments_ontology.osxml +++ b/testdata/osxmlparser/comments_ontology.osxml @@ -4,7 +4,7 @@ <!-- an annotation comment --> <annotation name="comment"> - <field name="replies" isSubtree="true"> + <field name="replies" subtree="true"> <childRef ref="reply"/> </field> <field name="content"> @@ -17,7 +17,7 @@ <!-- Is there a chance to prevent users from having to redefine these two fields in comment and reply? Could we use a fieldRef here? Or would that be circular? --> - <field name="replies" isSubtree="true"> + <field name="replies" subtree="true"> <childRef ref="reply"/> </field> <field name="content"> @@ -30,7 +30,7 @@ <!-- note that replies are organized in a tree fashion: One can also reply to a reply --> <struct name="reply"> - <field name="replies" isSubtree="true"> + <field name="replies" subtree="true"> <childRef ref="reply"/> </field> <field name="content"> |