Package suds :: Package xsd :: Module sxbase :: Class Content
[hide private]
[frames] | no frames]

Class Content

source code

  object --+    
           |    
SchemaObject --+
               |
              Content
Known Subclasses:

This class represents those schema objects that represent real XML document content.

Instance Methods [hide private]

Inherited from SchemaObject: __getitem__, __init__, __iter__, __len__, __repr__, __str__, __unicode__, all, any, attributes, autoqualified, builtin, children, childtags, choice, content, default_namespace, dependencies, description, enum, extension, find, get_attribute, get_child, isattr, merge, mixed, namespace, optional, qualify, required, resolve, restriction, sequence, str, translate, unbounded, xslist

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from SchemaObject: append, prepend

Instance Variables [hide private]

Inherited from SchemaObject: default, form_qualified, nillable, rawchildren, root, schema

Properties [hide private]

Inherited from object: __class__