# File lib/xsd/namedelements.rb, line 86
  def uniq
    o = NamedElements.new
    o.elements = uniq_elements
    o
  end