<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).
Attributes
Model Description
The following, in order:
- <label> Label of a Figure, Reference, Etc., zero or one
- <intro> Introductory Title Part
- <subtitle> Article Subtitle, zero or more
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>
...