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

From
Robert Koberg <>
To
Takuki Kamiya <>
Date
2004-06-25T19:31:58Z
ID
<>
Thread
Re: [xml-dev] xs:group/xs:choice[@minOccurs | @maxOccurs]
Thanks, that works for me -- didn't think to do it that way.

best,
-Rob

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
>
>  
>