Hi,

http://www.w3.org/2001/XMLSchema schema defines String data type, and provides the option of specifying its max length min length and length.

If i do not specify any value for these properties of the String data type what will be the default maximum length of the String data type.

Is this default platform specific, if so is there any way to know it's value in java.

Thanks in advance,...