Hi there,

is it somehow possible to access/retrieve the maxLenght of an element, which
is defined in a xml-schema (like the example below)? This value is stored in
the descriptor classes and used for the  StringValidator. But how - if at
all possible - can I access this value?

I somehow didn't find any hint in the documentation about that. Basicly I
need this value to extract this number of charcters from a string to convert
a single string into a xml-file.

<element name="MANDT" minOccurs="0">
        <annotation>
                <documentation>Client</documentation>
        </annotation>
        <simpleType>
                <restriction base="string">
                        <maxLength value="3" />
                </restriction>
        </simpleType>
</element>

Any tips on how to do that are welcome.
Thanks

Florian

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to