Package pyxsd :: Package elementRepresentatives :: Module elementRepresentative
[hide private]
[frames] | no frames]

Module elementRepresentative

source code

Classes [hide private]
  ElementRepresentative
ElementRepresentative is the base class for all of the tag type classes in the ElementRepresentative system, and it contains the methods that control movement around the tree.

Variables [hide private]
  tags = ['element', 'attribute', 'schema', 'xsdType', 'exten...
  theVars = {'MaxExclusive': <class 'pyxsd.elementRepresentative...
  registry = {}
  tag = 'maxExclusive'
  tagUpper = 'MaxExclusive'

Imports: xsdDataTypes.String, xsdDataTypes.NonPositiveInteger, xsdDataTypes.Double, xsdDataTypes.NegativeInteger, xsdDataTypes.base64, xsdDataTypes.PositiveInteger, xsdDataTypes.NonNegativeInteger, xsdDataTypes.TypeList, xsdDataTypes.Base64Binary, xsdDataTypes.Boolean, xsdDataTypes.types, xsdDataTypes.Integer, xsdDataTypes.IDREF, xsdDataTypes.ID, xsdDataTypes.XsdDataType, annotation.Annotation, attribute.Attribute, attributeGroup.AttributeGroup, choice.Choice, complexContent.ComplexContent, complexType.ComplexType, documentation.Documentation, element.Element, enumeration.Enumeration, extension.Extension, length.Length, list.List, maxExclusive.MaxExclusive, maxInclusive.MaxInclusive, minExclusive.MinExclusive, minInclusive.MinInclusive, pattern.Pattern, restriction.Restriction, schema.Schema, sequence.Sequence, simpleContent.SimpleContent, simpleType.SimpleType, xsdType.XsdType


Variables Details [hide private]

tags

None
Value:
['element',
 'attribute',
 'schema',
 'xsdType',
 'extension',
 'simpleType',
 'complexType',
 'annotation',
...                                                                    
      

theVars

None
Value:
{'Annotation': <class 'pyxsd.elementRepresentatives.annotation.Annotat
ion'>,
 'Attribute': <class 'pyxsd.elementRepresentatives.attribute.Attribute
'>,
 'AttributeGroup': <class 'pyxsd.elementRepresentatives.attributeGroup
.AttributeGroup'>,
 'Base64Binary': <class 'pyxsd.xsdDataTypes.Base64Binary'>,
 'Boolean': <class 'pyxsd.xsdDataTypes.Boolean'>,
...                                                                    
      

registry

None
Value:
{}                                                                     
      

tag

None
Value:
'maxExclusive'                                                         
      

tagUpper

None
Value:
'MaxExclusive'