# File lib/xsd/namedelements.rb, line 73 def +(rhs) o = NamedElements.new o.elements = @elements + rhs.elements @cache.clear o end