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/attributes_descriptor.out.osxml | |
parent | 2ab5a0bc2589e36b4e8b8dfcc93116c7bffaf51a (diff) |
Got rid of some unecessary output in ontology serialization.
Diffstat (limited to 'testdata/integration/ontology_serialization/attributes_descriptor.out.osxml')
-rw-r--r-- | testdata/integration/ontology_serialization/attributes_descriptor.out.osxml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testdata/integration/ontology_serialization/attributes_descriptor.out.osxml b/testdata/integration/ontology_serialization/attributes_descriptor.out.osxml index 00f21f5..44b7aef 100644 --- a/testdata/integration/ontology_serialization/attributes_descriptor.out.osxml +++ b/testdata/integration/ontology_serialization/attributes_descriptor.out.osxml @@ -1,14 +1,12 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <document> <ontology name="test"> - <struct cardinality="{*}" name="a" root="true" transparent="false"> - <syntax/> + <struct name="a" root="true"> <attributes> <attribute default="4" name="myAttr" type="int"/> </attributes> </struct> - <struct cardinality="{*}" isa="a" name="b" root="false" transparent="false"> - <syntax/> + <struct isa="a" name="b"> <attributes> <attribute default="bla" name="myOtherAttr" type="string"/> </attributes> |