Home | Trees | Indices | Help |
|
---|
|
1 2 from elementRepresentative import ElementRepresentative 3 4 #============================================================ 5 #7 """ 8 The class for the Restiction tag. Subclass of *ElementRepresentative*. 9 """3011 """ 12 See *ElementRepresentative* for documentation. 13 """ 14 ElementRepresentative.__init__(self, xsdElement, parent) 15 16 self.addSuperClassName(self.tagAttributes['base'])17 18 #============================================================ 19 #21 """ 22 Makes a name like this- `ContainingTypeName`|restiction. 23 The name on this class is used for almost nothing. 24 """ 25 contName = self.getContainingTypeName() 26 27 name = contName + '|restriction' 28 29 return name
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Thu Sep 07 21:19:43 2006 | http://epydoc.sourceforge.net |