<th> Table Header Cell (NISO JATS table model)
Usage/Remarks
Models and Context
May be contained in
Description
- Text, numbers, or special characters
- External Linking Elements
- <hr> Horizontal Rule
- <inline-supplementary-material> Inline Supplementary Material
- Related Material Elements
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- <break> Line Break
- Citation Elements
- Emphasis Elements
- <fig> Figure
- <fig-group> Figure Group
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Lists
- Math Elements
- Standards Note and Example Elements
- <p> Paragraph
- Other Inline Elements
- <alternatives> Alternatives For Processing
- <array> Array (Simple Tabular Array)
- <code> Code Text
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- Inline Display Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <tbx:entailedTerm> Entailed Term (TBX)
- <xref> X(cross) Reference
- Baseline Change Elements
Content Model
<!ELEMENT %th.qname; %th.content; >
Expanded Content Model
(#PCDATA | email | ext-link | uri | hr | inline-supplementary-material | related-article | related-object | disp-formula | disp-formula-group | break | citation-alternatives | element-citation | mixed-citation | std | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | fig | fig-group | chem-struct | inline-formula | def-list | list | tex-math | mml:math | non-normative-note | normative-note | non-normative-example | normative-example | notes-group | p | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | alternatives | array | code | graphic | media | preformat | inline-graphic | private-char | fn | target | tbx:entailedTerm | xref | sub | sup)*
Tagged Sample
Header data for a titled table
...
<sec id="s6.7.1.5">
<label>6.7.1.5</label>
<title>Ambient illumination</title>
<p>This test is used to determine the ambient light
levels under which the scanner will operate.</p>
<p>... Specific applications may not require the
extended range noted in <xref ref-type="table"
rid="t11">Table 11</xref>.</p>
<table-wrap id="t11">
<label>Table 11</label>
<caption><title>Ambient illumination levels</title></caption>
<table>
<thead>
<tr>
<th>Lighting Conditions</th>
<th>Illumination Level Lux</th>
</tr>
</thead>
<tbody>
<tr>
<td>Dark room</td>
<td>0</td>
</tr>
<tr>
<td>Desk top</td>
<td>100</td>
</tr>
<tr>
<td>Overcast daylight</td>
<td>1,000</td>
</tr>
<tr>
<td>Bright sunlight</td>
<td>100,000</td>
</tr>
</tbody>
</table>
</table-wrap>
...
</sec>
...