OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: Linking a XML document to its schema

[ Lists Home | Date Index | Thread Index ]
  • From: "Didier PH Martin" <martind@netfolder.com>
  • To: <reschke@medicaldataservice.de>,"'XML Dev'" <xml-dev@ic.ac.uk>
  • Date: Wed, 24 Nov 1999 14:18:51 -0500

Hi Julian,

Julian said:
And it's even backed by Microsoft (see MSXML behaviour).

Didier reply:
Is this what  you where referring to:

XML Schemas and Namespaces

----------------------------------------------------------------------------
----

Internet Explorer 5 enables XML Schemas to be referenced directly from a
namespace declaration. This allows the XML parser to validate the XML
against the grammar defined in the schema. It also allows the object model
to expose data types and to allow navigation to the schema document through
the definition property (see XML Schemas and the DOM).

A namespace declaration can reference a schema by including the URL to the
schema document prefaced by the "x-schema:" string. For example, to
reference an XML Schema for books from an XML file conforming to this
schema, you would write:

<book xmlns="x-schema:http://www.microsoft.com/xml/schema/book.xml">
  <title>Presenting XML</title>
  <author>Richard Light</author>
  <pages>334</pages>
</book>
Here the default namespace refers to the sample book grammar used in the
Defining Elements and Attributes section. The namespace URI is prefixed with
"x-schema:" to indicate to the XML parser that there is a schema
corresponding to this namespace, with the location corresponding to the
remainder of the Universal Resource Identifier (URI). The schema will be
loaded and the document will be validated.


----------------------------------------------------------------------------
----

What I have not tried though, is if the following document will be parsed
and validated by MSXML. Did you tested something similar? if yes what was
the result?

<book xmlns="x-schema:http://www.microsoft.com/xml/schema/book.xml">
  <title>Presenting XML</title>
  <author>Richard Light</author>

  <inclusion
xmlns="x-schema:http://www.mydomain.com/xml/schema/inclusion.xml">
  <greeting>happy thanksgiving</greeting>
  </inclusion>

  <pages>334</pages>
</book>

Thanks for your comment
Didier PH Martin
mailto:martind@netfolder.com
http://www.netfolder.com


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS