<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> |