Extensions Structure

The Integration of Extensions has the following structure.

<class name="class name" >
	 <field name="field name" type="field type">field value</field>
	 ...
	 <extensions>
		  <extension type="extension type" version="extension version">
			   <field name="field name" type="field type">field value</field>
			   ...
		  </extension>
	 </extensions>
</class>
Where the XML attributes represent the following:
  • class name - The name of the class corresponding to the node of Assembly hierarchy.
  • field name - The name of the field being imported.
  • field type - The type of field being imported.
  • field value - The value of the field being imported.
  • extension type - The name of the Extension being imported, (example: m1-us).
  • extension version - The version of the Extension being imported, (example: 3.3).