Serialization "xsi:schemaLocation"?

K

kolja2003

Hi,
I need to program the creation of the XML file of given structure. I try to
do it through the serialization of class object. hence I need to write the
class definition which will be serialized to needed XML file.
So I descibed all structure of my XML file at class definition unless one
thing.
In my XML file I have the expression like
<xsi:schemaLocation="http://tempuri.org/schema..\schema\StandartReport.xsd">
in root element. And I cann't find nowhere how can I formulate the clause in
my class definition to express this through the serialization.
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top