inDegree

gives the in degree of the node, the number of nodes which are adjacent
from the given node.

Attribute Information

Used By

Element tei:node

Source

<xs:attribute name="inDegree" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>gives the in degree of the node, the number of nodes which are adjacent from the given node.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Sample