<binding>

<binding> 1つの装訂に関する情報を示す.例えば,手書き資料でいうカバーの種類, 表紙など. 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
解説
属性値trueは,当該装訂が,当該内容と同時代のもの であることを示す.属性値falseは,そうでないことを示 す.属性値unknownは,当該装訂や手書き資料の年代が不 明の場合に使用されるべきである.
当該モジュールを使用するもの
下位
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 | 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>