Re: What is the namespace for XSD1.1?

Noah Mendelsohn <[email protected]> Wed, 17 Oct 2012 22:12:43 -0400
Newsgroups gmane.text.xml.schema.devel
Message-ID <[email protected]>
The namespace is unchanged. New processors will recognize the new features, 
and old ones won't. In general, XSD 1.0 schemas are also XSD 1.1 schemas.

Noah

On 10/17/2012 9:19 PM, Fred Li wrote:
> Hi experts,
>
> I appreciate all the answers you provided to my question about the use
> of order indicators in the XSD file, and I am happy to know that there
> is no maxOccurs restrictions on "all" in XSD1.1, so the problem I
> mentioned is not a problem any more with XSD1.1. Now my question is
> how do  I use the XSD1.1? Usually I have a line of code at the
> beginning of the xsd file like:
> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
> elementFormDefault="qualified">
>
> For XSD1.1, what should I put for the value of "xmlns:xs="? Anything
> else do need for the use of XSD1.1?
>
> Thanks and Best Regards,
>
> Fred Li
>
>
>