<usg>

<usg> (字詞使用資訊) 包含辭條中的使用資訊。 9.3.5.2 Usage Information and Other Labels
組件dictionaries — 9 Dictionaries
屬性 att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
type用合適的分類方法將不同的使用資訊分類。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
實例值包含:
geo
(geographic) 地理範圍
time
不同時期、歷史年代 (古體、老式等。)
dom
(domain) 地域
reg
(語域)
style
語體 (象徵性、字面原義等)
plev
(preference level) 優先程度 (主要、慣用等)
lang
(language) 語言 (外來文字、拼音、發音等的語言)
gram
(grammatical) 文法上的使用
syn
(synonym) 同義詞
hyper
(hypernym) 上層文字
colloc
(collocation) 組合字
comp
(complement) 典型補語
obj
(object) 典型受詞
subj
(subject) 典型主詞
verb
典型動詞
hint
無法分類的釋義資訊
屬於
可包含
宣告

<rng:element name="usg">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.lexicographic.attributes"/>
<rng:optional>
 <rng:attribute name="type">
  <rng:ref name="data.enumerated"/>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.paraContent"/>
</rng:element>
element usg
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   macro.paraContent
}
例子
<form>
 <orth></orth>
 <form>
  <usg type="geo">中國大陸</usg>
  <orth></orth>
 </form>
</form>