======================= * Added a script for running the W3C XSD test suite. * Check restrictions and model groups UPA violations * Model groups splitted between two modules for more focusing on models basics * Added two new exceptions for model group errors * More control on imported namespaces * Added *use_meta* argument to schema classes * Added *includes* list and *imports* dict to schema classes * Many fixes for passing the W3C's tests for XSD 1.0 schemas * Added a test for issue 105 and a fix for issue 103
1.0.10
======================= * Fixed Element type mismatch issue when apply *SafeXMLParser* to schema resources * More XSD 1.1 features implemented (open content and versioning namespace are missing)
1.0.9
====================== * Programmatic import of ElementTree for avoid module mismatches * Cleaning and refactoring of test scripts
1.0.8
====================== * Dependency *defusedxml* package replaced by a custom XMLParser for ElementTree * Optional decoding of XSD date/time/duration builtin types * Fixes for issues 93, 96, 97 and 99
1.0.7
====================== * Fixes for issues 87 and 88 * Merged with PR 89 (simpleType restriction annotation parsing) * XSD 1.1 development: added assertion facet (still to be completed)
1.0.6
====================== * Fixes for issues 85 and 86 * XSD 1.1 development: added explicitTimezone facet and XSD 1.1 builtin types