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. This element is modelled on elements in the Text Encoding Initiative (TEI) and Encoded Archival Description (EAD) standards.
<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>
<elementSpec ident="dimensions" module="MEI.shared">
<desc>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="isoschematron">
<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>
<p part="N">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>
<p part="N">This element is modelled on elements in the Text Encoding Initiative (TEI) and Encoded
Archival Description (EAD) standards.</p>
</remarks>
</elementSpec>