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