Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1f34149679700274d273f929cf13b29a > files > 646

PyXB-1.1.2-1.fc15.noarch.rpm

************
Architecture
************

The architecture of PyXB requires an understanding of four models.
:ref:`namespaces` describe how objects are aggregated by name and kind.  The
:ref:`componentModel` represents XML schema using the thirteen component
types defined in the `XML schema specification
<http://www.w3.org/TR/xmlschema-1/>`_.  The :ref:`bindingModel` describes
how Python classes provide a Pythonic representation of the information
within specific components.  Finally, the :ref:`contentModel` describes how
the component model of a specific schema supports translation between XML
documents and Python bindings.

.. toctree::
   :maxdepth: 2

   arch_namespaces
   arch_component
   arch_binding
   arch_content