dotml:style

The style of nodes or edges.

Simple Type Information

Used By

Source

<xs:simpleType name="style">
  <xs:annotation>
    <xs:documentation>The style of nodes or edges.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="dashed"/>
    <xs:enumeration value="dotted"/>
    <xs:enumeration value="solid"/>
    <xs:enumeration value="invis"/>
    <xs:enumeration value="bold"/>
    <xs:enumeration value="filled"/>
  </xs:restriction>
</xs:simpleType>