# File lib/wsdl/soap/mappingRegistryCreatorSupport.rb, line 75 def dump_simple_typemap(mpath, qname, typedef, as_element, opt) var = {} define_dump_class(var, mpath, qname, typedef, as_element, opt) schema_ns = (var[:schema_name] || var[:schema_type]).namespace unless typedef.attributes.empty? var[:schema_attribute] = define_attribute(typedef.attributes) end assign_const(schema_ns, 'Ns') dump_entry(@varname, var) end