<binding>

<binding> 1つの冊子に関する情報を示す.例えば,カバーの種類,表紙など. 手書きものも含む. 10.7.3.1 Binding Descriptions
モジュールmsdescription — 10 Manuscript Description
属性 att.datableatt.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to) att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)
contemporary当該冊子は,内容の大部分と同時代のものかどうか.
状態 任意
データ型
data.xTruthValue
解説
The value true indicates that the binding is contemporaneous with its contents; the value false that it is not. The value unknown should be used when the date of either binding or manuscript is unknown
当該モジュールを使用するものbindingDesc
下位
core: p
linking: ab
msdescription: decoNote
宣言
element binding
{
   att.global.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   attribute contemporary { data.xTruthValue }?,
   ( model.pLike | decoNote )+
}
<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>
<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>