<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.global.source
source
att.measurement
unit
unitRef
quantity
commodity
att.ranging
atLeast
atMost
min
max
confidence
|
||||||||
| Member of | |||||||||
| Contained by |
core: abbr add address author bibl corr date del desc editor emph expan foreign gloss head hi item l label measure measureGrp mentioned name note num orig p pubPlace publisher q quote ref reg resp rs sic soCalled speaker term time title unclear
corpus: activity
namesdates: addName affiliation birth death faith floruit forename genName langKnown location nameLink nationality objectName occupation orgName persName placeName residence roleName settlement sex surname
textstructure: byline dateline docAuthor docDate docEdition docImprint imprimatur salute signed titlePart trailer
|
||||||||
| May contain |
core: abbr add address choice cit date del ellipsis emph foreign gap gloss graphic hi lb measure measureGrp mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs sic soCalled term time title unclear
figures: figure
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
msdescription: locusGrp
namesdates: addName affiliation forename genName geo location nameLink objectName orgName persName placeName roleName settlement surname
character data
|
||||||||
| 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">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> <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> |