<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright TEI Consortium. 
Licensed under the GNU General Public License. 
See the file COPYING.txt for details
$Date: 2009-06-06 18:29:29 +0100 (Sat, 06 Jun 2009) $
$Id: dim.xml 6524 2009-06-06 17:29:29Z louburnard $
-->
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="msdescription" ident="dim">
  <equiv/>
<desc>contains any single measurement forming part of a dimensional
specification of some sort.</desc>
  <classes>
    <memberOf key="att.typed"/>
    <memberOf key="att.dimensions"/>
    <memberOf key="model.measureLike"/>
  </classes>
  <content>
    <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="macro.xtext"/>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <dim type="circumference" extent="4.67 in"/>
    </egXML>
  </exemplum>
<remarks>
<p>The specific elements <gi>width</gi>, <gi>height</gi>, and
<gi>depth</gi> should be used in preference to this generic element
wherever appropriate.</p></remarks>
  <listRef>
    <ptr target="#msdim"/>
  </listRef>
</elementSpec>
