- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 14 Sep 2005 19:35:46 +0000
- To: www-xml-schema-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2234
Summary: R-242: Part 1: final attribute of simpleType
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
Section 3.14.1 says the {final} property of simpleType is:
A subset of {extension, list, restriction, union}.
I would expect it to say:
A subset of {list, restriction, union}.
Section 3.14.2 gives the syntax of the final attribute as:
final = (#all | (list | union | restriction))
I would expect it to be:
final = (#all | List of (list | union | restriction))
See:
http://lists.w3.org/Archives/Public/www-xml-schema-comments/2003OctDec/0064.html
Note: the second part of this comment is covered by R-199.
Received on Wednesday, 14 September 2005 19:35:52 UTC