<measure>

<measure> ある対象や商品の大きさを表す語句を示す.一般には,数値,単位,商品名 を含む. [3.5.3 Numbers and Measures]
モジュールcore — Elements Available in All TEI Documents
属性att.global (@xml:id, @n, @xml:lang, @rend, @style, @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: eg 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>2</num> pounds of flesh
</measure>
<measure type="currency">£10-11-6d</measure>
<measure type="area">2 merks of old extent</measure>
<measure quantity="40unit="hogsheadcommodity="rum">2 score hh rum</measure>
<measure quantity="12unit="countcommodity="roses">1 doz. roses</measure>
<measure quantity="1unit="countcommodity="tulips">a yellow tulip</measure>