compartmentOrder

<p>The compartment order attribute can be used to define a drawing order for compartments. It enables tools to draw compartments in the correct order especially in the case of overlapping compartments. Compartments are only used in PD and AF, and thus this attribute as well.</p>
<p>The attribute is of type float, the attribute value has not to be unique. Compartments with higher compartment order are drawn on top. The attribute is optional and should only be used for compartments.</p>

Attribute Information

Used By

Element glyph

Source

<xsd:attribute name="compartmentOrder" type="xsd:float" use="optional">
  <xsd:annotation>
    <xsd:documentation>
      <p>The compartment order attribute can be used to define a drawing order for compartments. It enables tools to draw compartments in the correct order especially in the case of overlapping compartments. Compartments are only used in PD and AF, and thus this attribute as well.</p>
      <p>The attribute is of type float, the attribute value has not to be unique. Compartments with higher compartment order are drawn on top. The attribute is optional and should only be used for compartments.</p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:attribute>

Sample