[Bug 4957] SimpleType: stE110

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4957

           Summary: SimpleType: stE110
           Product: XML Schema Test Suite
           Version: 2006-11-06
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Microsoft tests
        AssignedTo: ht@inf.ed.ac.uk
        ReportedBy: mhpchan@ca.ibm.com
         QAContact: public-xml-schema-testsuite@w3.org


This is the schema block:
<xsd:simpleType name="st">
                <xsd:union memberTypes="xsd:int xsd:string st2">
                </xsd:union>
        </xsd:simpleType>


        <xsd:simpleType name="st2">
                <xsd:union memberTypes="st"/>
        </xsd:simpleType>


Circular definitions have been detected for simple type ':st'.  This means that
':st' is contained in its own hierachy, which is an error.  However, it is
assumed that this schema is valid because the scenario checks for validity. 
The scenario used should be one that checks INvalidity.

Received on Friday, 17 August 2007 15:57:35 UTC