Re: how to create an xml

'id' attributes in schema documents must be valid IDs per XML 1.0,
which does indeed mean that numbers are not allowed.  I recommend
prefixing your ID values with a letter -- if that's not acceptable,
move them to your own namespace and call them something else,
e.g. 'my:docid' -- since annotation with non-schema-namespace
attributes is always allowed, this will not cause an error.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
                      Half-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/
 [mail really from me _always_ has this .sig -- mail without it is forged spam]

Received on Sunday, 16 November 2003 20:49:21 UTC