- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 07 Sep 2005 20:56:39 +0000
- To: www-xml-schema-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2031
           Summary: R-053: Request for clarification of include
           Product: XML Schema
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSD Part 1: Structures
        AssignedTo: ht@w3.org
        ReportedBy: sandygao@ca.ibm.com
         QAContact: www-xml-schema-comments@w3.org
Assuming schema document A includes schema documents B and C, where B has the 
same target namespace as A, and C has no target namespace. Which components may 
be referenced from any given component in A, B or C?
In particular, given the following table (where R(A,B)=Y means components in A 
may refer to components in B), what should the table entries be for any 
marked "?".
R A B C
A Y Y Y
B ? Y ?
C ? ? Y
>From the spec, it appears that components in B may refer to components from A 
(see bullet 4 of QName resolution (Schema Document)). Is this correct? What 
about the other cases?
See Issue 3 from the following mail:
http://lists.w3.org/Archives/Public/www-xml-schema-comments/2001JulSep/0121.html
Received on Wednesday, 7 September 2005 20:56:49 UTC