<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 |
| ||||||||
Member of | |||||||||
Contained by | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure measureGrp meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unit header: authority catDesc change classCode creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage msdescription: accMat acquisition additions catchwords collation collection colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit institution layout material musicNotation objectType origDate origPlace origin provenance repository rubric secFol signatures source stamp summary support surrogates typeNote watermark namesdates: addName birth bloc country death district eventName floruit forename genName gender geogFeat geogName location objectName offset orgName persName persPronouns placeName region roleName settlement surname textstructure: dateline docAuthor docDate docEdition docImprint | ||||||||
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit dictionaries: lang figures: figure notatedMusic gaiji: g header: idno msdescription: catchwords depth dim dimensions height heraldry locus locusGrp material objectType origDate origPlace secFol signatures stamp watermark width namesdates: addName bloc country district eventName forename genName geo geogFeat geogName location objectName offset orgName persName persPronouns placeName region roleName settlement state surname textcrit: app textstructure: floatingText transcr: addSpan am damage delSpan ex fw handShift listTranspose metamark mod redo retrace secl space subst substJoin supplied surplus undo character data | ||||||||
Example | 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">2 <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> | ||||||||
Example | <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> | ||||||||
Example | <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> | ||||||||
Content model | <content> | ||||||||
Schema Declaration | element measure { tei_att.global.attributes, tei_att.typed.attribute.subtype, tei_att.measurement.attributes, tei_att.ranging.attributes, attribute type { teidata.enumerated }?, tei_macro.phraseSeq } |