Hello,

Here is my scenario.  I have three Strings:

1) A value
2) The name of an atomic schema type (such as "decimal")
3) The namespace of the atomic schematype (always 
"http://www.w3.org/2001/XMLSchema";, of course)

Does anyone know if its possible to use XmlBeans to confirm that the value 
(string #1) is valid, given the atomic type?  For instance, I thought this 
might be possible by instantiating a SchemaType object, and using validate() 
(as I'm doing elsewhere, when I already have a SchemaType loaded from an .xsd). 
 However, I can't see how to instantiate a SchemaType without having a full 
schema available.

Any ideas?

Thanks,
Vance

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to