Signature: configuring over XML A <[[cop/Signature|Signature]]> contains tow lists:<[[cop/DescibingElems|DescibingElems]]> and <[[cop/Classes|Classes]]>. <[[cop/DescibingElems|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 <[[cop/Classes|Classes]]> can contain any further <[[cop/Class|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> }}}