◇◆
<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).
Models and Context
May be contained in
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
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>
...