Home | Trees | Indices | Help |
|
---|
|
object --+ | elementRepresentative.ElementRepresentative --+ | xsdType.XsdType --+ | ComplexType
|
|||
|
__init__(self,
xsdElement,
parent) Keeps a list of sequences and choices that are children of it. |
||
|
getElements(self) Returns a list of elements. |
||
|
gatherFacets(self) returns a blank dictionary. |
||
Inherited from Inherited from |
|||
Inherited from xsdType.XsdType | |||
---|---|---|---|
|
clsFor(self,
pyXSD) Produces a class for a schema type. |
||
|
containsSchemaBase(self,
bases) Returns true if SchemaBase is in the bases list, false if it is not. |
||
|
getBaseList(self,
pyXSD) Creates blank list for the base classes. |
||
|
getContainingType(self) All types are containing types, so this works for all of the XSD types. |
||
|
getContainingTypeName(self) Since all types are containing types, this method returns its own name. |
||
|
getName(self) Mostly normal getName(), except it includes a means to make a type name if the type is the child of an element or some other tag. |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Keeps a list of sequences and choices that are children of it. Stores itself in the schema dictionary of complexTypes. Uses the XsdType `__init__`. See *ElementRepresentative* for more documentation.
|
Returns a list of elements. Uses lazy evaluation. Goes through the No parameters.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Thu Sep 07 21:19:38 2006 | http://epydoc.sourceforge.net |