OUP BITS TCI

 

Content type

Capture the content type of an item in the attribute appropriate to the corresponding element (content-type, sec-type, or book-part-type).

The elements for which a content type may be indicated are:

  • book-part (use the book-part-type attribute)
  • front-matter-part (use the book-part-type attribute)
  • boxed-text (use the content-type attribute)
  • disp-quote (use the content-type attribute)
  • sec (use the sec-type attribute)

Content types are indicated with typecodes or suffix typecodes.

The content-type (or book-part-type) values corresponding to the suffix typecodes are:

Typecode content-type (or book-part-type) value
Answer key answerKey
Case Study case-study
Chronology chronology
Reading reading

The content-type values corresponding to the (non-suffix) typecodes are listed in Boxed text, Displayed quote, and Tables.

Chapter with a content type

If a chapter has a suffix typecode indicating a content type, add the value to its book-part-type attribute alongside chapter. Use a space character to separate the values.

<book-part book-part-type="chapter reading">
  <book-part-meta>
    <book-part-id book-part-id-type="doi">10.1093/9780198749783.003.0003</book-part-id
    <title-group>
      <label>Reading 1.1</label>
      <title>What is strategy?</title>
    </title-group>
    <contrib-group>
      <contrib contrib-type="author">
        <name>
          <surname>Porter</surname>
          <given-names>Michael E.</given-names>
        </name>
      </contrib>
    </contrib-group>
  </book-part-meta>
  <body>
    <p><italic>First published:</italic> (1996) Harvard Business Review ...</p>
    <sec>
      <label>I</label>
      <title>Operational effectiveness is not strategy</title>
      <p>For almost two decades, managers have been learning to play by a new set of rules. ...</p>
    </sec>
    ...
  </body>
</book-part>

Front matter chronology section

The chronology here is laid out as a table.

<front-matter-part book-part-type="chronology" id="workid-UKRAI10JL5MB-front-matter-part-9">
  <book-part-meta>
    <book-part-id book-part-id-type="doi">10.1093/9780191001628.002.0009</book-part-id>
      <title-group>
        <title>A note on dates</title>
      </title-group>

      <!-- (more metadata fields) -->

  </book-part-meta>
  <named-book-part-body>
    <p>The surviving ancient narratives about Alexander do not always
      give precise chronological information. Events mentioned in
      Babylonian astronomical diaries can be dated precisely, but for
      events mentioned by Greek writers, even if they give precise dates,
      we can only provide approximate equivalences, because Greek and
      Macedonian calendars did not work with a 365-day year, and thus
      were often out of alignment with the solar calendar. Therefore most
      dates here are given by season, but even these must be considered
      approximate.</p>
    <table-wrap>
      <table>
        <colgroup>
          <col align="left" span="1"/>
          <col align="left" span="1"/>
          <col align="left" span="1"/>
        </colgroup>
        <tbody> 
          <tr>
            <td>356</td>
            <td>Summer</td>
            <td>Birth of Alexander</td>
          </tr>
          <tr>
            <td>338</td>
            <td>Summer</td>
            <td>Battle of Chaeronea</td>
          </tr>
          <tr>
            <td>337</td>
            <td>Spring</td>
            <td>‘League of Corinth’ created</td>  
          </tr>

          <!-- (more chronology items) -->

        </tbody>
      </table>
    </table-wrap>
  </named-book-part-body>
</front-matter-part>

Front matter chronology section

The chronology here is laid out as a table with headings.

<front-matter-part book-part-type="chronology" id="workid-UKRAI10JL5MB-front-matter-part-10">
  <book-part-meta>
    <book-part-id book-part-id-type="doi">10.1093/9780191001628.002.0010</book-part-id>
    <title-group>
      <title>A Chronology of Mary Shelley</title>
    </title-group>

      <!-- (more metadata fields) -->

  </book-part-meta>
  <named-book-part-body>
    <table-wrap>
      <table>
        <colgroup>
          <col align="left" span="1"/>
          <col align="left" span="1"/>
          <col align="left" span="1"/>
        </colgroup>
        <thead>
          <tr>
            <td/>
            <td><italic>Life</italic></td>
            <td><italic>Historical and Cultural Background</italic></td>
          </tr>
        </thead>
        <tbody> 
          <tr>
            <td>1797</td>
            <td>(29 Mar.) Mary Wollstonecraft
              marries William Godwin at St
              Pancras Old Church, London;
              (30 Aug.) Mary Wollstonecraft
              Godwin (later Shelley) (MWS)
              born at 29 The Polygon in
              Somers Town, London; (10
              Sept.) Wollstonecraft dies from
              puerperal fever.</td>
            <td>Napoleon Bonaparte appointed
              commander of French military forces;
              French invasion force lands in Wales and
              is repelled; mutinies in British navy.
              Ann Radcliffe, <italic>The Italian</italic>; 
              Robert Southey, <italic>Poems</italic> 
              and <italic>Letters Written in
              Spain and Portugal</italic>.</td>
          </tr>
          <tr>
            <td>1798</td>
            <td/>
            <td>War of the Second Coalition against
              Revolutionary France and her allies (ends
              1802); Nelson defeats French fleet at the
              Battle of the Nile; Irish Rebellion;
              Habeas Corpus suspended.
              Jane Austen, <italic>Northanger Abbey</italic>
              (published 1817); Thomas Malthus, <italic>An
              Essay on the Principle of Population</italic>;
              William Wordsworth and S. T. Coleridge,
              <italic>Lyrical Ballads, with A Few Other Poems</italic>.
            </td>
          </tr>
          <tr>
            <td>1799</td>
            <td/>
            <td>Anglo-Russian invasion of Holland;
              discovery of Rosetta Stone.
              Wordsworth completes two-book <italic>Prelude</italic>;
              <italic>Tales of Terror</italic> (anonymous Gothic
              parody); Walter Scott, <italic>An Apology for
              Tales of Terror</italic>.</td>  
          </tr>
                            
          <!-- (more chronology items) -->
            
        </tbody>
      </table>
    </table-wrap>
  </named-book-part-body>
</front-matter-part>
Release ID:
20261202
ID:
content_type
Author:
dunnm
Last changed:
Wed, 04 Jun 2025
Modified by:
buckmasm
Revision#:
2908