Anthony, I checked in and snapshotted the missing part of the anyType support.
The JavaScript code will now try to turn the XML for an xs:anyType element into something useful. If it has a complex type in the schema, it will be unpacked into an object. If it is a basic type, it will be converted to the appropriate JavaScript type. Only if both of those fail will you find a DOM Node waiting for you.
