What is the namespace for XSD1.1?

Fred Li <[email protected]> Wed, 17 Oct 2012 18:19:12 -0700
Newsgroups gmane.text.xml.schema.devel
Message-ID <CAO7aY9XJswQZr+OO=Ea_LVU3avq7s5HoNfNZqTudvkJQEjWRGA@mail.gmail.com>
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