- From: Priscilla Walmsley <priscilla@walmsley.com>
- Date: Wed, 26 May 2004 07:39:13 -0400
- To: "'David Walker'" <David.W.Walker@cs.cardiff.ac.uk>
- Cc: <xmlschema-dev@w3.org>
David, The root element in your instance is MyConference (singular) and the element declaration in your schema says MyConferences (plural). Hope that helps, Priscilla ----------------------------------------------------- Priscilla Walmsley priscilla@walmsley.com Author, Definitive XML Schema (Prentice Hall PTR) ----------------------------------------------------- > -----Original Message----- > From: xmlschema-dev-request@w3.org > [mailto:xmlschema-dev-request@w3.org] On Behalf Of David Walker > Sent: Wednesday, May 26, 2004 6:37 AM > To: David Walker; Henry S. Thompson > Cc: xmlschema-dev@w3.org > Subject: Re: XSV to validate schema instance > > Thanks for your help. The xml, xsd, and output from xsv are attached. > > Regards > David > > ----- Original Message ----- > From: "Henry S. Thompson" <ht@inf.ed.ac.uk> > To: "David Walker" <David.W.Walker@cs.cardiff.ac.uk> > Cc: <xmlschema-dev@w3.org> > Sent: Wednesday, May 26, 2004 9:22 AM > Subject: Re: XSV to validate schema instance > > > > "David Walker" <David.W.Walker@cs.cardiff.ac.uk> writes: > > > > > Thanks for your reply. I don't think an incorrect > targetNamespace is the > > > problem. The XML file starts with: > > > > > > <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> > > > <MyConference > > > xmlns="http://www.cs.cf.ac.uk/user/David.W.Walker/MyConferences"> > > > > > > and the Schema starts with: > > > > > > <xs:schema > > > > targetNamespace="http://www.cs.cf.ac.uk/user/David.W.Walker/My > Conferences" > > > elementFormDefault="qualified" attributeFormDefault="unqualified" > > > > xmlns:mc="http://www.cs.cf.ac.uk/user/David.W.Walker/MyConferences" > > > xmlns:xs="http://www.w3.org/2001/XMLSchema"> > > > > I love these guessing games :-). Why don't you post the offending > > documents and the XSV output? > > > > 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@inf.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 Wednesday, 26 May 2004 07:39:30 UTC