<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 |
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.typed
type
|
| 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 | |
| Examples |
<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> |
| Source | Github
<elementSpec module="core" ident="measureGrp"> <gloss>measure group</gloss> <desc>contains a group of dimensional specifications which relate to the same object, for example the height and width of a manuscript page.</desc> <classes> <memberOf key="att.global"/> <memberOf key="att.measurement"/> <memberOf key="att.typed"/> <memberOf key="model.measureLike"/> </classes> <content> <alternate minOccurs="0" maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.measureLike"/> </alternate> </content> </elementSpec> |