Package suds :: Package xsd :: Module sxbasic :: Class Group
[hide private]
[frames] | no frames]

Class Group

source code

         object --+    
                  |    
sxbase.SchemaObject --+
                      |
                     Group

Represents an (xsd) schema <xs:group/> node.

Instance Methods [hide private]
[str,...]
childtags(self)
A list of valid child node names
source code
(int, [SchemaObject,...])
dependencies(self)
Get a list of dependancies for dereferencing.
source code
 
merge(self, other)
Merge another object as needed.
source code
[str,...]
description(self)
Get the names used for str() and repr() description.
source code

Inherited from sxbase.SchemaObject: __getitem__, __init__, __iter__, __len__, __repr__, __str__, __unicode__, all, any, attributes, autoqualified, builtin, children, choice, content, default_namespace, enum, extension, find, get_attribute, get_child, isattr, 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 sxbase.SchemaObject: append, prepend

Instance Variables [hide private]

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

childtags(self)

source code 
A list of valid child node names
Returns: [str,...]
A list of child tag names.
Overrides: sxbase.SchemaObject.childtags
(inherited documentation)

dependencies(self)

source code 

Get a list of dependancies for dereferencing.

Returns: (int, [SchemaObject,...])
A merge dependancy index and a list of dependancies.
Overrides: sxbase.SchemaObject.dependencies
(inherited documentation)

merge(self, other)

source code 

Merge another object as needed.

Overrides: sxbase.SchemaObject.merge
(inherited documentation)

description(self)

source code 

Get the names used for str() and repr() description.

Returns: [str,...]
A dictionary of relavent attributes.
Overrides: sxbase.SchemaObject.description
(inherited documentation)