beremiz

6dcf54a4f5f0
Fix xmlclass not behaving with simple XML element having to attibutes.

xsd:choice can sometime lead to such situation when there is no additional data associated to a particular choice.
<?xml version='1.0' encoding='utf-8'?>
<BeremizRoot xmlns:xsd="http://www.w3.org/2001/XMLSchema" URI_location="LOCAL://">
<TargetType/>
<Libraries Enable_SVGHMI_Library="true"/>
</BeremizRoot>