<elementSpec>
| <elementSpec> 構造,内容,その要素の目的などを示す. 22.4.4 規定 22 ドキュメンテーション向け要素 | |||||||||||||||||||||||
| モジュール | tagdocs — 22 ドキュメンテーション向け要素 | ||||||||||||||||||||||
| 属性 | [att.identified ] 
 | ||||||||||||||||||||||
| 当該モジュールを使用するもの | |||||||||||||||||||||||
| 下位 | |||||||||||||||||||||||
| 宣言 | 
       <rng:element name="elementSpec">
         element elementSpec
{
   att.global.attributes,
   att.identified.attributes,
   attribute ns { data.namespace }?,
   attribute usage { "req" | "mwa" | "rec" | "rwa" | "opt" }?,
   (
      model.glossLike*,
      classes?,
      content?,
      attList?,
      exemplum*,
      remarks*,
      listRef*
   )                       
  | ||||||||||||||||||||||
| 例 | <elementSpec module="tagdocs" ident="code"> <equiv/> <gloss/> <desc>contains literal code</desc> <classes> <memberOf key="model.emphLike"/> </classes> <content> <rng:text/> </content> <attList> <attDef ident="type" usage="opt"> <equiv/> <desc>the language of the code</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> </elementSpec> | ||||||||||||||||||||||
