dotml:dir

The direction of edges.

Simple Type Information

Used By

Attribute dotml:edge/@dir

Source

<xs:simpleType name="dir">
  <xs:annotation>
    <xs:documentation>The direction of edges.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="forward"/>
    <xs:enumeration value="back"/>
    <xs:enumeration value="both"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>