- From: <bugzilla@wiggum.w3.org>
- Date: Sun, 10 Dec 2006 14:06:28 +0000
- To: public-xml-schema-testsuite@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4064
Summary: stZ041 - simpleType with final=extension
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 SimpleType test set, testGroup stZ041, the schema stZ041.xsd
has:
<xs:simpleType name="myType" final="extension">
Part 2 section 4.1.2 gives the content model as:
<simpleType
final = (#all | List of (list | union | restriction))
The schema is therefore invalid, but it is labelled as valid.
Received on Sunday, 10 December 2006 14:06:37 UTC