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