<subtitle>

Article Subtitle

This element always holds a subsidiary part of a title, but it has different applications in several contexts:
  • Within the standards document metadata, a <subtitle> holds one secondary part of one of the standards document component titles: <intro>, <main>, or <compl>.
  • Some structural components of a standards document (such as Indexes and Tables of Contents) may take also contain <subtitle>s.

Remarks

Within the metadata, the extended versions of each of the standards document introductory, main, or complementary titles (<intro-title-wrap>, <main-title-wrap>, or <compl-title-wrap>) may contain one or more <subtitle>s.

Attributes

Model Description

Any combination of:

This element may be contained in:

Example 1

Subtitle to a main title:
...
<title-wrap>
 <intro>Information Technology</intro>
 <main-title-wrap>
  <main>Telecommunications and information exchange between 
   systems</main>
  <subtitle>Local and metropolitan area networks</subtitle>
 </main-title-wrap>
 <compl level="1">Technical reports and guidelines</compl>
 <compl-title-wrap level="2">
  <label>Part 5:</label>
  <compl>Media Access Control (MAC) Bridging of Ethernet V2.0 in 
   Local Area Networks</compl>
 </compl-title-wrap>
 <full>Information Technology — Telecommunications and information 
  exchange between systems — Local and metropolitan area networks — 
  Technical reports and guidelines — Part 5: Media Access Control 
  (MAC) Bridging of Ethernet V2.0 in Local Area Networks</full>
</title-wrap>
...  

Example 2

Subtitle to a complementary title:
...
<title-wrap>
 <intro>2015 ASME Boiler Pressure Vessel Code</intro>
 <main-title-wrap>
  <label>III</label>
  <main>Rules for Construction of Nuclear Facility Components</main> 
 </main-title-wrap>
 <compl level="1">Division 1</compl>
 <compl-title-wrap level="2">
  <compl>Subsection NH</compl> 
  <subtitle>Class 1 Components in Elevated Temperature Service</subtitle>
 </compl-title-wrap>
 <full>2015 ASME Boiler Pressure Vessel Code, Section III: Rules 
  for Construction of Nuclear Facility Components, Division 1, 
  Subsection NH: Class 1 Components in Elevated Temperature Service</full>
</title-wrap>
...