Previous Topic

Next Topic

Book Contents

Book Index

Source and Target Infos

Source Device Item and Target Device Item Infos

This guide describes the XML representation of to which Source Device Item and Target Device Item the mapping should be applied. The requirement is to specify the object class of the Source Device Item and Target Device Item. As an addition the user can provide detailed information. For example for the Source Device Item it is possible to specify its name, tags and attributes. The detailed information about the Target Device Item is its tags.

<source-info>

The <source-info> is required element and represents the information about the source device item. This element has the following child elements:

<source-info>

  <class name="com.prosyst.mbs.services.da.items.Opener" />

</source-info>

<target-info>

The <target-info> is required element and represents the information about the target device item. This element has the following child elements:

<target-info>

  <class name="com.prosyst.mbs.services.da.items.TransitionActuator" />

  <tags>

    <tag value="temperature" />

  </tags>

</target-info>