Re: What is the namespace for XSD1.1?

Fred,

It's the same namespace as 1.0, so that (almost) all 1.0 schemas continue
to be good 1.1 schemas.

The "1.1 mode" is not turned on by using a different namespace. You'll
likely need to configure the schema process (e.g. set a property) to
achieve that.

Thanks,
Sandy Gao
IBM Canada
(1-905) 413-3255 T/L 313-3255
sandygao@ca.ibm.com



From:	Fred Li <fredzli@gmail.com>
To:	xmlschema-dev@w3.org,
Date:	10/17/2012 09:22 PM
Subject:	What is the namespace for XSD1.1?



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

Received on Thursday, 18 October 2012 02:14:13 UTC