Komponenten - XML-Syntax
In der Schnittstellendatei werden Komponenten mit dem XML-Tag <component></component> beschrieben.
Der Inhalt des Tags sind die der Komponente zugehörigen Attribute:
Beispiel Komponenten | XML-Syntax
<components> <component id="4" type="cylindrical_gear" name="Pinion"> <attribute id="attr1"> .. </attribute> <attribute id="attr2"> .. </attribute> ... </component > <component id="6" type="cylindrical_gear" name="Wheel"> <attribute id="attr1"> .. </attribute> <attribute id="attr2"> .. </attribute> ... </component > </components>