<unicodeName>

<unicodeName> (統一碼性質名稱) 包含一個統一碼規範性質之註冊名稱。 [5.2.1 Character Properties]
DeprecatedThis feature will be withdrawn after 2022-02-15
組件gaiji — Characters, Glyphs, and Writing Modes
屬性att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
version說明該性質名稱是定義在哪一版本的統一碼標準 (Unicode Standard) 中。
狀態 非必備的
資料類型 teidata.version
可包含在於
gaiji: charProp
可包含僅文字符號資料

A definitive list of current Unicode property names is provided in The Unicode Standard.

例子
<unicodeName>Decomposition_Mapping</unicodeName>
<unicodeName>General_Category</unicodeName>
Content model
<content>
 <textNode/>
</content>
宣告
<rng:element name="unicodeName">
 <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:optional>
  <rng:attribute name="version">
   <rng:ref name="teidata.version"/>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
element unicodeName
{
   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 version { teidata.version }?,
   text
}