<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.measurement
unit
unitRef
quantity
commodity
att.typed
type
Member of
Contained by
May contain
gaiji: g
namesdates: geo
character data
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>