473,385 Members | 1,630 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

minOccurance for XSElement

Hi !
Does any one know how can I find the MaxOccurance for SimpleType
Element with xerces?

Example:
<element name="S100" type="S_TYPE" maxOccurs="80"/>
<simpleType name="S_TYPE" final="restriction">
<restriction base="string">
<length value="10"/>
</restriction>
</simpleType>

Jun 18 '06 #1
1 1168
Sorry for misspelling I meant MaxOccurrence...

raksw wrote:
Hi !
Does any one know how can I find the MaxOccurance for SimpleType
Element with xerces?

Example:
<element name="S100" type="S_TYPE" maxOccurs="80"/>
<simpleType name="S_TYPE" final="restriction">
<restriction base="string">
<length value="10"/>
</restriction>
</simpleType>


Jun 18 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.