- From: Henry S. Thompson <ht@cogsci.ed.ac.uk>
- Date: 27 Feb 2003 09:11:03 +0000
- To: "Green, Paul M." <Paul.M.Green@FMR.com>
- Cc: "'xmlschema-dev@w3.org'" <xmlschema-dev@w3.org>
FAQ. You've given a local declaration for clientApplication. By
default, this goes in _no known namespace_. By putting a prefix on your
root element, but not on clientApplication, you got it out of your
namespace into no known namespace. The other way, if you _want_
clientApplication to be in your namespace, is to set
elementFormDefault="qualified" on the <xs:schema> element. See the
relevant section in the Primer [1] for detailed help.
ht
[1] http://www.w3.org/TR/xmlschema-0/#NS
--
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 Thursday, 27 February 2003 04:11:05 UTC