<measure>

<measure> contiene una parola o sintagma che fa riferimento alla quantità di un oggetto o bene, contenente di solito il numero, l'unità e il nome del bene. 3.5.3 Numbers and Measures
Modulocore — 3 Elements Available in All TEI Documents
Attributi att.measurement (@unit, @quantity, @commodity)
typespecifica il tipo di misurazione in una tipologia funzionale.
Stato Obbligatorio se applicabile
Tipo di dati

<rng:ref name="data.enumerated"/>
data.enumerated
Usato da
Può contenere
Dichiarazione

<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
}
Esempio
<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>
Esempio
<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>