<intro-title-wrap>

Introductory Title Wrapper

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

Related Elements

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

Attributes

Model Description

This element may be contained in:

Example

An introductory title and subtitle are wrapped together in an <intro-title-wrap>:
...
<title-wrap>
 <intro-title-wrap>
  <intro>2015 ASME Boiler Pressure Vessel Code</intro>
  <subtitle>An International Code</subtitle>
 </intro-title-wrap>
 <main-title-wrap>
  <label>I</label>
  <main>Rules for Construction of Power Boilers</main> 
 </main-title-wrap>
 <full>2015 ASME Boiler Pressure Vessel Code, An International 
  Code, Section I: Rules for Construction of Power Boilers</full>
</title-wrap>
...