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 2002/05/22 16:40:10 UTC

DO NOT REPLY [Bug 9317] New: - sch-props-correct.2

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

sch-props-correct.2

           Summary: sch-props-correct.2
           Product: Xerces2-J
           Version: 2.0.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XML Schema Structures
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: gordon.little@telesenskscl.com


I'm creating a schema <include>ing multiple other schemas.

d1.xml refers to c1.xsd
c1.xsd <include>s b1.xsd AND b2.xsd
Both b1.xsd and b2.xsd <include> a1.xsd

d1.xml ------->   c1.xsd
                 /      \
              b1.xsd   b2.xsd
                 \      /
                  a1.xsd

I can provide these files if necessary.

Any types declared in a1.xsd report:

sch-props-correct.2: a schema cannot contain two global components with the  
same name; this one contains two occurrences 
of 'http://www.mydomain.com/configuration,extension'.

The last NOTE: in http://www.w3.org/TR/xmlschema-1/#compound-schema states that 
this case should not violate "schema-properties-correct; clause 2".

Apologies if this is a repeat of bug #7607 but I could not determine that the 
problem has been fixed after checking today's latest src snapshots.

Gordon Little

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