<specDesc>

<specDesc> (元素或元素集描述) 指出指定元素或元素集的描述應在此包括在文件中。
組件tagdocs — 22 Documentation Elements
屬性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs))
key (識別符碼) 提供文件元素或元素集的識別符碼。
狀態 非必備的
資料類型

<rng:ref name="data.name"/>
data.name
<specDesc key="emph"/>
atts (屬性) 提供其屬性描述應另外包含的屬性名稱。
狀態 推薦的
資料類型 0–∞ 次可出現: 

<rng:ref name="data.name"/>
data.name
以空白鍵隔開
a whitespace-separated list of attribute names
<specDesc key="foreign" atts="usage xml:lang"/>
屬於
可包含在於
可包含空白元素
宣告

<rng:element name="specDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:optional>
  <rng:attribute name="key">
   <rng:ref name="data.name"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="atts">
   <rng:list>
    <rng:zeroOrMore>
     <rng:ref name="data.name"/>
    </rng:zeroOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element specDesc
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   attribute key { data.name }?,
   attribute atts { list { data.name* } }?,
   empty
}
例子
<specDesc key="orth"/>
例子
<specDesc key="emph"/>
例子
<specDesc key="foreign" atts="usage xml:lang"/>