# File temp/attribute.rb, line 181
    def xpath
      path = @element.xpath
      path += "/@#{self.expanded_name}"
      return path
    end