redundant parameter entity declaration in DTD for Datatype defini tions

The DTD in appendix B "DTD for Datatype Definitions (non-normative)" in "XML Schema Part 2: Datatypes" contains

	<!-- Customisation entities for the ATTLIST of each element type. Define one of these if your schema takes advantage of 	the anyAttribute='##other' in the schema for schemas --> 
	<!ENTITY % simpleTypeAttrs ""> 
	<!ENTITY % restrictionAttrs ""> 
	<!ENTITY % listAttrs ""> 
	<!ENTITY % unionAttrs ""> 
	<!ENTITY % simpleTypeAttrs ""> 

While it is not an error, the second "simpleTypeAttrs" ENTITY declaration above is redundant and should be removed.

Received on Wednesday, 1 November 2000 08:54:06 UTC