Module schema
source code
The schema module provides a intelligent representation of an
XSD schema. The raw model is the XML tree and the model is
the denormalized, objectified and intelligent view of the schema. Most of
the value-add provided by the model is centered around tranparent
referenced type resolution and targeted denormalization.
|
SchemaCollection
A collection of schema objects.
|
|
Schema
The schema is an objectification of a <schema/> (xsd)
definition.
|
|
log = getLogger(__name__)
|
|
__package__ = ' suds.xsd '
|