<compl-title-wrap> Complementary Title Wrapper

Wrapper element to collect together the <compl> title of the standard and its related component parts, such as a label or subtitle(s).
Related Elements
Parts of a Complementary Title: A simple complementary title should be tagged using the <compl> element. If the complementary title has a label or subtitles, the <compl-title-wrap> element is used to hold all the complementary title components together.
Attributes

Base Attributes

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

(label?, compl, subtitle*)

Tagged Samples
Standard title for co-produced standard
...
<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>
...
Levels of complementary titles
...
<title-wrap>
 <intro>2015 ASME Boiler Pressure Vessel Code</intro>
 <main-title-wrap>
  <label>III</label>
  <main>Rules for Construction of Nuclear Facility Components</main> 
 </main-title-wrap>
 <compl level="1">Division 1</compl>
 <compl-title-wrap level="2">
  <compl>Subsection NH</compl> 
  <subtitle>Class 1 Components in Elevated Temperature Service</subtitle>
 </compl-title-wrap>
 <full>2015 ASME Boiler Pressure Vessel Code, Section III: Rules 
  for Construction of Nuclear Facility Components, Division 1, 
  Subsection NH: Class 1 Components in Elevated Temperature Service</full>
</title-wrap>
...
Related Resources