Re: assigning schema to appInfo elements

Eddie Robertsson <eddie@allette.com.au> writes:

> Sorry, to be a pain about this I just really want to understand how
> this works and while the above fixed my problem I still can't get
> XSV to validate the data in appinfo properly. In the file part.xsd
> [1] I have specified the element allowed in the xsd:appinfo element
> (sch:pattern). However if I change the test.xsd [2] schema so that
> the xsd:appinfo element contain the element sch:p instead, XSV still
> validates this without error. Am I doing something wrong here?
> ...again ;-(

Validation in appinfo is lax, which means that if it can't find a
declaration it doesn't complain.  Try leaving sch:pattern in place,
but change sch:rule to something invalid, and you should get a complaint.

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, 7 March 2001 03:04:57 UTC