Fabio Riccardi wrote: > From what I can understand of the spec: > > "getMemberTypes()" returns the list of the types in the union declaration. > At least this is what is currently being returned... > > "getItemType()" should instead return the actual validated type of the > particular instance of the elements of the list.
If the datatype is a union of xsd:string and xsd:integer, what types should be returned from the following? <example value='1'/> "1" can be considered an integer and a string. Which type should be reported for this data value? I don't think it's wise for the parser to "guess" which one is intended. -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
