<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

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  intro-title-wrap
                        %intro-title-wrap-model;                     >
Expanded Content Model

(label?, intro, subtitle*)

Tagged Sample

Introductory title and subtitle are wrapped together in <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>
...
Related Resources