<measure>

<measure> 包含用來表示某物品數量的字詞,通常是由數字、單位和物品名稱所組成。 3.5.3 Numbers and Measures
組件 core — 3 Elements Available in All TEI Documents
除全域屬性以外 att.measurement (@unit, @quantity, @commodity)
type 用任何適合的分類方法來說明度量的種類。
狀態 可應用時必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
屬於
可包含
宣告

<rng:element name="measure">
 <rng:ref name="att.global.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.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>