dotml:rank

Rank types for sub-graphs

Simple Type Information

Used By

Source

<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>