<measureGrp>

<measureGrp> 大きさに関する規格を示す.例えば,手書き資料のページの高さや幅などを 示すためのもの. 10.3.4 Dimensions
モジュールcore — 3 コアモジュール
属性 att.measurement (@unit, @quantity, @commodity) att.typed (@type, @subtype)
当該モジュールを使用するもの
下位
gaiji: g
msdescription: depth height width
namesdates: geo
宣言

<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,
   ( model.measureLike | text )*
}
<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>