Does the current schema support expose the type information to the
client code, or is it purely used for validation, e.g. given a schema
that defines an element 'fred' to be of type xsd:string, and given an
instance doc of
<fred xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation='fred.xsd'>some string</fred>
once i've parsed the instance doc, can i find out that fred is of type
xsd:string ?
Thanks
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]