correction in section 2.8 example in XML Primer

In the example "Adding Attributes to Inline Type definition" in section 2.8 "Attribute Groups" of the XML Primer, the value of the "name" attribute in
	<xsd:element name="Item" minOccurs="0" maxOccurs="unbounded">
should be "item" instead of "Item" to be consistent with 
	We can accomplish this by adding weightKg and shipBy attribute declarations to the item element's (anonymous) type 	definition: 
and
	<xsd:element name="item" minOccurs="0" maxOccurs="unbounded">
in the second example "Adding Attributes using an Attribute Group". Please disregard my previous comment regarding this anomaly.

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

Received on Thursday, 3 May 2001 14:07:01 UTC