TEI Lex-0

— A baseline encoding for lexicographic data

12.3.17. att.fragmentable

att.fragmentable provides attributes for representing fragmentation of a structural element, typically as a consequence of some overlapping hierarchy.
Moduletei — Specification
Membersatt.segLike[c pc seg] p
Attributes
partspecifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.
StatusOptional
Datatypeteidata.enumerated
Legal values are:
Y
(yes) the element is fragmented in some (unspecified) respect
N
(no) the element is not fragmented, or no claim is made as to its completeness[Default]
I
(initial) this is the initial part of a fragmented element
M
(medial) this is a medial part of a fragmented element
F
(final) this is the final part of a fragmented element
Note

The values I, M, or F should be used only where it is clear how the element may be reconstituted.

Example
<etym>
 <seg type="descpart="I">seit dem</seg>
 <usg type="date">
  <date>18. Jh.</date>
 </usg>
 <seg type="descpart="M">belegt, auf</seg>
 <cit type="etymon">
  <form>
   <orth xml:lang="de">fickfacken</orth>
  </form>
  <sense>
   <def>'hin- und herlaufen'</def>
  </sense>
 </cit>
 <seg type="descpart="F">zurückgeführt</seg>; <seg type="descpart="I">evtl. auch auf </seg>
 <cit type="etymon">
  <lang>fnhd.</lang>
  <form>
   <orth xml:lang="de-x-FNHD">fatzen</orth>
  </form>
  <!-- frühneuhochdeutsch -->
  <sense>
   <def>'spotten, zum Narren halten'</def>
  </sense>
 </cit>
 <seg type="descpart="F">zurückführbar</seg>
 <bibl>(vgl. Pfeifer 2014: 329)</bibl>
</etym>