Part 1: final attribute of simpleType

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