(adjacent) gives the identifiers of the nodes which are both adjacent to and adjacent from the current node. |
Element | tei:node |
<xs:attribute name="adj"> <xs:annotation> <xs:documentation>(adjacent) gives the identifiers of the nodes which are both adjacent to and adjacent from 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> |