diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-04-10 14:01:02 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:12 +0200 |
commit | bf6c2496cc230d8688caae43c36ae240df508801 (patch) | |
tree | 7021ffad8cf080a791cd3551a723244638b5c1ae /testdata/integration/ontology_serialization/simple.out.osxml | |
parent | 2ab5a0bc2589e36b4e8b8dfcc93116c7bffaf51a (diff) |
Got rid of some unecessary output in ontology serialization.
Diffstat (limited to 'testdata/integration/ontology_serialization/simple.out.osxml')
-rw-r--r-- | testdata/integration/ontology_serialization/simple.out.osxml | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/testdata/integration/ontology_serialization/simple.out.osxml b/testdata/integration/ontology_serialization/simple.out.osxml index 4aa15a6..2d00fc5 100644 --- a/testdata/integration/ontology_serialization/simple.out.osxml +++ b/testdata/integration/ontology_serialization/simple.out.osxml @@ -1,22 +1,15 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <document> <ontology name="test"> - <struct cardinality="{*}" name="a" root="true" transparent="false"> - <syntax/> - <attributes/> - <field name="afield" optional="false" subtree="true"> - <syntax/> + <struct name="a" root="true"> + <field name="afield" subtree="true"> <childRef ref="a"/> </field> - <field optional="true" subtree="false"> - <syntax/> + <field optional="true"> <childRef ref="b"/> </field> </struct> - <struct cardinality="{1, 7-8}" name="b" root="false" transparent="true"> - <syntax/> - <attributes/> - </struct> + <struct cardinality="{1, 7-8}" name="b" transparent="true"/> </ontology> <test:a> <afield/> |