another error in "List Type" example in Schema Primer

In the "List Type for Six US States" example in 2.3.1 "List Types"
	<sixStates>PA NY CA NY LA AK</sixStates> 
should be
	<SixUSStates>PA NY CA NY LA AK</SixUSStates> 
because the name of the new list type is given as "SixUSStates" when it is defined by
	<xsd:simpleType name="SixUSStates"> 
While it is not an error it seems that the name should be "sixUSStates" instead of "SixUSStates" in keeping with your previous naming convention.

Donald Gignac	301-227-3348	"gignacda@nswccd.navy.mil" 

Received on Tuesday, 27 March 2001 08:29:41 UTC