# File lib/wsdl/xmlSchema/complexContent.rb, line 77 def parse_attr(attr, value) if @derivetype.nil? return nil end case attr when BaseAttrName @base = value else nil end end