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 2003/06/30 11:34:10 UTC

DO NOT REPLY [Bug 21179] - xsd:include does not work

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

xsd:include does not work

dws@decisionsoft.co.uk changed:

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



------- Additional Comments From dws@decisionsoft.co.uk  2003-06-30 09:34 -------
<include> is designed to building up a schema out of multiple schema-documents,
in the same name space (or in no namespace that become in that namespace). 

http://www.w3.org/TR/xmlschema-1/#compound-schema

You are referencing types in another namespace, so should be using <import>.

http://www.w3.org/TR/xmlschema-1/#composition-schemaImport

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