diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-06 19:23:07 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-02-06 19:23:07 +0100 |
commit | 100a24a53c862201d1fcaaf81c6faacb694d37e9 (patch) | |
tree | fb113b21febf539b39e1aa8e1141caf607e8e696 /testdata | |
parent | 577ed0ad24dd9ddb3639569307473feed52a76d3 (diff) |
changed name of text field from content to default.
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/xmlparser/book_domain.oxm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/xmlparser/book_domain.oxm b/testdata/xmlparser/book_domain.oxm index ed9309b..8b46460 100644 --- a/testdata/xmlparser/book_domain.oxm +++ b/testdata/xmlparser/book_domain.oxm @@ -96,6 +96,6 @@ transparent="true" isa="" attributesDescriptor=""> --> <!-- we might want to specify std.string here --> - <primitive name="content" type="string"/> + <primitive type="string"/> </struct> </domain> |