diff --git a/XMLSchema.py b/XMLSchema.py index 6e299c1..034aaf8 100755 --- a/XMLSchema.py +++ b/XMLSchema.py @@ -575,7 +575,6 @@ class XMLSchemaComponent(XMLBase, MarkerInterface): collection -- collection in parent Schema instance to search. """ obj = None - #tdc = self.attributes.get(attribute) tdc = self.getAttributeQName(attribute) if tdc: obj = self.getSchemaItem(collection, tdc.getTargetNamespace(), tdc.getName())