Master Project

The MASTER Document Type Definition: reference manual

<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.
Attributes Yes, No, or Unknown A typology has yet to be defined
defective indicates whether the explicit as given is defective, i.e. incomplete.
Datatype: (yes|no|unk)
Default: no
type specifies the type of explicit, e.g. whether it is a formal closing for the work.
Datatype: CDATA
Default: #IMPLIED
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>

Class
Declaration
<!ELEMENT explicit  - -  ( %phrase.seq;)> 
<!ATTLIST explicit  
      %a.global;
      defective (yes|no|unk) "no"
      type CDATA #IMPLIED>
See further 2.5.1 ThemsItemelement

Up: Appendix A Reference Documentation for Elements and Classes