<measure>

<measure> 包含用來表示某物品數量的字詞,通常是由數字、單位和物品名稱所組成。 [3.5.3 Numbers and Measures]
組件core — 3 Elements Available in All TEI Documents
屬性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.measurement (@unit, @quantity, @commodity)
type用任何適合的分類方法來說明度量的種類。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
屬於
可包含在於
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: valDesc
verse: metSym rhyme
可包含
宣告

<rng:element name="measure">
 <rng:ref name="att.global.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.measurement.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element measure
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.measurement.attributes,
   attribute type { data.enumerated }?,
   macro.phraseSeq
}
例子
<measure type="weight">
 <num>1</num>市斤豬肉
</measure>
<measure type="currency">人民幣20元</measure>
<measure type="area">一個巴掌大小</measure>
例子
<measure quantity="16" unit="weight" commodity="vegetable">一台斤青菜</measure>
<measure quantity="12" unit="count" commodity="roses">一打玫瑰</measure>
<measure quantity="1" unit="count" commodity="tulips">一朵黃色鬱金香</measure>