Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sigdbroot [2010/04/15 16:39] klanksigdbroot [2010/04/15 16:44] (current) klank
Line 1: Line 1:
 +====== SigDBRoot: configuring over XML ======
 +
 +
 +The Signature Database Root Node (SigDBRoot) is a list of Signatures. All signatures have the property ''ElemID'' and contain a list of Descriptors and a List of Classes.
 +
 +The property ''ElemID''  identifies a Signature. 
 +
 +
 +Additionally,
 +all signatures have a list of Descriptors that is stored in the node
 +[[DescibingElems|<DescibingElems>]].
 +
 +All signatures have another list of classes that is stored in contained in the node
 +[[Classes|<Classes>]], this list contains usually also all classes of the Descriptors in the DescibingElems node.
 +
 +An example for a Signature contained in a SigDBRoot:
 +
 +   <SigDBRoot>
 +          <Signature ElemID="1023">
 +          <DescibingElems>
 +            <ColorClass ColorName="black" ElemID="1024">
 +              <Class ClassName="black" ElemID="1025" />
 +            </ColorClass>
 +          </DescibingElems>
 +          <Classes>
 +            <Class ClassName="black" ElemID="1025" />
 +            <Class ClassName="Jug" ElemID="1026" />
 +          </Classes>
 +        </Signature>
 +    </SigDBRoot>
 +
 +see also [[SignatureDB|<SignatureDB>]]
 +
  
 
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki