Module elementRepresentative
source code
|
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.
|
|
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
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'>,
...
|
|