³ò
—ã=Pc           @   s0   d  Z  d d k l Z d e f d „  ƒ  YZ d S(   sE   
Provides modules containing classes to support
unmarshalling (XML).
iÿÿÿÿ(   t   Objectt   Contentc           B   s   e  Z d  Z d „  Z RS(   sI  
    @ivar node: The content source node.
    @type node: L{sax.element.Element}
    @ivar data: The (optional) content data.
    @type data: L{Object}
    @ivar type: The (optional) content schema type.
    @type type: L{xsd.sxbase.SchemaObject}
    @ivar text: The (optional) content (xml) text.
    @type text: basestring
    c         C   s5   t  i |  ƒ | |  _ d  |  _ d  |  _ d  |  _ d  S(   N(   R    t   __init__t   nodet   Nonet   datat   typet   text(   t   selfR   (    (    s)   suds-0.3.7-py2.6.egg/suds/umx/__init__.pyR   &   s
    			(   t   __name__t
   __module__t   __doc__R   (    (    (    s)   suds-0.3.7-py2.6.egg/suds/umx/__init__.pyR      s   
N(   R   t   suds.sudsobjectR    R   (    (    (    s)   suds-0.3.7-py2.6.egg/suds/umx/__init__.pys   <module>   s   