pyxb: PyXB stands for Python W3C XML Schema Bindings, and is pronounced
"pixbee".
pyxb.binding: Material used to generate and execute bindings generated by the
PyXB package.
pyxb.binding.basis: This module contains support classes from which schema-specific
bindings inherit, and that describe the content models of those
schema.
pyxb.binding.content: Helper classes that maintain the content model of XMLSchema in the
binding classes.
pyxb.binding.saxer: This module contains support for generating bindings from an XML
stream using a SAX parser.
pyxb.binding.xml_: Binding classes for types referenced by the attribute and attribute
group declarations in the XML namespace
(http://www.w3.org/XML/1998/namespace).
pyxb.exceptions_: Extensions of standard exceptions for PyXB events.
pyxb.utils.domutils: Functions that support activities related to the Document Object
Model.
pyxb.utils.fac: This module provides Finite Automata with Counters.
pyxb.utils.saxdom: This module contains support for a DOM tree representation from an
XML document using a SAX parser.
pyxb.utils.saxutils: This module contains support for processing XML using a SAX parser.
pyxb.utils.templates: Functions that aid with generating text from templates and maps.
pyxb.utils.unicode: This module contains support for Unicode characters as required to
support the regular expression syntax defined in annex F of the XML Schema definition.