# File lib/wsdl/xmlSchema/list.rb, line 36
  def parse_attr(attr, value)
    case attr
    when ItemTypeAttrName
      @itemtype = value
    else
      nil
    end
  end