OMElement value00 = omfactory.createOMElement("varString", "", null);
value00.addAttribute("xsi:type", "xsd:string", null);
value00.addChild(omfactory.createOMText("strss fdfing1"));
OMElement value01 = omfactory.createOMElement("varInt", "", null);
value01.addAttribute("xsi:type", "xsd:int", null);
value01.addChild(omfactory.createOMText("25"));
OMElement value02 = omfactory.createOMElement("varFloat", "", null);
value02.addAttribute("xsi:type", "xsd:float", null);
value02.addChild(omfactory.createOMText("25.23"));
OMElement item1 = omfactory.createOMElement("item0", null);