Overview
Current features:
- Generate XML schema (XSD) from annotated Domain Models
- Serialize instances of Domain Models to XML document
- Unserialize XML document to instances of Domain Models
- merging of XML data with existing data from repositories by rules
- Backend module
Planed features:
- Integration with extension_builder to generate Domain Models from XSD (eventually roundtripping Domain Model -> XSD -> Domain Model or XSD -> Domain Model -> XSD)
- {placeholder for your proposed feature}

