<measureGrp>

<measureGrp> (측정 그룹) 예를 들어, 원고지 페이지의 가로 세로 크기와 같이 동일 개체에 관련된 여러 종류의 측량값의 그룹을 포함한다. [10.3.4 Dimensions]
모듈 core — Elements Available in All TEI Documents
속성
클럽 회원
에 의해 포함된
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
포함할 수 있다
gaiji: g
msdescription: depth dim height width
namesdates: geo
character data
<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>
선언
<rng:element name="measureGrp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.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.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.measurement.attributes,
   att.typed.attributes,
   ( text | model.gLike | model.measureLike )*
}