# File lib/wsdl/xmlSchema/simpleRestriction.rb, line 49
  def parse_attr(attr, value)
    case attr
    when BaseAttrName
      @base = value
    end
  end