<measure>

<measure> (measure) contains a word or phrase referring to some quantity of an object or commodity, usually comprising a number, a unit, and a commodity name. [3.6.3. Numbers and Measures]
Module core
Attributes
att.global
xml:id
n
xml:lang
att.global.rendition
style
rendition
att.global.linking
corresp
copyOf
next
prev
att.measurement
unit
unitRef
quantity
commodity
att.ranging
atLeast
atMost
min
max
confidence
type specifies the type of measurement in any convenient typology.
Derived from att.typed
Status Optional
Datatype teidata.enumerated
Member of
Contained by
May contain
Examples This example references a definition of a measurement unit declared in the TEI header:

<measure type="weight">
   
<num>2</num> pounds of flesh</measure>
<measure type="currency">£10-11-6d</measure>
<measure type="area" unitRef="#merk"><unit>merks</unit> of old extent</measure>
<!-- In the TEI Header: -->
<encodingDesc>
   
<unitDecl>
      
<unitDef xml:id="merk" type="area">
         
<label>merk</label>
         
<placeName ref="#Scotland"/>
         
<desc>A merk was an area of land determined variably by its agricultural
          productivity.
</desc>
      
</unitDef>
   
</unitDecl>
</encodingDesc>

<measure quantity="40" unit="hogshead" commodity="rum">2 score hh rum</measure>
<measure quantity="12" unit="count" commodity="roses">1 doz. roses</measure>
<measure quantity="1" unit="count" commodity="tulips">a yellow tulip</measure>

<head>Long papers.</head>
<p>Speakers will be given 30 minutes each: 20 minutes for
  presentation, 10 minutes for discussion. Proposals should not
  exceed 
<measure max="500" unit="count" commodity="words">500
  words
</measure>. This presentation type is suitable for
  substantial research, theoretical or critical discussions.
</p>
Source Github

<elementSpec module="core" ident="measure">
   
<gloss>measure</gloss>
   
<desc>contains a word or phrase referring to some quantity
of an object or commodity, usually comprising a number, a unit, and a commodity name.
</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="att.typed"/>
      
<memberOf key="model.measureLike"/>
      
<memberOf key="att.measurement"/>
      
<memberOf key="att.ranging"/>
   
</classes>
   
<content>
      
<macroRef key="macro.phraseSeq"/>
   
</content>
   
<attList>
      
<attDef ident="type" mode="change" usage="opt">
         
<desc>specifies the type of measurement in any
    convenient typology.
</desc>
         
<datatype>
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
      
</attDef>
   
</attList>
</elementSpec>