Re: error in "schema" instance in Part I of Schema specification

Gignac Donald A CRBE <GignacDA@nswccd.navy.mil> writes:

> The "derivedBy" attribute has not been defined for the "simpleType" tag below occurring in the "schema" instance in appendix A of part 1 of the XML Schema specifcation.
> 
> <simpleType name="derivationSet" base="derivationChoiceOrAll" derivedBy="list">
> 
> This can be seen from the following declarations in the "part2" DTD in appendix B of part 2 of the XML Schema specification.
> 
> <!ENTITY % p ''> <!-- can be overriden in the internal subset of a
>                       schema document to establish a namespace prefix -->
> <!-- Define all the element names, with optional prefix -->
> 
> <!ENTITY % simpleType "%p;simpleType">
> 
> <!ENTITY % simpleTypeAttrs ''>
> 
> <!ATTLIST %simpleType;
>     name      %NCName;                 #IMPLIED
>     base      %QName;                  #REQUIRED
>     %simpleTypeAttrs;>

Thanks -- this is a known editorial bug -- the dtd included in the
appendix was a stale version, the correct version is available at
http://www.w3.org/1999/part2.dtd

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2001, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/

Received on Wednesday, 2 August 2000 13:27:14 UTC