G
Guest
Hi,
I'm trying to read an XML schema into a dataset and it fails. I tried both
ways, importing it into VS.NET and then generating dataset there, or using
dataset.readxmlschema("Filename.xsd") method. Both complain about the same
thing, undefined data type : 'monetaryAmount'
The schema itself is a well published schema of the Finnish Finvoice
(electronic invoce) definition. It is quite large and it can be found here
http://www.pankkiyhdistys.fi/verkkolasku/Finvoice.xsd
Any ideas ?
Petri
I'm trying to read an XML schema into a dataset and it fails. I tried both
ways, importing it into VS.NET and then generating dataset there, or using
dataset.readxmlschema("Filename.xsd") method. Both complain about the same
thing, undefined data type : 'monetaryAmount'
The schema itself is a well published schema of the Finnish Finvoice
(electronic invoce) definition. It is quite large and it can be found here
http://www.pankkiyhdistys.fi/verkkolasku/Finvoice.xsd
Any ideas ?
Petri