Previous topic

Aggregation model

Next topic

Parameter table

This Page

Management model

The management model document defines management models used.

An example of the document contents is given below, for a comprehensive description of all the possible content options see the schema document. Data continuation and abbreviated content expressed as …:

The root level tag contains a reference to the schema document which is used to validate the content of the XML document:

<management_base xmlns="http://www.simo-project.org/simo"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.simo-project.org/simo ../schemas/management_modelbase.xsd">

An example of management model named remove_objects_from_child_level, that name will be used to refer to this model in model chains. In the model the data level is given to define the level, which objects will be deleted:

<model>
      <name>remove_objects_from_child_level</name>
      <description>For the current evaluation level objects, delete all
           child objects from the given level. Delete also objects from
           sublevels.
      </description>
      <implemented_at>management.py</implemented_at>
      <parameters>
         <parameter>
            <type>level</type>
            <description>delete objects from this level</description>
         </parameter>
      </parameters>
   </model></management_base>