<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 | |
組件 | 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="頁面" unit="mm"> <height scope="range">157-160</height> <width quantity="105"/> </measureGrp> <measureGrp type="直行或橫隔部份" unit="mm"> <height scope="most" quantity="90"/> <width scope="most" quantity="48"/> </measureGrp> <measureGrp type="盒" unit="in"> <height quantity="12"/> <width quantity="10"/> <depth quantity="6"/> </measureGrp> |