XsdFactory
Namespace: AntaniXml
This module is in charge of parsing xsd and creating models according to XsdDomain data types.
Parsing xsd is a complex task, and for this we rely on the .NET BCL library (namespace System.Xml.Schema
).
Converting the Schema Object Model (SOM) provided by the BCL library into our own
simpler model allows decoupling of parsing xsd and building generators.
Nested types and modules
Type | Description |
ValidationResult |