Home | Trees | Indices | Help |
|
---|
|
object --+ | elementRepresentative.ElementRepresentative --+ | Choice
|
|||
|
__init__(self,
xsdElement,
parent) Adds itself to the sequencesOrChoices list in its containing complexType. |
||
|
getName(self) Makes a name like this- choice`some id number`. |
||
|
getMinOccurs(self) retrieves the minOccurs value for elements in the choice. |
||
|
getMaxOccurs(self) retrieves the maxOccurs value for elements in the choice. |
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|
|
retrieves the minOccurs value for elements in the choice. Sets it to the default of 1 if it is not specified. No parameters. |
retrieves the maxOccurs value for elements in the choice. Sets it to the default of 1 if it is not specified. Sets 'unbounded' values to 99999, since it needs to be an integer. No parameters. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Thu Sep 07 21:19:38 2006 | http://epydoc.sourceforge.net |