Rank types for sub-graphs |
Attribute | dotml:sub-graph/@rank |
<xs:simpleType name="rank"> <xs:annotation> <xs:documentation>Rank types for sub-graphs</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="same"/> <xs:enumeration value="min"/> <xs:enumeration value="source"/> <xs:enumeration value="max"/> <xs:enumeration value="sink"/> </xs:restriction> </xs:simpleType> |