<measureGrp>
<measureGrp> (measure group) contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page. [10.3.4. Dimensions] | |
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 | |
Example | <measureGrp type="leaves" unit="mm"> <height scope="range">157-160</height> <width quantity="105"/> </measureGrp> <measureGrp type="ruledArea" unit="mm"> <height scope="most" quantity="90"/> <width scope="most" quantity="48"/> </measureGrp> <measureGrp type="box" unit="in"> <height quantity="12"/> <width quantity="10"/> <depth quantity="6"/> </measureGrp> |
Content model | <content> |
Schema Declaration | element measureGrp { tei_att.global.attributes, tei_att.measurement.attributes, tei_att.typed.attributes, ( text | tei_model.gLike | tei_model.measureLike )* } |