You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2004/02/27 23:17:54 UTC

DO NOT REPLY [Bug 27305] New: - Import does not provide all imported schema components (import chain)

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

Import does not provide all imported schema components (import chain)

           Summary: Import does not provide all imported schema components
                    (import chain)
           Product: Xerces2-J
           Version: 2.6.2
          Platform: All
               URL: http://www.milowski.com/ichain.zip
        OS/Version: MacOS X
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XML Schema Structures
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: alex@milowski.com


When you have an import chain: A imports B which imports C

The schema A can use components defined in schema C just by referring
to the QName of the component.  That is, A does not have to import C
directly as it got C's components indirectly from B.

This does not work per the schema recommendation in version 2.6.2.

A non-working example that works in other schema processors can be
found at:

   http://www.milowski.com/ichain.zip

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org