<usg>

<usg> (usage) contains usage information in a dictionary entry. 9.3.5.2 Usage Information and Other Labels
Moduledictionaries — 9 Dictionaries
Attributes att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
typeclassifies the usage information using any convenient typology.
Status Optional
Datatype

<rng:ref name="data.enumerated"/>
data.enumerated
Sample values include:
geo
(geographic) geographic area
time
temporal, historical era (archaic, old, etc.)
dom
(domain) domain or subject matter (e.g. scientific, literary etc.)
reg
(register)
style
style (figurative, literal, etc.)
plev
(preference level) preference level (chiefly, usually, etc.)
lang
(language) name of a language mentioned in etymological or other linguistic discussion.
gram
(grammatical) grammatical usage
syn
(synonym) synonym given to show use
hyper
(hypernym) hypernym given to show usage
colloc
(collocation) contains a collocate of the headword.
comp
(complement) typical complement
obj
(object) typical object
subj
(subject) typical subject
verb
typical verb
hint
unclassifiable piece of information to guide sense choice
Used by
May contain
Declaration

<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
}
Example
<form>
 <orth>colour</orth>
 <form>
  <usg type="geo">U.S.</usg>
  <orth>color</orth>
 </form>
</form>