Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > IDL Code > Mapping information > Summary of Mappings for IDL code (IDL code) > Node mapping for IDL (IDL code)
  
Node mapping for IDL (IDL code)
For each Node in a Domain, ACS generates a Node element in the Component Domain Descriptor (CDD) file that is generated for the Node's Domain.
ACS generates code similar to this:
<node>
<name>Node1</name>
<label/>
<resource>
<name>Node Address</name>
<resourceType>edu.vanderbilt.dre.DAnCE.NodeAddress</resourceType>
<property>
<name>edu.vanderbilt.dre.DAnCE.StringIOR</name>
<kind>Attribute</kind>
<dynamic>false</dynamic>
<value>
<type>
<kind>tk_string</kind>
</type>
<value>
<string>corbaloc:iiop::</string>
</value>
</value>
</property>
</resource>
</node>