confusing table entries in XML Primer table

1. Table 3 "Restriction Examples" in section 4.4 "Deriving Complex Types by Restriction" in the XML Primer contains the confusing entries
	(0, 0) (0, 37) 
	(1, 8) (2, 9) (4, 7) (3, 3) 
	(1, 12) (3, unbounded) (6, 6) 
in the "Restriction" column. These examples  should be separated by commas as below
	(0, 0), (0, 37) 
	(1, 8), (2, 9), (4, 7), (3, 3) 
	(1, 12), (3, unbounded), (6, 6) 
2. The "Restriction" column should be retitled "Restrictions (delimited by commas)" similar to what was done in Table 2 "Simple Types Built In to XML Schema".
3. The last entry in the "Note" column
	cannot restrict minOccurs or maxOccurs
is confusing since the previous table rows apparently provide examples of "minOccurs" and "maxOccurs" restrictions. I suggest this entry be changed to
	cannot exclude required component (since restricted values would not be subset of base values)
for greater clarity.
Donald Gignac	"gignacda@nswccd.navy.mil"	301-227-3348

Received on Friday, 4 May 2001 14:39:51 UTC