<dimensions>

<dimensions> contains a dimensional specification. 10.3.4 Dimensions
Modulemsdescription — 10 Manuscript Description
Attributes [att.dimensions ]
typeindicates which aspect of the object is being measured.
Status Optional
Datatype
data.enumerated
Sample values include:
leavesdimensions relate to one or more leaves (e.g. a single leaf, a gathering, or a separately bound part)
ruleddimensions relate to the area of a leaf which has been ruled in preparation for writing.
prickeddimensions relate to the area of a leaf which has been pricked out in preparation for ruling (used where this differs significantly from the ruled area, or where the ruling is not measurable).
writtendimensions relate to the area of a leaf which has been written, with the height measured from the top of the minims on the top line of writing, to the bottom of the minims on the bottom line of writing.
miniaturesdimensions relate to the miniatures within the manuscript
bindingdimensions relate to the binding in which the codex or manuscript is contained
boxdimensions relate to the box or other container in which the manuscript is stored.
Declaration
element dimensions
{
   att.global.attributes,
   att.dimensions.attributes,
   attribute type { data.enumerated }?,
   ( height?, width?, depth? )
}
Example
<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>
Example

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="cmscope="mostquantity="90"/>
 <width unit="cmscope="mostquantity="48"/>
</dimensions>
<dimensions unit="in">
 <height quantity="12"/>
 <width quantity="10"/>
</dimensions>
Note
Contains the length of one or more of a 1-, 2-, or 3-dimensional object's height, width, and depth.
Contained by model.pPart.msdesc
May contain
msdescription: depth height width