Algorithm

The complex type CT_Algorithm defines the algorithm which the diagram will use to layout the nodes which contain the data. Also defined here are the optional list of parameters which are associated with this algorithm and modify its behavior. An algorithm is defined in the following manner:

<xsd:complexType name="CT_Algorithm" >
  <xsd:sequence>
    <xsd:element name="param" type="CT_Parameter" minOccurs="0" 
      maxOccurs="unbounded" />
  </xsd:sequence>
  <xsd:attribute name="type" type="ST_AlgorithmType" use="required" />
  <xsd:attribute name="rev" type="xsd:unsignedInt" use="optional" 
    default="0" />	
</xsd:complexType>