> I have come across several XSD schemas that also document enumeration > elements with annotations. Xerces accepts these as valid XSD on one > hand, but on the other doesn't create any annotation object(s) for the > enumeration(s).
I recently and accidentally came across the XercesDOMParser Supported Features, one of these being setGenerateSyntheticAnnotations. (See http://xml.apache.org/xerces-c/program-dom.html#DOMBuilderFeatures for details.) I'm just guessing, but could this be applicable to your case? Jeroen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
