Serialization "xsi:schemaLocation"?

  • Thread starter Thread starter kolja2003
  • Start date Start date
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.
 
Back
Top