div (hendiAll)

Text

Appendix

<div> (text division) contains a subdivision of the front, body, or back of a text.

Attributes
type opt
characterizes the element in some sense, using any convenient classification scheme or typology.
Possible values
writingSession
identifies the element as a wrapper for a text done in a specific session.
poem
identifies the element as a wrapper for a poem.
row
identifies the element as a wrapper whose child-elements are in a row next to each other.
col
identifies the element as a block in a row (i.e., column).
col-1
identifies the element as a block in a row (i.e., column) with a width of 1/12 parts.
col-2
identifies the element as a block in a row (i.e., column) with a width of 2/12 parts.
col-3
identifies the element as a block in a row (i.e., column) with a width of 3/12 parts.
col-4
identifies the element as a block in a row (i.e., column) with a width of 4/12 parts.
col-5
identifies the element as a block in a row (i.e., column) with a width of 5/12 parts.
col-6
identifies the element as a block in a row (i.e., column) with a width of 6/12 parts.
col-7
identifies the element as a block in a row (i.e., column) with a width of 7/12 parts.
col-8
identifies the element as a block in a row (i.e., column) with a width of 8/12 parts.
col-9
identifies the element as a block in a row (i.e., column) with a width of 9/12 parts.
col-10
identifies the element as a block in a row (i.e., column) with a width of 10/12 parts.
col-11
identifies the element as a block in a row (i.e., column) with a width of 11/12 parts.
col-12
identifies the element as a block in a row (i.e., column) with a width of 12/12 parts. This value is identical with col.
n opt
(number) gives a number (or other label) for an element, which is not necessarily unique within the document.
Datatype
teidata.count
rend opt
(rendition) indicates how the element in question was rendered or presented in the source text.
Possible values
inline
marks the element as following in the same line then the preceding element
justify-between
marks spacing between elements
box
div should be rendered as a border box
nobox
div should not be rendered as a border box
xml:id opt
Datatype
hendi.restict.pointer
Example
<body>
        <div type="part">
          <head>Fallacies of Authority</head>
          <p>The subject of which is Authority in various shapes, and the object, to repress all
          exercise of the reasoning faculty.</p>
          <div n="1" type="chapter">
            <head>The Nature of Authority</head>
            <p>With reference to any proposed measures having for their object the greatest
            happiness of the greatest number [...]</p>
            <div n="1.1" type="section">
              <head>Analysis of Authority</head>
              <p>What on any given occasion is the legitimate weight or influence to be attached to
              authority [...] </p>
            </div>
            <div n="1.2" type="section">
              <head>Appeal to Authority, in What Cases Fallacious.</head>
              <p>Reference to authority is open to the charge of fallacy when [...] </p>
            </div>
          </div>
        </div>
      </body>

Examples

XML

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