[Documentation] [TitleIndex] [WordIndex

Signature: configuring over XML

A <Signature> contains tow lists:<DescibingElems> and <Classes>.

<DescibingElems> contains a list of Descriptions of the Object described by this Signature. Every Descriptor has a class which will all appear in the list of classes of the Signature. Additionally the list <Classes> can contain any further <Class> which describes labels the object.

An example could look like this:

<Signature ElemID="0">
  <DescibingElems>
    <DeformShapeModel ColorName="green" ElemID="1">
      <Class ClassName="PlaceMat" ElemID="2" />
      <filename>placemat_ccrl.dsm</filename>
    </DeformShapeModel>
  </DescibingElems>
  <Classes>
     <Class ClassName="PlaceMat" ElemID="1" />
  </Classes>
</Signature>

2024-02-24 12:30