Environment version: 7.0.20
Type is type 1, value is ABC.
Type is type 3, value is DEF.
Type is type 1, value is GHI.
Type is type 3, value is JKL.
Type is type 3, value is MNO.
Deserialized and re-serialized XmlTest:
<?xml version="1.0" encoding="utf-16"?>
<xmltest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<type1>
<tekst>ABC</tekst>
</type1>
<type2>
<tekst>DEF</tekst>
</type2>
<type1>
<tekst>GHI</tekst>
</type1>
<type2>
<tekst>JKL</tekst>
</type2>
<type3>
<tekst>MNO</tekst>
</type3>
</xmltest>