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=5569>.
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=5569

<extension> does not work -- ancestor elements not recognized

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2002-01-02 11:43 -------
Fix is in CVS. You also need to make modifications to your xml file.
In the .xsd file you have 'elementFormDefault="true"', so in your xml
file you need to qualify all your elements (i.e. bug:firstElement).
Also, in the .xsd file you should not prefix elementFormDefault or 
attributeFormDefault.

FYI here is the diff:

Index: TraverseSchema.cpp
===================================================================

@@ -5493,7 +5493,7 @@

-        if (isBaseAnyType) {
+        if (isBaseAnyType && !specNode) {
   
===================================================================

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to