All
<part> children are listed here
with their specifying child elements.
<part id="...">
<type>part|assembly|drill|pseudo</type>
<category>...</category>
<color r="0..255" g="0..255" b="0..255" />
<path>...</path>
<nnpath>...</nnpath>
<bom category="...">
<splittable>...</splittable>
</bom>
<vars>
<var>
<value name="name">value</value>
</var>
</vars>
<cp name="..." visible="..." type="..." />
</part>
Identifier referencing
categories.Sets the path of the .prj-file of the part (&CADENAS_DATA)
![[Hinweis]](https://webapi.partcommunity.com/service/help/latest/pages/de/ecatalogsolutions/doc/images/note.png)
Hinweis Use a relative path statement:
Project: C:\programme\cadenas\data\23dlibs\...catalog...name...\rohre\rohr.prj
To define additional variables. It is also used to init the table.
name: Name of the connection pointIn the exemplifying picture below the names are "links" and "rechts".
![[Hinweis]](https://webapi.partcommunity.com/service/help/latest/pages/de/ecatalogsolutions/doc/images/note.png)
Hinweis XML syntax with parts: Just the connection point name
XML syntax with assemblies: Part name @ connection point name
visible: In the Configurator the displayed name of the connection point under Details.
<part id="65humlenk" >
<type>assembly</type>
<category>transport</category>
<path>4_transporttechnik\1_stretch_line_sl\4_baubreite_sl_065\3_umlenkungen
\assemblies\2_h_umlenkung_asmcfg.prj</path>
<nnpath>4_transporttechnik\1_stretch_line_sl\4_baubreite_sl_065\3_umlenkungen
\2_h_umlenkung_asmtab.prj</nnpath>
<cp name="HUMLENKUNGWINK@start0" visible="Vorne" type="sl65_start_C" />
<cp name="HUMLENKUNGWINK@end0" visible="Hinten" type="sl65_end_C" />
<bom category="transport" />
<vars>
<value name="BAUBREITE">65</value>
</vars>
</part>

