diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-16 18:48:10 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-16 18:48:10 +0100 |
commit | fe1e817f29de61cdbc48dc4945dcfc235cf71a41 (patch) | |
tree | de2a18353576365ef5313ad7802708dcfd905694 /testdata/osxmlparser/book_domain.osxml | |
parent | 585ebd4afab08434f4dadd46085bf7822c7188c1 (diff) |
smaller fixes in testdata
Diffstat (limited to 'testdata/osxmlparser/book_domain.osxml')
-rw-r--r-- | testdata/osxmlparser/book_domain.osxml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/osxmlparser/book_domain.osxml b/testdata/osxmlparser/book_domain.osxml index 4218915..5a8cc67 100644 --- a/testdata/osxmlparser/book_domain.osxml +++ b/testdata/osxmlparser/book_domain.osxml @@ -75,7 +75,7 @@ <childRef ref="book.paragraph"/> </field> </struct> - <struct name="paragraph" transparent="true" role="paragraph"> + <struct name="paragraph" transparent="true"> <!-- implicitly: <struct name="subsection" isRoot="false" cardinality="{*}" transparent="true" isa="" attributesDescriptor=""> @@ -87,7 +87,7 @@ <childRef ref="book.text"/> </field> </struct> - <struct name="text" transparent="true" role="text"> + <struct name="text" transparent="true"> <!-- implicitly: <struct name="text" isRoot="false" cardinality="{*}" transparent="true" isa="" attributesDescriptor=""> |