[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Need to import the XML schema namespace
- From: Liam R E Quin <liam@w3.org>
- To: jgreif@alumni.princeton.edu
- Date: Thu, 06 May 2010 02:10:54 -0400
On Wed, 2010-05-05 at 21:28 -0700, Jeff Greif wrote:
> Thanks, Liam.
>
> I had never the seen it before today, but there seem to be several
> Microsoft tools that generate (in WSDL documents)
>
> <schema ...>
> <import namespace="http://www.w3.org/2001/XMLSchema"
> schemaLocation="http://www.w3.org/2001/XMLSchema.xsd" />
> ...
That's actually importing the schema for schemas.
It declares things like xs:element, but does not define the
base XSD types like xs:string itself of course.
You can use it as an additional QA check for your schemas, to
make sure they conform to the spec in terms of element structure etc.,
although I hope the MS tools use a local copy and don't fetch it from
the W3C servers each time!!
Liam
--
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org www.advogato.org
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]