- From: Pete Cordell <petexmldev@codalogic.com>
- Date: Wed, 17 Oct 2012 16:04:17 +0100
- To: "Michael Kay" <mike@saxonica.com>, <xmlschema-dev@w3.org>
Original Message From: "Michael Kay"
> On 17/10/2012 15:35, Pete Cordell wrote:
>> Can't believe they didn't fix the restrictions on xs:all in XSD
>> 1.1!!!!!! :-(
>>
> They did.
I'm looking at:
http://www.w3.org/TR/xmlschema11-1/#declare-contentModel
It says:
<all
id = ID
maxOccurs = (0 | 1) : 1
minOccurs = (0 | 1) : 1
{any attributes with non-schema namespace . . .}>
Content: (annotation?, (element | any | group)*)
</all>
Am I looking at the wrong bit?
Pete Cordell
Codalogic Ltd
Twitter: http://twitter.com/petecordell
Interface XML to C++ the easy way using C++ XML
data binding to convert XSD schemas to C++ classes.
Visit http://codalogic.com/lmx/ or http://www.xml2cpp.com
for more info
Received on Wednesday, 17 October 2012 15:04:33 UTC