wiki:schema/tei-pointers

Version 7 (modified by jwillenborg, 13 years ago) (diff)

--

  • <link> defines an association or hypertextual link among elements or passages, of some type not more precisely specifiable by other elements (also possible between different documents)
    • Example: <note id="n3.284" type="imitation" place="foot" anchored="no"> <ref id="r3.284" rend="sc">...</ref> </note> <link targType="ref l" targOrder="Y" targets="r3.284 l3.284"/>
  • <linkGrp> Link groups
    • Example: <linkGrp type="imitation" targType="note l" targOrder="Y"> <link targets="n2.79 l2.79"/> <link targets="n2.88 l2.88"/> <!-- ... --> <link targets="n3.284 l3.284"/> <!-- ... --> </linkGrp>
  • <anchor> specifies a location or point within a document so that it may be pointed to.
  • <seg> identifies a span or segment of text within a document so that it may be pointed to.