<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
Modul core — 3 Elements Available in All TEI Documents
Neben global gültigen Attributen att.measurement (@unit, @quantity, @commodity) att.typed (@type, @subtype)
Verwendet von
Kann enthalten
gaiji: g
msdescription: depth dim height width
namesdates: geo
Deklaration

<rng:element name="measureGrp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.measurement.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.measureLike"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element measureGrp
{
   att.global.attributes,
   att.measurement.attributes,
   att.typed.attributes,
   ( text | model.gLike | model.measureLike )*
}
Beispiel
<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>