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

Schema error: Anonymous complexType: src-ct.2: Cannot find type definition for 
'system'.

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2001-10-23 22:01 -------
The schema file doesn't appears to be a valid schema file. In the schema, you
have a one global element by the name "system". Further, you have a complexType
declaration with extension having base as "system"
<snip>
<xsd:complexType>
    <xsd:complexContent>
        <xsd:extension base = "system">
</snip>

Here's the problem. You are trying to refer to a global type definition viz.
"system". But, the global "system" is an element. Whereas, here the allowed base
type can only be another global complexType definition.

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

Reply via email to