The elements height, width, depth, and dim are available for circumstances that require the capture of the individual dimensions of an object. Do not confuse this element with the extent element, which is used to indicate the quantity of described materials.
The model of this element is based on the dimensions element of the Text Encoding Initiative (TEI) and the dimensions element of the Encoded Archival Description (EAD).
<elementSpec ident="dimensions" module="MEI.shared">
<desc xml:lang="en">Information about the physical size of an entity; usually includes numerical data.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.bibl"/>
<memberOf key="att.evidence"/>
<memberOf key="att.lang"/>
<memberOf key="att.measurement"/>
<memberOf key="model.physDescPart"/>
<memberOf key="model.textPhraseLike.limited"/>
</classes>
<constraintSpec ident="check_dimensions" scheme="schematron">
<constraint>
<sch:rule context="mei:physDesc/mei:dimensions">
<sch:assert test="not(count(mei:depth) > 1)">The depth element may only appear
once.</sch:assert>
<sch:assert test="not(count(mei:height) > 1)">The height element may only appear
once.</sch:assert>
<sch:assert test="not(count(mei:width) > 1)">The width element may only appear
once.</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
<remarks xml:lang="en">
<p>The elements <gi scheme="MEI">height</gi>, <gi scheme="MEI">width</gi>, <gi scheme="MEI">depth</gi>, and <gi scheme="MEI">dim</gi> are available for circumstances that require the
capture of the individual dimensions of an object. Do not confuse this element with
the <gi scheme="MEI">extent</gi> element, which is used to indicate the quantity of described
materials.</p>
</remarks>
<remarks xml:lang="en">
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-dimensions.html">dimensions</ref> element of the Text Encoding Initiative (TEI) and the <ref target="https://www.loc.gov/ead/EAD3taglib/EAD3-TL-eng.html#elem-dimensions">dimensions</ref> element of the Encoded
Archival Description (EAD).</p>
</remarks>
</elementSpec>