Serialization "xsi:schemaLocation"?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kolja2003

    Serialization "xsi:schemaLocation"?

    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:schemaLoca tion="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.



Working...