I use LiquidXML. I have a XSD file, this XSD File created a Visual Basic .Net project via the DataBinder tool. Now I create the classes and export them via xxx.ToXML The created Xml string looks good so far. But I get some of the nodes like this:
<pair>
<patient xs:type="Patient">
<id memberShipID="1"/>
<name>xxx </name>
</patient>
How can I create the export that way, that the patient node does NOT include the xs:type="Patient" NodeType?
THX a lot in advance