diff options
Diffstat (limited to 'lib/wsdl/xmlSchema/schema.rb')
-rw-r--r-- | lib/wsdl/xmlSchema/schema.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/wsdl/xmlSchema/schema.rb b/lib/wsdl/xmlSchema/schema.rb index 43447f9fb..ec97d07aa 100644 --- a/lib/wsdl/xmlSchema/schema.rb +++ b/lib/wsdl/xmlSchema/schema.rb @@ -1,5 +1,5 @@ # WSDL4R - XMLSchema schema definition for WSDL. -# Copyright (C) 2002, 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>. +# Copyright (C) 2002, 2003-2005 NAKAMURA, Hiroshi <nahi@ruby-lang.org>. # This program is copyrighted free software by NAKAMURA, Hiroshi. You can # redistribute it and/or modify it under the same terms of Ruby's license; @@ -34,7 +34,8 @@ class Schema < Info @elements = XSD::NamedElements.new @attributes = XSD::NamedElements.new @imports = [] - @elementformdefault = "qualified" + @attributeformdefault = "unqualified" + @elementformdefault = "unqualified" @importedschema = {} @location = nil @root = self |