dimensions (hendiAll)

Text

Appendix

<dimensions> (dimensions) Indicates the (physical) dimensions of an object.

Attributes
type
indicates which aspect of the object is being measured.
Datatype
teidata.enumerated
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
<dimensions type="panels">
        <height scope="all">7004</height>
        <width scope="all">1803</width>
        <dim type="relief" unit="mm">345</dim>
      </dimensions>
Example
<att>quantity</att> <dimensions type="leaves">
        <height scope="range">157-160</height>
        <width quantity="105"/>
      </dimensions> <dimensions type="ruled">
        <height unit="cm" scope="most" quantity="90"/>
        <width unit="cm" scope="most" quantity="48"/>
      </dimensions> <dimensions unit="in">
        <height quantity="12"/>
        <width quantity="10"/>
      </dimensions>

Examples

XML

If you've spotted some error or inaccurateness please do not hesitate to inform us via henze-digital [@] zenmem.de.