# File lib/roxml.rb, line 298
        def xml_attribute(sym, name = nil, options = 0)
            add_ref(XMLAttributeRef.new(sym, name))
            add_accessor(sym, (TAG_READONLY & options != TAG_READONLY))
        end