summaryrefslogtreecommitdiff
path: root/lib/wsdl/xmlSchema
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wsdl/xmlSchema')
-rw-r--r--lib/wsdl/xmlSchema/schema.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/wsdl/xmlSchema/schema.rb b/lib/wsdl/xmlSchema/schema.rb
index 1d7759605e..b2a195d41f 100644
--- a/lib/wsdl/xmlSchema/schema.rb
+++ b/lib/wsdl/xmlSchema/schema.rb
@@ -43,6 +43,9 @@ class Schema < Info
o = ComplexType.new
@complextypes << o
o
+ when SimpleTypeName
+ STDERR.puts("Restriction of basetype with simpleType definition is ignored for now.")
+ nil
when ElementName
o = Element.new
@elements << o