-----------------
**Added**
- Implemented several formats on validFrom/validTo, as shown on issue 17
**Changes**
- Redesigned reading process based on xmltodict
- Implemented custom writing process based on generators. Reduced memory footprint and improved performance and maintainability. Implemented Generic Series writing process.
- Improved overall performance on semantic validation.
- Cleanup of old parsers and writing methods. Simplified code for better maintainability.
- Model changes:
- Deleted 'dataset' on data retrieval
- Changed keys of message.content on Metadata Type.
**Bugfixes**