|
@@ -575,7 +575,6 @@ class XMLSchemaComponent(XMLBase, MarkerInterface): |
|
|
collection -- collection in parent Schema instance to search. |
|
|
collection -- collection in parent Schema instance to search. |
|
|
""" |
|
|
""" |
|
|
obj = None |
|
|
obj = None |
|
|
#tdc = self.attributes.get(attribute) |
|
|
|
|
|
tdc = self.getAttributeQName(attribute) |
|
|
tdc = self.getAttributeQName(attribute) |
|
|
if tdc: |
|
|
if tdc: |
|
|
obj = self.getSchemaItem(collection, tdc.getTargetNamespace(), tdc.getName()) |
|
|
obj = self.getSchemaItem(collection, tdc.getTargetNamespace(), tdc.getName()) |
|
|