Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » How to extract values of maxOccurs and minOccurs ?
How to extract values of maxOccurs and minOccurs ? [message #595301] Mon, 02 May 2005 12:14
Eclipse UserFriend
Originally posted by: ediouf.genigraph.fr

Hi everybody !
I have the same problem than Alex !

I would like to extract values of minOccurs and maxOccurs of an element.

Here is part of my schema :

<xs:complexType name="PrenomsType">
<xs:annotation>
<xs:documentation>Prenom(s) d'un individu</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Prenom" type="NomType" minOccurs="1"
maxOccurs="5"/>
</xs:sequence>
</xs:complexType>

I don't found the right methods to get minOccurs value ie 1 and maxOccurs
value ie 5

Thanks for your help !
Previous Topic:get min or max occurs
Next Topic:How to extract values of maxOccurs and minOccurs ?
Goto Forum:
  


Current Time: Fri Apr 19 01:06:52 GMT 2024

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

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

Back to the top