dotml:cluster

A rectangular cluster of nodes.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bgcolor dotml:color optional
color dotml:color optional
fillcolor dotml:color optional
fontcolor dotml:color optional
fontname xs:string optional
fontsize xs:decimal optional
id dotml:id required
label xs:string optional
labeljust dotml:labeljust optional
labelloc dotml:labelloc optional
style dotml:style optional

Used By

Source

<xs:complexType name="cluster">
  <xs:annotation>
    <xs:documentation>A rectangular cluster of nodes.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="dotml:cluster-or-graph">
      <xs:attribute name="color" type="dotml:color"/>
      <xs:attribute name="fillcolor" type="dotml:color"/>
      <xs:attribute name="id" type="dotml:id" use="required"/>
      <xs:attribute name="labeljust" type="dotml:labeljust"/>
      <xs:attribute name="labelloc" type="dotml:labelloc"/>
      <xs:attribute name="style" type="dotml:style"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>