error in example in Schema primer

In the "Creating a List of myInteger's" example in 2.3.1 "List Types"
	<listOfMyInt>20003 15037 95977 95945</listOfMyInt> 
should be
	<listOfMyIntType>20003 15037 95977 95945</listOfMyIntType> 
because the name of the new list type is given as "listOfMyIntegerType" when it is defined by
	<xsd:simpleType name="listOfMyIntType"> 

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

Received on Tuesday, 27 March 2001 08:13:02 UTC