<binding>

<binding> (binding) 一個裝訂的描述,例如使用於該手稿的封面類型、封面等。 [10.7.3.1 Binding Descriptions]
組件 msdescription — Manuscript Description
屬性
calendar⚓︎ 指明該日期表示所使用的曆法計算系統。
Deprecated This feature will be withdrawn after 2024-11-11
狀態 非必備的
資料類型 1–∞ 次可出現: teidata.pointer 以空白鍵隔開
Schematron

<sch:rule context="tei:*[@calendar]">
<sch:assert test="string-length( normalize-space(.) ) gt 0"> @calendar indicates one or more
systems or calendars to which the date represented by the content of this element belongs,
but this <sch:name/> element has no textual content.</sch:assert>
</sch:rule>
contemporary⚓︎ (contemporary) 說明裝訂和其大部分內容是否出於同一時期。
狀態 非必備的
資料類型 teidata.xTruthValue
可包含在於
msdescription: bindingDesc
可包含
core: p
linking: ab
msdescription: condition decoNote
例子
<binding contemporary="true">
 <p>使用與內容物同時代的皮革包覆木版,背面有以前緣扣子扣住的跡象。</p>
</binding>
例子
<bindingDesc>
 <binding contemporary="false">
  <p> 使用與書寫的貝葉非同時代的樹條捆住</p>
 </binding>
 <binding contemporary="false">
  <p>以十九世紀的不知名棉繩重綁;裁切邊緣並鍍金</p>
 </binding>
</bindingDesc>
Content model
<content>
 <alternate minOccurs="1"
  maxOccurs="unbounded">

  <classRef key="model.pLike"/>
  <elementRef key="condition"/>
  <elementRef key="decoNote"/>
 </alternate>
</content>
宣告
<rng:element name="binding">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.datable.attributes"/>
 <rng:ref name="att.datable.w3c.attributes"/>
 <rng:ref name="att.datable.iso.attributes"/>
 <rng:ref name="att.datable.custom.attributes"/>
 <rng:optional>
  <rng:attribute name="calendar">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="contemporary">
   <rng:ref name="teidata.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.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.datable.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.datable.custom.attributes,
   attribute calendar { list { teidata.pointer+ } }?,
   attribute contemporary { teidata.xTruthValue }?,
   ( model.pLike | condition | decoNote )+
}