P5 Fascicule

<binding>


binding contains a description of one binding, i.e. type of covering, boards, etc. applied to a manuscript
Class tei.datable
Declaration
element binding
{
   tei.global.attributes,
   tei.datable.attributes,
   ## () specifies whether or not the binding is contemporary with the majority of its contents
   
   attribute contemporary { datatype.UBoolean }?,
   ( tei.paragraph | decoNote )+
}
Attributes
(In addition to global attributes and those inherited from : tei.datable)
contemporary specifies whether or not the binding is contemporary with the majority of its contents
Status:
Datatype: datatype.UBoolean
Values are:
true the binding is contemporaneous with its contents
false the binding is not contemporaneous with its contents
unknown the date of either binding or manuscript is unknown
Example
<binding contemporary="yes">
 <p>Contemporary blind stamped leather over wooden 
 boards with evidence of a fore edge clasp closing 
 to the back cover.</p>
 </binding>
Example
<bindingDesc>
 <binding contemporary="no">
 <p>Quarter bound by the Phillipps' binder, Bretherton, 
 with his sticker on the front pastedown.</p>
 </binding>
 <binding contemporary="no">
 <p>Rebound by an unknown 19th c. company; edges cropped and
 gilt.
 </binding>
 </bindingDesc>
See further 1.7.2.4 Additions and marginalia
Module msdescription