Home | Trees | Indices | Help |
|
---|
|
object --+ | elementRepresentative.ElementRepresentative --+ | xsdType.XsdType --+ | complexType.ComplexType --+ | Schema
|
|||
|
__init__(self,
xsdElement,
parent) Stores all the attributeGroups, complexTypes, and simpleTypes in the document in dictionaries. |
||
|
getName(self) returns 'schema' |
||
|
getElements(self) Returns a list of elements. |
||
|
getSchema(self) returns the schema ER obj. |
||
Inherited from Inherited from |
|||
Inherited from complexType.ComplexType | |||
---|---|---|---|
|
gatherFacets(self) returns a blank dictionary. |
||
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. |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|
|
Returns a list of elements. No parameters
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Thu Sep 07 21:19:40 2006 | http://epydoc.sourceforge.net |