# File lib/wsdl/xmlSchema/length.rb, line 25
  def parse_attr(attr, value)
    case attr
    when ValueAttrName
      value.source
    end
  end