lim.att.global.fragmentable

lim.att.global.fragmentable provides attributes for representing fragmentation of a structural element, typically as a consequence of some overlapping hierarchy.
Module lim
Members att.global [NB TEI ab abbr abstract activity add addName additional adminInfo affiliation author biblStruct body byline catDesc catRef category cell change char charDecl choice closer collection compliment corr correspAction correspContext correspDesc creation custodialHist damage dateline del desc div divGen docAuthor docDate docEdition docImprint docTitle editor ellipsis emph enclosure encodingDesc epigraph expan extent facsimile figDesc figure fileDesc floruit foreign forename front fw g gap genName geo gloss graphic handNote handNotes handShift head hi history idno imprimatur imprint item l label langKnown langUsage language lb lg linkGrp list listBibl listChange listObject listOrg listPerson listPlace listPrefixDef localProp location locusGrp mapping mentioned milestone msContents msDesc msIdentifier msItem msName msPart name nameLink note noteGrp notesStmt num objectDesc objectName occupation opener org orgName orig origin p persName person persona physDesc place placeName postscript prefixDef profileDesc projectDesc ptr pubPlace publicationStmt publisher quote ref reg rendition repository request resp respStmt revisionDesc roleName row rs salute setting settingDesc settlement sic signed sourceDesc standOff subst summary supportDesc surface surfaceGrp surname surrogates table tagsDecl taxonomy teiHeader term text textClass title titlePage titlePart titleStmt trailer unclear w zone]
Attributes Attributes
part specifies 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.
Status Optional
Datatype teidata.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
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.
Note
The same as TEI's att.fragmentable, but turned into its own class to make it global.
Source Github

<classSpec rend="add" ident="lim.att.global.fragmentable" mode="add" module="lim" type="atts">
   
<desc>provides attributes for representing
                 fragmentation of a structural element, typically as 
                 a consequence of some overlapping hierarchy.
</desc>
   
<attList>
      
<attDef ident="part" usage="opt">
         
<desc>specifies 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.
</desc>
         
<datatype>
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
         
<valList type="closed">
            
<valItem ident="Y">
               
<gloss>yes</gloss>
               
<desc>the element is fragmented in some (unspecified) respect</desc>
            
</valItem>
            
<valItem ident="N">
               
<gloss>no</gloss>
               
<desc>the element is not fragmented, or no claim is made as to its completeness</desc>
            
</valItem>
            
<valItem ident="I">
               
<gloss>initial</gloss>
               
<desc>this is the initial part of a fragmented element</desc>
            
</valItem>
            
<valItem ident="M">
               
<gloss>medial</gloss>
               
<desc>this is a medial part of a fragmented element</desc>
            
</valItem>
            
<valItem ident="F">
               
<gloss>final</gloss>
               
<desc>this is the final part of a fragmented element</desc>
            
</valItem>
         
</valList>
      
</attDef>
   
</attList>
</classSpec>