- From: Dare Obasanjo <dareo@microsoft.com>
- Date: Fri, 23 Aug 2002 08:57:07 -0700
- To: "John Verhaeg" <jverhaeg@MetaMatrix.Com>, <ht@cogsci.ed.ac.uk>
- Cc: "XML Schema Mailing List (E-mail)" <xmlschema-dev@w3.org>
No it isn't. A discussion of target namespaces and unqualified locals is available in the XML Schema Primer at http://www.w3.org/TR/xmlschema-0/#UnqualLocals -----Original Message----- From: John Verhaeg [mailto:jverhaeg@MetaMatrix.Com] Sent: Fri 8/23/2002 8:34 AM To: 'ht@cogsci.ed.ac.uk' Cc: XML Schema Mailing List (E-mail) Subject: RE: Why doesn't this instance document validate? Just to clarify, the way I now understand this is that you cannot specify a default namespace in an instance document unless the root element is from a separate qualified namespace. Is this correct? John P. A. Verhaeg JVerhaeg@MetaMatrix.Com MetaMatrix, Inc. 11477 Olde Cabin Road Suite 400 Creve Coeur, MO 63141 (314) 739-3190 x150 -----Original Message----- From: ht@cogsci.ed.ac.uk [mailto:ht@cogsci.ed.ac.uk] Sent: Friday, August 23, 2002 9:36 AM To: John Verhaeg Cc: XML Schema Mailing List (E-mail) Subject: Re: Why doesn't this instance document validate? John Verhaeg <jverhaeg@metamatrix.com> writes: > Can someone tell me why the attached instance document using the attached > schemas won't validate? XML Spy is saying "This file is not valid: > Mandatory local element 'publisher' must be unqualified (i.e. outside of any > namespace), but you are using a default namespace". Exactly what it says -- you have (by default) specified that locally-declared elements (which 'publisher' is) must appear unqualified, but by using a default NS decl in your instance, you've caused it to appear qualified. Either use an explicit prefix on the document element only in your instance, or add "elementFormDefault='qualified'" to your xs:schema elements. This is a FAQ, sorry for the brief answer, there must be a longer one around somewhere . . . ht -- Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh W3C Fellow 1999--2002, 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/ [mail really from me _always_ has this .sig -- mail without it is forged spam]
Received on Friday, 23 August 2002 11:57:37 UTC