<specDesc>

<specDesc> (specification description) 特定された要素またはクラスの解説は、文書中のこの場所にあるべきである ことを示す。 [23.1.2 Element and Attribute Descriptions]<a href="https://translate.tei-c.org/translate.html?edit=specDesc.xml"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-label="Translation out of date." viewBox="0 0 16 16" style="position:absolute; top:2px; right:2px; color:red"><title>Translation out of date.</title> <path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"></path> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"></path></svg></a>
モジュール tagdocs — Documentation Elements
属性
key⚓︎ (identifier) 解説が表される、記録用の要素またはクラスの識別子を示す。
状態 必須
データ型 teidata.name
<specDesc key="emph"/>
atts⚓︎ (attributes) 解説が付加的に表される属性名を示す。
状態 推薦される
データ型 0–∞ occurrences of teidata.name 空白文字で区切られる
<specDesc key="foreign"
 atts="usage xml:lang"/>
解説

リスト中の属性名には、クラスから継承した属性や、また関連する要 素で明示的に定義されている属性を含むかもしれない。 属性attsがない場合、継承されない属性がリスト化され、 各クラスへの参照が示される。属性attsの値に空文字が 付与されている場合、解説は表示されないべきである。

クラブのメンバー
上位
analysis: cl phr s
cmc: post
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg specList
textcrit: lem rdg wit witDetail
verse: rhyme
下位 空要素
解説

当該解説は、一般には、属性として定義される値のリストとして、ラベル と各項目で示される。その値から更に選択することはできない。属性 のリストには、要素クラスから継承したものもある。このような属性の解 説は、他の要素specDescを使い示されるかもしれない。この場 合、関連するクラスを指示することになる。

<specDesc key="orth"/>
<specDesc key="emph"/>
<specDesc key="foreign"
 atts="usage xml:lang"/>
Content model
<content>
 <empty/>
</content>
宣言
<rng:element name="specDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:attribute name="key">
  <rng:ref name="teidata.name"/>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="atts">
   <rng:list>
    <rng:zeroOrMore>
     <rng:ref name="teidata.name"/>
    </rng:zeroOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element specDesc
{
   att.global.attributes,
   att.global.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute key { teidata.name },
   attribute atts { list { teidata.name* } }?,
   empty
}