- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 09 Dec 2006 20:12:45 +0000
- To: public-xml-schema-testsuite@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4058
Summary: elemZ028c - UPA violation
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: mike@saxonica.com
QAContact: public-xml-schema-testsuite@w3.org
In the Microsoft Element test set, test elemZ028c, the schema elemZ028c.xsd is
described as valid but appears to violate UPA. Specifically, there is a
conflict between elements a and b in:
<xs:element type="xs:short" substitutionGroup="b" name="a"/>
<xs:element type="xs:decimal" name="b"/>
<xs:complexType name="base">
<xs:all>
<xs:element ref="a"/>
<xs:element ref="b"/>
</xs:all>
</xs:complexType>
Received on Saturday, 9 December 2006 20:13:02 UTC