Dimensions of object or campus

2024-03-20

The dimensions element, generally placed within the support or layout or their descendents, may be used to record the dimensions, in any appropriate unit, of the monument, support, fragment, text field, or other aspect of the text or object being described.

Relevant element documentation:

  • TEI definition: dimensions ; EpiDoc-specific customization: dimensions
  • TEI definition: height ; EpiDoc-specific customization: height
  • TEI definition: width ; EpiDoc-specific customization: width
  • TEI definition: depth ; EpiDoc-specific customization: depth
  • TEI definition: dim ; EpiDoc-specific customization: dim

The most common uses for dimensions in an epigraphic/papyrological edition are to record (a) the dimensions of the text-bearing object, usually giving height, width and depth/thickness, or (b) those of the text field, usually giving only height and width. For these the TEI element dimensions should be used; this element must contain only the individual elements height, width and depth (or, for dimensions other than the three linear ones, dim, which may take an type such as "diameter", "arc", etc.).

If normalization is desired, the quantity attribute on each dimension may be used to contain a mathematically actionable expression of the value (fraction expressed as decimal, or inches expressed as metric, for example). Approximate dimensions (often indicated "circa", "c." or "ca." in print) should be tagged with the attribute precision="low". Dimensions that vary across the object (e.g. a tapering column wider at the base than at the top), should be given min and max attributes, rather than quantity.

If precision is used in combination with min and max, the low precision is understood to refer to both these values. For more complicated expressions, the precision element may be used to make different precision statements about each of these attributes.

<dimensions unit="cm">
 <height>196</height>
 <width>71</width>
 <depth precision="low">17</depth>
</dimensions>
<support> Colonnette of marble, spirally fluted and tapering to a point
(<dimensions>
  <dim unit="metremin="0.24max="0.11"
   type="diameter">
0.24-0.11</dim>
  <height unit="metrequantity="0.55">0.55</height>
 </dimensions>).
</support>
<handNote> Letter heights:
<height min="0.01max="0.015">0.01 - c. 0.015</height>
 <precision match="preceding::height/@min"
  precision="high"/>

 <precision match="preceding::height/@max"
  precision="low"/>

</handNote>

See also:

Other pages describing <dimensions>:

Other pages describing <height>:

Other pages describing <width>:

    Other pages describing <depth>:

      Other pages describing <dim>:

        Responsibility for this section

        1. Gabriel Bodard, author

        EpiDoc version: 9.6

        Date: 2024-03-20