Naming inconsistency

Schemas part 2 provides three elements for deriving new types:

- list
- union
- restriction

Each of these elements has an attribute specifying the type or types
from which the new type is derived:

- "list" has a "itemType" attribute
- "union" has a "memberTypes" attribute
- "restriction" has a "base" attribute

Surely it would be more consistent for the attribute on "restriction" to
be "baseType" rather than "base".

James

Received on Sunday, 11 February 2001 08:19:13 UTC