adjTo

(adjacent to) gives the identifiers of the nodes which are adjacent to
the current node.

Attribute Information

Used By

Element tei:node

Source

<xs:attribute name="adjTo">
  <xs:annotation>
    <xs:documentation>(adjacent to) gives the identifiers of the nodes which are adjacent to the current node.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list itemType="xs:anyURI"/>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample