Package suds :: Package xsd :: Module schema
[hide private]
[frames] | no frames]

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.

Classes [hide private]
  SchemaCollection
A collection of schema objects.
  Schema
The schema is an objectification of a <schema/> (xsd) definition.
Variables [hide private]
  log = getLogger(__name__)
  __package__ = 'suds.xsd'