FXON allows you to easily populate a strongly or loosely typed AS3 data model via XML.
The purpose of this project is to simplify the XML data model population process within AS3 Flash projects. Prior to coming up with this I found myself writing a different (though arguably more readable) XML schema for each project, then writing a separate project-specific XML parser for populating my project"s class-based data model.
Based on concepts applied widely with JSON, this allows me to maintain a strongly typed data model that is easily populatable via XML without any modification to the XML parser.
FXON XML Structure
http://code.google.com/p/as3-fxon/wiki/fxonXMLStructure
Sample FXON