Package pyxsd :: Package elementRepresentatives :: Module sequence :: Class Sequence
[hide private]
[frames] | no frames]

Class Sequence

source code

                         object --+    
                                  |    
documentation.ElementRepresentative --+
                                      |
                                     Sequence

The class for the sequence tag. Subclass of ElementRepresentative.

Instance Methods [hide private]
  __init__(self, xsdElement, parent)
Adds itself to the sequencesOrChoices list in its containing complexType.
  getName(self)
Makes a name like this- sequence`some id number`.

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 
Adds itself to the sequencesOrChoices list in its containing complexType. Makes a blank list for element children. Uses the ER '__init__`. See ElementRepresentative for more documentation.
Overrides: documentation.ElementRepresentative.__init__

getName(self)

source code 
Makes a name like this- sequence`some id number`.
Overrides: documentation.ElementRepresentative.getName