# File lib/xsd/namedelements.rb, line 48 def find_name(name) @elements.find { |item| item.name.name == name } end