error in section 2.8 of XML Primer

Section 2.8 "Attribute Groups" of the XML Primer states 
	We can accomplish this by adding weightKg and shipBy attribute declarations to the item element's (anonymous) type 	definition: 
prior to the example "Adding Attributes to the Inline Type Definition". However, this example defines the "Item" element, i.e.,

	<xsd:element name="Item" minOccurs="0" maxOccurs="unbounded"> 
	<xsd:complexType>

It would seem that "item" should be "Item" in the above statement.  

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

Received on Thursday, 3 May 2001 13:37:57 UTC