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