beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Better xmlclass behavior with simple XML element having no attibutes (simple TAGs).
17 months ago, Edouard Tisserant
d459b9179ec3
IDE: Better xmlclass behavior with simple XML element having no attibutes (simple TAGs).
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_Python_Library="false"/>
</BeremizRoot>