diff options
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/xmlparser/book_domain.oxm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testdata/xmlparser/book_domain.oxm b/testdata/xmlparser/book_domain.oxm index c86d4e3..4218915 100644 --- a/testdata/xmlparser/book_domain.oxm +++ b/testdata/xmlparser/book_domain.oxm @@ -10,9 +10,6 @@ values. Also note that we need to specify explicitly, which classes are allowed as root nodes. --> <struct name="book" cardinality="{1}" isRoot="true"> - <attributes> - <attribute name="author" type="string" default="''"/> - </attributes> <!-- implicitly: <struct name="book" cardinality="{1}" isRoot="true" transparent="false" isa="" attributesDescriptor=""> |