[
Lists Home |
Date Index |
Thread Index
]
- To: "pat" <pat@xvalheru.org>, "XML :: dev" <xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] using more then one schema within one XML
- From: "Chiusano Joseph" <chiusano_joseph@bah.com>
- Date: Thu, 4 Nov 2004 13:27:19 -0500
- Thread-index: AcTCktiIaVkPhqaPSbCmOSU/ADSx8gACLu2w
- Thread-topic: [xml-dev] using more then one schema within one XML
For W3C Schema, this is done using the xsi:schemaLocation and
xsi:noNamespaceschemaLocation attributes. Please note that some parsers
ignore all occurrences past the first one.
Kind Regards,
Joseph Chiusano
Booz Allen Hamilton
Strategy and Technology Consultants to the World
> -----Original Message-----
> From: pat [mailto:pat@xvalheru.org]
> Sent: Thursday, November 04, 2004 11:49 AM
> To: XML :: dev
> Subject: [xml-dev] using more then one schema within one XML
>
> Hi All,
>
> Is it possible to define more then one schema (DTD or
> XMLSchema or ...) within one XML document and mix them using
> namespaces ??? Something like:
> <first:element/>
> <second:element/>
>
> Thanks to all
>
> Pat
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org
> <http://www.xml.org>, an initiative of OASIS
> <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
>
|