Package pyxsd :: Package elementRepresentatives :: Module complexContent :: Class ComplexContent
[hide private]
[frames] | no frames]

Class ComplexContent

source code

                                 object --+    
                                          |    
elementRepresentative.ElementRepresentative --+
                                              |
                                             ComplexContent

The class for the complexContent tag. Subclass of ElementRepresentative.

Instance Methods [hide private]
  __init__(self, xsdElement, parent)
See ElementRepresentative for documentation.
  getName(self)
Makes a name like this- `ContainingTypeName`|complexContent.

Inherited from elementRepresentative.ElementRepresentative: __str__, addSuperClassName, checkTopLevelType, describe, findLayerNum, getContainingType, getContainingTypeName, getSchema, processChildren

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__


Class Methods [hide private]

Inherited from elementRepresentative.ElementRepresentative: classNameFor, factory, getFromName, register, typeFromName


Static Methods [hide private]

Inherited from elementRepresentative.ElementRepresentative: tryConvert


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, xsdElement, parent)
(Constructor)

source code 
See ElementRepresentative for documentation.
Overrides: elementRepresentative.ElementRepresentative.__init__

getName(self)

source code 
Makes a name like this- `ContainingTypeName`|complexContent. The name on this class is used for almost nothing.
Overrides: elementRepresentative.ElementRepresentative.getName