<specDesc>

<specDesc> (specification description) 特定された要素またはクラスの解説は、文書中のこの場所にあるべきである ことを示す。 [22.1.2 Element and Attribute Descriptions]
モジュール 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
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.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: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.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,
   attribute key { teidata.name },
   attribute atts { list { teidata.name* } }?,
   empty
}