<binding>

<binding> 一個裝訂的描述,例如使用於該手稿的封面類型、封面等。 10.7.3.1 Binding Descriptions
組件msdescription — 10 Manuscript Description
屬性 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說明裝訂和其大部分內容是否出於同一時期。
狀態 非必備的
資料類型

<rng:ref name="data.xTruthValue"/>
data.xTruthValue
屬於
可包含
core: p
linking: ab
msdescription: condition decoNote
宣告

<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 )+
}
例子
<binding contemporary="true">
 <p>使用與內容物同時代的皮革包覆木版,背面有以前緣扣子扣住的跡象。</p>
</binding>
例子
<bindingDesc>
 <binding contemporary="false">
  <p> 使用與書寫的貝葉非同時代的樹條捆住</p>
 </binding>
 <binding contemporary="false">
  <p>以十九世紀的不知名棉繩重綁;裁切邊緣並鍍金</p>
 </binding>
</bindingDesc>