<valItem>

<valItem> 属性値のひとつを解説する. 22.4.5 Attribute List Specification
モジュール tagdocs — 22 Documentation Elements
グローバル属性の他
ident specifies the attribute value concerned.
状態 必須
データ型

<rng:text/>
text
any string value
mode 当該宣言が親モジュールに与える影響を示す.
状態 任意
正当な値:
add
当該宣言は,現行定義に付加される. [初期値]
delete
当該宣言とこの子要素は,現行定義から,外される.
change
当該宣言は,現行定義にある同名宣言を変更する.
replace
当該宣言は,現行定義にある同名宣言に置き換わる.
当該モジュールを使用するもの
下位
core: desc gloss
tagdocs: altIdent equiv
宣言

<rng:element name="valItem">
 <rng:ref name="att.global.attributes"/>
 <rng:attribute name="ident">
  <rng:text/>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="mode" a:defaultValue="add">
   <rng:choice>
    <rng:value>add</rng:value>
    <rng:value>delete</rng:value>
    <rng:value>change</rng:value>
    <rng:value>replace</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:ref name="model.glossLike"/>
 </rng:zeroOrMore>
</rng:element>
element valItem
{
   att.global.attributes,
   attribute ident { text },
   attribute mode { "add" | "delete" | "change" | "replace" }?,
   model.glossLike*
}
<valItem ident="dub">
 <altIdent xml:lang="fr">dou</altIdent>
 <equiv name="unknown"/>
 <gloss>dubious</gloss>
 <desc>used when the application of this element is doubtful or uncertain</desc>
</valItem>