var xml:XML = <xmldata param1='111' param2='222' param3='333'/>; trace(xml.attributes()); trace(xml.@*);