The direction of edges. |
Attribute | dotml:edge/@dir |
<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> |