diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-15 20:17:18 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-15 20:17:18 +0100 |
commit | 4d2878c8b4899104fd4a8877beaf3c8771f0bd2e (patch) | |
tree | c1ac9e5983401f551221e865566ca37be30f3565 /testdata/xmlparser | |
parent | 76c33b56df9ae13ba7e8c1f3d7ec6bc2118f3e26 (diff) |
removed author attribute from book domain (got refactored to meta domain)
Diffstat (limited to 'testdata/xmlparser')
-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=""> |