summaryrefslogtreecommitdiff
path: root/lib/wsdl/xmlSchema/complexContent.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wsdl/xmlSchema/complexContent.rb')
-rw-r--r--lib/wsdl/xmlSchema/complexContent.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/wsdl/xmlSchema/complexContent.rb b/lib/wsdl/xmlSchema/complexContent.rb
index 66ad9e251d..eddb52f5ef 100644
--- a/lib/wsdl/xmlSchema/complexContent.rb
+++ b/lib/wsdl/xmlSchema/complexContent.rb
@@ -26,12 +26,17 @@ class ComplexContent < Info
@derivetype = nil
@content = nil
@attributes = XSD::NamedElements.new
+ @basetype = nil
end
def targetnamespace
parent.targetnamespace
end
+ def basetype
+ @basetype ||= root.collect_complextypes[@base]
+ end
+
def parse_element(element)
case element
when RestrictionName, ExtensionName