summaryrefslogtreecommitdiff
path: root/lib/wsdl/xmlSchema/all.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wsdl/xmlSchema/all.rb')
-rw-r--r--lib/wsdl/xmlSchema/all.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/wsdl/xmlSchema/all.rb b/lib/wsdl/xmlSchema/all.rb
index 1cb1ac16ea..bb9566feac 100644
--- a/lib/wsdl/xmlSchema/all.rb
+++ b/lib/wsdl/xmlSchema/all.rb
@@ -29,6 +29,10 @@ class All < Info
parent.targetnamespace
end
+ def elementformdefault
+ parent.elementformdefault
+ end
+
def <<(element)
@elements << element
end