(adjacent to) gives the identifiers of the nodes which are adjacent to the current node. |
Element | tei:node |
<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> |