dotml:node-and-record-attributes

Attributes that are used both by records and by nodes.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
color dotml:color optional
fillcolor dotml:color optional
fontcolor dotml:color optional
fontname xs:string optional
fontsize xs:decimal optional
height xs:decimal optional
style dotml:style optional
width xs:decimal optional

Used By

Complex Types dotml:node, dotml:record-node

Source

<xs:attributeGroup name="node-and-record-attributes">
  <xs:annotation>
    <xs:documentation>Attributes that are used both by records and by nodes.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="color" type="dotml:color"/>
  <xs:attribute name="fillcolor" type="dotml:color"/>
  <xs:attributeGroup ref="dotml:font-attributes"/>
  <xs:attribute name="height" type="xs:decimal"/>
  <xs:attribute name="style" type="dotml:style"/>
  <xs:attribute name="width" type="xs:decimal"/>
</xs:attributeGroup>