Re: adoption of the XML Schema language

ht@cogsci.ed.ac.uk (Henry S. Thompson) writes:

> I'm very sorry -- I thought I had checked for this -- the correct
> namespace URI is
> 
>        http://www.w3.org/2000/10/XMLSchema.xsd
> 
> and all uses of 2000/08/XMLSchema in the Primer should read
> 2000/10/XMLSchema.
> 
> Again, my apologies.

Fumble-finger.

The namespace URI is

         http://www.w3.org/2000/10/XMLSchema

The XML Schema document for that namespace URI is

         http://www.w3.org/2000/10/XMLSchema.xsd

So your schema document should start e.g.

<xs:schema xmlns:xs="http://www.w3.org/2000/10/XMLSchema"
 ...>
...
</xs:schema>

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, 1 November 2000 11:38:40 UTC