using System.ComponentModel;
public static void Main()
using (var r = ChoXmlReader<Item>.LoadText(xml)
public string Name { get; set; }
[DisplayName("protectionLevel")]
public string ProtectionLevel { get; set; }
[DisplayName("description")]
public string Description { get; set; }
static string xml = @"<tXML>
<nameOfUser>MK</nameOfUser>
<amouthOfPO>14</amouthOfPO>
<protectionLevel>AMB</protectionLevel>
<description>DescAMB1FORID1</description>
<protectionLevel>CHL</protectionLevel>
<description>DescCHL1FORID1</description>
<protectionLevel>AMB</protectionLevel>
<description>3</description>
<name>item1AMB2222</name>
<protectionLevel>AMBB222222</protectionLevel>
<description>DESCRIPTIONITEM1AM222222B</description>
<name>item222222CHL</name>
<protectionLevel>C222222222LL</protectionLevel>
<description>ITEM2CH22ILLERAD1</description>
<name>2222222222223</name>
<protectionLevel>222222223</protectionLevel>
<description>3222222222222</description>
<name>item1333333AMB</name>
<protectionLevel>AM3333BB</protectionLevel>
<description>DESCR333IPTIONITEM1AMB</description>
<name>item233333CHL</name>
<protectionLevel>C33333HLL</protectionLevel>
<description>ITEM2CHI333LLERAD1</description>
<protectionLevel>33</protectionLevel>
<description>33</description>