ó
f#ñ]c           @   s   d  Z  d d l m Z d S(   s   XMLSchema -- Classes to support processing W3C XML Schema definitions.

This module supports processing DOM model representations of XML schema into a
Python object representation of the schema component model.

The module also provides a top-level class that supports schema processing.
iÿÿÿÿ(   t   SchemaN(   t   __doc__t   pyxb.xmlschema.structuresR    t   schema(    (    (    sL   /data/av2000/b2b/venv/lib/python2.7/site-packages/pyxb/xmlschema/__init__.pyt   <module>   s   