<main-title-wrap>

Main Title Wrapper

Wrapper element to collect together the <main> title of the standard and its related component parts, such as a label or subtitle(s).

Related Elements

Parts of a Main Title: A simple main title should be tagged using the <main> element. If the main title has a label or subtitles, the <main-title-wrap> element is used to hold all the main title components together.

Attributes

Model Description

This element may be contained in:

Example

A main title and a subtitle are wrapped together in a <main-title-wrap>:
...
<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>
...