# File lib/xsd/qname.rb, line 70
  def parse(str)
    NormalizedNameRegexp =~ str
    self.new($1, $2)
  end