<dimensions>
<dimensions> 大きさ・程度を示す. 10.3.4 Dimensions | |||||||||
モジュール | msdescription — 10 Manuscript Description | ||||||||
属性 | att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope)
| ||||||||
当該モジュールを使用するもの | |||||||||
下位 | |||||||||
宣言 |
element dimensions { att.global.attributes, att.dimensions.attributes, attribute type { data.enumerated }?, ( height?, width?, depth? ) } | ||||||||
例 | <dimensions type="leaves"> <height scope="range">157-160</height> <width>105</width> </dimensions> <dimensions type="ruled"> <height scope="most">90</height> <width scope="most">48</width> </dimensions> <dimensions unit="in"> <height>12</height> <width>10</width> </dimensions> | ||||||||
例 | When simple numeric quantities are involved, they may be expressed on the quantity attribute of any or all of the child elements, as in the following example. <dimensions type="leaves"> <height scope="range">157-160</height> <width quantity="105"/> </dimensions> <dimensions type="ruled"> <height unit="cm" scope="most" quantity="90"/> <width unit="cm" scope="most" quantity="48"/> </dimensions> <dimensions unit="in"> <height quantity="12"/> <width quantity="10"/> </dimensions> | ||||||||
解説 |
対象物の高さ,幅,奥行きの大きさを示す.
|