DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7167>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7167 parser does not validate the XML Schema Schema correctly [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-03-21 21:49 ------- In schema spec "XML Schema Part 1: Structures", section 3.14.1 "The simple �ur-type definition� must not be named as the �base type definition� of any user-defined simple types: as it has no constraining facets, this would be incoherent." In your schema, you have <simpleType name="string"> <restriction base="xs:anySimpleType"> ... While apparently violates the above statement. If you really want to parse the schema for schemas, you need to remove the declarations for all built-in simple types. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
