◇◆
<title> Title
Usage/Remarks
Models and Context
May be contained in
<abstract>, <ack>, <app>, <app-group>, <author-comment>, <back>, <bio>, <caption>, <def-list>, <disp-quote>, <editing-instruction>, <fn-group>, <glossary>, <index-title-group>, <kwd-group>, <list>, <list-item>, <meta-note>, <non-normative-example>, <non-normative-note>, <normative-example>, <normative-note>, <notes>, <notes-group>, <ref-list>, <sec>, <statement>, <std>, <sub-part>, <supplement>, <table-wrap-foot>, <term-display>, <toc-entry>, <toc-title-group>, <verse-group>
Description
Any combination of:
- Text, numbers, or special characters
- External Linking Elements
- <inline-supplementary-material> Inline Supplementary Material
- Related Material Elements
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Math Elements
- Other Inline Elements
- <fn> Footnote
- <target> Target of an Internal Link
- <tbx:entailedTerm> Entailed Term (TBX)
- <xref> X(cross) Reference
- Baseline Change Elements
- <break> Line Break
- Citation Elements
Content Model
<!ELEMENT title (#PCDATA %struct-title-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | tbx:entailedTerm | xref | sub | sup | break | citation-alternatives | element-citation | mixed-citation | std)*
Tagged Samples
For section with titled subsections
... <body> ... <sec id="s4"> <label>4</label> <title>Accessibility in the standards development process</title> <sec id="s4_1"> <label>4.1</label> <title>General</title> <p>This clause outlines how accessibility can be addressed in the standards development process: <list list-type="bullet"> <list-item><p><xref ref-type="sec" rid="s4_2">4.2</xref> contains general considerations for standards bodies related to ...</p></list-item> <list-item><p><xref ref-type="sec" rid="s4_3">4.3</xref> provides guidance for each of the respective stages of the standards development process to ensure ...</p></list-item> </list> </p> </sec> <sec id="s4_2"> <label>4.2</label> <title>Considerations by standards bodies</title> <p>Standards bodies should develop a process for ...</p> </sec> ... </sec> ... </body> ...
For Foreword
...
<sec sec-type="foreword">
<title>Foreword</title>
<p>The text of <std type="dated" std-id="iso:std:iso:15423"
><std-ref>ISO/IEC 15423:2004</std-ref></std> has been
prepared by Technical Committee ISO/IEC/JTC 1 "Information
technology" of the International Organization for
Standardization (ISO) and is ...</p>
...
</sec>
...
For standard named in “Bibliographic references” section
... <ref content-type="standard" id="ref3"> <label>[3]</label> <std><std-ref type="undated">EN 1006</std-ref>, <title>Advanced technical ceramics —Monolithic ceramics — Guidance on the selection of test pieces for the evaluation of properties</title></std> </ref> ... <ref content-type="standard" id="ref9"> <label>[9]</label> <std><std-ref type="undated">ISO 13399 (all parts)</std-ref>, <title>Cutting tool data representation and exchange</title></std> </ref> ...
For two-part list, where each item has term and its definition
... <sec sec-type="abbreviations" id="s4"> <label>4</label> <title>Abbreviations and acronyms</title> <def-list> <title>Abbreviations:</title> <def-item> <term>CCD</term> <def><p>Charge Coupled Device.</p></def> </def-item> <def-item> <term>CMOS</term> <def><p>Complementary Metal Oxide Semiconductor.</p></def> </def-item> <def-item> <term>LED</term> <def><p>Light Emitting Diode.</p></def> </def-item> </def-list> </sec> ...
For index
...
<back>
<index>
<index-title-group>
<title>INDEX</title>
</index-title-group>
<index-entry>
<term>Abbreviations</term>
<nav-pointer-group
><nav-pointer specific-use="paragraph" rid="idx869"/>
<nav-pointer specific-use="page">7</nav-pointer></nav-pointer-group>
</index-entry>
<index-entry>
<term>Acquisition Management Systems Control (AMSC) number</term>
<nav-pointer-group
><nav-pointer specific-use="paragraph" rid="idx284"/>
<nav-pointer specific-use="page">2</nav-pointer></nav-pointer-group>
<nav-pointer-group
><nav-pointer specific-use="paragraph" rid="idx752"/>
<nav-pointer specific-use="page">6</nav-pointer></nav-pointer-group>
<nav-pointer-group
><nav-pointer specific-use="paragraph" rid="idx1235"/>
<nav-pointer specific-use="page">19</nav-pointer></nav-pointer-group>
</index-entry>
</index>
...
</back>
...