Hi,
I am using xerces4
java for validating xml with xml schema. Xml schema are stored in xsd files.
I have defined the datatypes of values in xsd files. After validating the input xml with that of xsd files, I need to get the datatype of the value from xsd. Suppose in the input xml user passes some value like <Age>25</Age>. The xsd has datatype for this value as int. Is there any way from which I can get the datatype of Age element's value from xsd using the xerces. I can also pass the datatype information in the input xml. but in our applications we are using schemas provided by different team where the datatype info is provided in xsd files.
Please suggest if there is any solutions for this .
Thanks in adv
prashanth
[ December 23, 2002: Message edited by: Prashanth Nagaraj ]