Re: [xml-dev] xs:group/xs:choice[@minOccurs | @maxOccurs]

From
Bob Foster <>
To
Date
2004-06-26T07:25:51Z
ID
<>
Thread
Re: [xml-dev] xs:group/xs:choice[@minOccurs | @maxOccurs]
I'm a bit puzzled by this. I can see why he can't have a 
minOccurs/maxOccurs on the group item as specified but why not on the 
choice nested in the group. This looks legal to me and I am curious what 
processors do not accept it.

Bob Foster
http://xmlbuddy.com/

Takuki Kamiya wrote:

> xs:group with "name" attribute makes it a model group, that is why
> it cannot have min/maxOccurs. To make sense to have occurrence
> properties, it has to be a particle, which you can achieve by xs:group
> with "ref" attribute that references a named model group. xs:group
> with "ref" attribute should be able to carry min/maxOccurs attributes
> on them.
> -Takuki Kamiya