dotml:node

Represents a single node in the graph.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color dotml:color optional
fillcolor dotml:color optional
fixedsize xs:boolean optional
fontcolor dotml:color optional
fontname xs:string optional
fontsize xs:decimal optional
height xs:decimal optional
id dotml:id required
label dotml:label optional
shape dotml:shape optional
style dotml:style optional
width xs:decimal optional

Used By

Source

<xs:complexType name="node">
  <xs:annotation>
    <xs:documentation>Represents a single node in the graph.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="fixedsize" type="xs:boolean"/>
  <xs:attribute name="id" type="dotml:id" use="required"/>
  <xs:attribute name="label" type="dotml:label"/>
  <xs:attribute name="shape" type="dotml:shape"/>
  <xs:attributeGroup ref="dotml:node-and-record-attributes"/>
</xs:complexType>