Hi,
While running the SEnumVal example using the personal-schema.xml file, I realized that getFormattedContentModel() returns nothing when the complex type for the element equals "All" (see element "name" in personal-schemal.xml). After further research, it appears that the switch statement in the method formatNode(...) of the ContentSpecNode class does not check for an "All" event. As a result, the content model for the element is never formatted when its complex type is "All."
My application needs this data--is there an alternative way to get it or do I have to wait for a fix?
