PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3228 *** shadow/3228 Thu Aug 23 07:44:01 2001 --- shadow/3228.tmp.27498 Thu Aug 23 07:50:51 2001 *************** *** 223,226 **** ------- Additional Comments From [EMAIL PROTECTED] 2001-08-23 07:44 ------- Hi. "attributeFormDefault" only affects locally declared attributs. Globally declared attributes are always qualified, that is, they are always declared in ! the target namespace. --- 223,238 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-08-23 07:44 ------- Hi. "attributeFormDefault" only affects locally declared attributs. Globally declared attributes are always qualified, that is, they are always declared in ! the target namespace. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-08-23 07:50 ------- ! James, please visit http://www.w3.org/TR/xmlschema-0/#QualLocals ! ! It says "Attributes that must be qualified, either because they are declared ! globally or because the attributeFormDefault attribute is set to qualified" ! ! Your XSD is declaring global attributes with attributeFormDefault="unqualified", ! which means globally declare attibutes has to qualify namespace.It is true for ! elementFormDefault also. ! ! Hope this help. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
