- From: Michael Kay <mhk@mhk.me.uk>
- Date: 24 Dec 2003 08:43:23 -0700
- To: <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))
I couldn't find any existing errata that covered these points.
Michael Kay
Received on Wednesday, 24 December 2003 10:44:49 UTC