Package pyxsd :: Package elementRepresentatives :: Module restriction :: Class Restriction
[hide private]
[frames] | no frames]

Class Restriction

source code

                         object --+    
                                  |    
documentation.ElementRepresentative --+
                                      |
                                     Restriction

The class for the Restiction tag. Subclass of ElementRepresentative.

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

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


Static Methods [hide private]

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

getName(self)

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