- From: Michael Rys <mrys@microsoft.com>
- Date: Tue, 17 Feb 2004 08:37:31 -0800
- To: <mary@cerisent.com>, <public-qt-comments@w3.org>
I think the no-namespace is currently imported as import schema ''; Having a clarification would be useful though... Best regards Michael > -----Original Message----- > From: public-qt-comments-request@w3.org [mailto:public-qt-comments- > request@w3.org] On Behalf Of Mary Holstege > Sent: Sunday, February 15, 2004 11:38 AM > To: public-qt-comments@w3.org > Subject: [QT] CER-15 Schema import > > > > Query Lang [4.8] Schema Import > > It does not appear to be possible to import a schema with no target > namespace. > The syntax rules require a namespace to be present. > > Suggest either (1) making the second StringLiteral in the production for > SchemaImport optional or (2) adding alternatives that use an explicit > "nonamespace" token, e.g. > > (1) import schema at "nonamespace.xsd"; > or, with no location hint: > import schema; > > (2) import schema nonamespace at "nonamespace.xsd"; > or, with no location hint: > import schema nonamespace; > > Alternative (2) is more in line with XML Schema's explicit marking on > non-namespaced schemas; alternative (1) is simpler.
Received on Tuesday, 17 February 2004 11:37:42 UTC