<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]
Modulecore
Attributes
Member of
Contained by
May contain
gaiji: g
msdescription: depth dim height width
namesdates: geo
character data
Example
<measureGrp type="leavesunit="mm">
 <height scope="range">157-160</height>
 <width quantity="105"/>
</measureGrp>
<measureGrp type="ruledAreaunit="mm">
 <height scope="mostquantity="90"/>
 <width scope="mostquantity="48"/>
</measureGrp>
<measureGrp type="boxunit="in">
 <height quantity="12"/>
 <width quantity="10"/>
 <depth quantity="6"/>
</measureGrp>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.measureLike"/>
 </alternate>
</content>
Schema Declaration
element measureGrp
{
   tei_att.global.attributes,
   tei_att.measurement.attributes,
   tei_att.typed.attributes,
   ( text | tei_model.gLike | tei_model.measureLike )*
}