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=8345>. 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=8345 Incorrectly identifying a restriction as invalid [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-04-22 14:16 ------- In the base type, "zipPlus4" has an anomynous simple type; but in the derived type, it has no type, so "anySimpleType" is used. Apparently "anySimpleType" is not derived from that anomynous simple type, which is why you got an error. If you make "zipPlus4" a global attribute, and refer to it in both types, then it's OK because the two attributes in the two types have the same simple type. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
