<measureGrp>
<measureGrp> (측정 그룹) 예를 들어, 원고지 페이지의 가로 세로 크기와 같이 동일 개체에 관련된 여러 종류의 측량값의 그룹을 포함한다. 10.3.4 Dimensions | |
모듈 | core — 3 Elements Available in All TEI Documents |
전체 속성에 부가 | att.measurement (@unit, @quantity, @commodity) att.typed (@type, @subtype) |
에 의해 사용된 | |
포함할 수 있다 | |
선언 |
element measureGrp { att.global.attributes, att.measurement.attributes, att.typed.attributes, ( text | model.gLike | model.measureLike )* } |
예 |
<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> |