- 27 Feb, 2020 1 commit
-
-
Leon Mauritz Möller authored
-
- 26 Feb, 2020 2 commits
-
-
Leon Mauritz Möller authored
to fix ci errors
-
Leon Mauritz Möller authored
-
- 25 Feb, 2020 19 commits
-
-
Sebastian Heppner authored
-
Sebastian Heppner authored
since annotatedRelationshipElement inherits from RelationshipElement, an object of class annotatedRelationshipElement is obviously also instance of RelationshipElement, therefore, it would be wrong to serialize it twice, once as annotatedRelationshipElement and once as RelationshipElement, Fix by checking first for relationshipElement and then inside that check for annotatedRelationshipElement.
-
Sebastian Heppner authored
as they do not exist in the schema
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
- add "<allowDuplicates>" child with text="false" (default value), since this attribute does not exist in the pyass implementation - change order of the <ordered> and <value> children, to fit the order in the schema
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
According to the schema, child has to exist even if it is empty
-
Sebastian Heppner authored
According to the schema, the child has to exist, even if it is empty
-
Sebastian Heppner authored
According to the xsd-schema, the child <containedElements> has to exist even if it is empty
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
change location of "kind" in the serialization to the end of the asset element
-
Sebastian Heppner authored
the order/sequence of the serialization of attributes was wrong. switched the place of "derivedFrom" and "assetRef" serialization
-
- 22 Feb, 2020 3 commits
-
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
was wrongly named JSONSerializationSchemaTest beforehand (due to copy-paste from json test)
-
- 18 Feb, 2020 1 commit
-
-
Leon Mauritz Möller authored
-
- 08 Feb, 2020 5 commits
-
-
Sebastian Heppner authored
apparently, the schema verification does not let you add the "schemaLocation" attribute by hand to your rootElement. Instead, the suggested way is to use a etree.QName
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
- 07 Feb, 2020 5 commits
-
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
- 05 Feb, 2020 4 commits
-
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-