Home | Trees | Indices | Help |
|
---|
|
1 from elementRepresentative import ElementRepresentative 2 3 #============================================================ 4 #6 """ 7 The class for the MaxInclusive tag. Subclass of *ElementRepresentative*. 8 """2810 """ 11 See *ElementRepresentative* for documentation. 12 """ 13 ElementRepresentative.__init__(self, xsdElement, parent) 14 15 self.value = self.xsdElement.get('value') 16 self.getContainingType().maxInclusive = self.value17 18 19 #============================================================ 20 #22 """ 23 Makes a name like this- `ContainingTypeName`|maxInclusive. 24 The name on this class is used for almost nothing. 25 """ 26 27 return "%s|maxInclusive" % self.getContainingTypeName()
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Thu Sep 07 21:19:41 2006 | http://epydoc.sourceforge.net |