The nexus files described here describe links between locations in texts. The links consist of references to a span of one or more consecutive characters in a text. Related links can be grouped together to form a nexus. This can be used for example to describe corresponding passages in different versions of a text.
The main elements under the root element nexusListare::
The nexus element holds the locationRef elements, which contain the reference information to locate the passage of the text. The reference is expressed by pointing to a sequence of one or more tokens in a token file for the edition.
<locationRef> Reference to a location in the token file. Optionally might hold a copy of the referenced text as a string of characters. | |||||||||||||||||||||||||||||||||
Module | KRXNexus | ||||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||||
Contained by | KRXNexus: nexus | ||||||||||||||||||||||||||||||||
May contain | Character data only | ||||||||||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||||||||||
Schema Declaration | element locationRef { attribute ed { string }, attribute tp { xsd:nonNegativeInteger }, attribute tcount { xsd:nonNegativeInteger }?, attribute target { string }, attribute n { string }?, text } |
<nexus> A group of locationRef elements. | |||||||||||||||||||||
Module | KRXNexus | ||||||||||||||||||||
Attributes |
| ||||||||||||||||||||
Contained by | KRXNexus: nexusList | ||||||||||||||||||||
May contain | KRXNexus: locationRef derived-module-KRXNexus: note | ||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||
Schema Declaration | element nexus { attribute xml:id { xsd:ID }?, attribute tp { xsd:nonNegativeInteger }, attribute tcount { xsd:nonNegativeInteger }?, ( nx_note*, nx_locationRef* ) } |
<nexusList> Root for Nexus that may contain one or more nexus elements. | |||||||||||||||||||
Module | KRXNexus | ||||||||||||||||||
Attributes |
| ||||||||||||||||||
Contained by | — | ||||||||||||||||||
May contain | |||||||||||||||||||
Content model | <content> | ||||||||||||||||||
Schema Declaration | element nexusList { attribute xml:id { ID }?, attribute ed { string }, attribute n { string }?, ( nx_note?, nx_nexus+ ) } |
<note> Annotation or additional information concerning the role or purpose of this reference. | |||||||
Module | derived-module-KRXNexus | ||||||
Attributes |
| ||||||
Contained by | |||||||
May contain | Character data only | ||||||
Content model | <content> | ||||||
Schema Declaration | element note { attribute xml:id { ID }?, text } |