[Home] [By Thread] [By Date] [Recent Entries]
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 -----Original Message----- From: Bryce K. Nielsen [mailto:bryce@s...] Sent: Friday, June 25, 2004 11:51 AM To: XML Developers List Subject: Re: xs:group/xs:choice[@minOccurs | @maxOccurs] This email will have better response on the xmlschema-dev mailing list (xmlschema-dev@w...) but I'll give it a go: xs:group's limit the min/max occurs of not just choice nodes, but all compositors (i.e. choice, sequence and all nodes). The occurence options are controlled by the entire group, not the individual nodes within the group. Why this is, I'm not entirely certain, anyone else want to field the reasoning behind this? Bryce K. Nielsen SysOnyx, Inc. (www.sysonyx.com) Makers of xmlLinguist, the Text-to-XML Translator http://www.sysonyx.com/products/xmllinguist ----- Original Message ----- From: "Robert Koberg" <rob@k...> To: "XML Developers List" <xml-dev@l...> Sent: Friday, June 25, 2004 12:23 PM Subject: xs:group/xs:choice[@minOccurs | @maxOccurs] > Hi, > > Why can't you have minOccurs and maxOccurs attributes on a xs:choice > element that is a child of a xs:group element? > > -Rob > > ----------------------------------------------------------------- > The xml-dev list is sponsored by XML.org <http://www.xml.org>, an > initiative of OASIS <http://www.oasis-open.org> > > The list archives are at http://lists.xml.org/archives/xml-dev/ > > To subscribe or unsubscribe from this list use the subscription > manager: <http://www.oasis-open.org/mlmanage/index.php> > > ----------------------------------------------------------------- The xml-dev list is sponsored by XML.org <http://www.xml.org>, an initiative of OASIS <http://www.oasis-open.org> The list archives are at http://lists.xml.org/archives/xml-dev/ To subscribe or unsubscribe from this list use the subscription manager: <http://www.oasis-open.org/mlmanage/index.php>
|

Cart



