<binding>

<binding> (reliure) contient la description d'une reliure, i.e. du type de couverture, d'ais, etc., rencontrés. 10.7.3.1 Binding Descriptions
Module msdescription — 10 Manuscript Description
En complément des attributs globaux att.datable (att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso))
contemporary (contemporaine) spécifie si la reliure est contemporaine ou non de l'essentiel du contenu du manuscrit.
Statut Optionel
Type de données

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
Note
La valeur true indique que la reliure est contemporaine de son contenu ; la valeur false qu'elle ne l'est pas. La valeur unknown est employée quand la date de la reliure ou du manuscrit est inconnue.
Utilisé par
Peut contenir
core: p
linking: ab
msdescription: condition decoNote
Declaration

<rng:element name="binding">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.datable.w3c.attributes"/>
 <rng:ref name="att.datable.iso.attributes"/>
 <rng:optional>
  <rng:attribute name="contemporary">
   <rng:ref name="data.xTruthValue"/>
  </rng:attribute>
 </rng:optional>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="model.pLike"/>
   <rng:ref name="condition"/>
   <rng:ref name="decoNote"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
element binding
{
   att.global.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   attribute contemporary { data.xTruthValue }?,
   ( model.pLike | condition | decoNote )+
}
Exemple
<binding contemporary="true">
 <p>Contemporary blind stamped leather over wooden boards with evidence of a fore edge clasp
   closing to the back cover.</p>
</binding>
Exemple
<bindingDesc>
 <binding contemporary="false">
  <p>Quarter bound by the Phillipps' binder, Bretherton, with his sticker on the front
     pastedown.</p>
 </binding>
 <binding contemporary="false">
  <p>Rebound by an unknown 19th c. company; edges cropped and gilt.</p>
 </binding>
</bindingDesc>