Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » How to set maxOccurs and minOccurs in a named model group
How to set maxOccurs and minOccurs in a named model group [message #594205] Thu, 24 February 2005 05:06
Eclipse UserFriend
Originally posted by: mashraf.ca.ibm.com

Ed,

I am trying to generate the following named model group:

<xsd:group name="AGroup">
<xsd:sequence maxOccurs="2" minOccurs="0">
<xsd:elelemnt name="aname" type="xsd:string"/>
<!-- ... stuff ommited .. -->
</xsd:sequence>
</xsd:group>

What interface do I need to use to get the occurences as attributes of
sequence in the named model group? I know how to do that for a complex type
definition - but can't find an equivalent interface for the named model
group.

Thanks for your help.

Mahboob Ashraf
Previous Topic:Documentation
Next Topic:Test Program
Goto Forum:
  


Current Time: Thu Apr 18 10:28:54 GMT 2024

Powered by FUDForum. Page generated in 0.02663 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top