P5 Fascicule

<explicit>


explicit contains the text of any explicit attached to a particular manuscript item, that is, the closing words of a text or a section of a text, sometimes used as a kind of title, possibly followed by one or more rubrics or colophons.
Class tei.msItemPart
Declaration
element explicit
{
   tei.global.attributes,
   ## () indicates whether the explicit as given is defective, i.e. the final words of the text as preserved, as opposed to what the closing words would have been had the text of the work been whole.
   
   attribute defective { datatype.UBoolean }?,
   ## () specifies the type of explicit, e.g. whether it is a formal closing for the
   ## work.
   
   attribute type { datatype.Key }?,
   macro.phraseSeq
}
Attributes
(In addition to global attributes and those inherited from : tei.msItemPart)
defective indicates whether the explicit as given is defective, i.e. the final words of the text as preserved, as opposed to what the closing words would have been had the text of the work been whole.
Status:
Datatype: datatype.UBoolean
Values: true, false, unknown, or unspecified
type specifies the type of explicit, e.g. whether it is a formal closing for the work.
Status:
Datatype: datatype.Key
Values: A typology has yet to be defined
Example
<explicit>sed libera nos a malo.</explicit>
 <rubric>Hic explicit oratio qui dicitur dominica.</rubric>
 <explicit type="defective">ex materia quasi et forma sibi 
 proporti<gap/></explicit>
 <explicit type="reverse">saued be shulle that doome of day the at 
 </explicit>
 
See further 1.6.1 The <msItem> and <msItemStruct> elements
Module msdescription