Package pyxsd :: Package elementRepresentatives :: Module simpleContent :: Class SimpleContent
[hide private]
[frames] | no frames]

Class SimpleContent

source code

                object --+    
                         |    
list.ElementRepresentative --+
                             |
                            SimpleContent

The class for the simpleContent tag. Subclass of ElementRepresentative.

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

Inherited from list.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 list.ElementRepresentative: classNameFor, factory, getFromName, register, typeFromName


Static Methods [hide private]

Inherited from list.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: list.ElementRepresentative.__init__

getName(self)

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