[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Namespaces, W3C XML Schema (was Re: ANN: SAX Filters for NamespaceProcessing)
- From: Prashanth Rao <prao@vitria.com>
- To: 'Kohsuke KAWAGUCHI' <kohsukekawaguchi@yahoo.com>,Xml-Dev <xml-dev@lists.xml.org>
- Date: Mon, 20 Aug 2001 13:32:27 -0700
Just a minor correction. The elementFormDefault attribute belongs in the
Schema document namespace (i.e., the .xsd file) and not in the XML instance
document.
Kohsuke KAWAGUCHI wrote:
>
> <p:root xmlns:p="abc"
> xsi:elementFormDefault="qualified">
> <p:child/>
> </p:root>
>
> and
>
> <p:root xmlns:p="abc"
> xsi:elementFormDefault="unqualified">
> <child/>
> </p:root>
>
Regards,
Prashanth Rao
Vitria