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