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=6824>. 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=6824 Validation saginst schema inconsistent wrt namespaces [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-03-04 05:56 ------- In the schema, the elements from the target namespace are referred like <xs:element ref="person" minOccurs='1' maxOccurs='unbounded'/>. Since 'person' has no prefix it is considered to be from the null namespace. Either declare the default namespace to be "http://test.xyz" or bind a prefix to that namespace and use that prefix to refer to the elements from that NS. This is not a bug. Xerces2 is behaving as it should. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
