You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update tooling and instructions for ER and RDD (#315)
* Update tooling and instructions for ER and RDD
* simplified the proponents to a `dl` in the foreward section
* check RDD has foreword
* min RDD for tests
* update min rdd
* update min rdd
* Update validation for dl in Foreword
* revert HEAD changes
* roll back gitignore
* update proponents example
* address comments and expand proponent example
<p>The element shall have a <code>content</code> attribute equal to one of the following values:</p>
165
165
<ul>
166
-
<li><code>AG</code>, if the document is an Administrative Guideline;</li>
167
-
<li><code>OM</code>, if the document is an Operations Manual;</li>
168
166
<li><code>ST</code>, if the document is a Standard;</li>
169
-
<li><code>RP</code>, if the document is a Recommended Practice; or</li>
170
-
<li><code>EG</code>, if the document is an Engineering Guideline.</li>
167
+
<li><code>RP</code>, if the document is a Recommended Practice;</li>
168
+
<li><code>EG</code>, if the document is an Engineering Guideline;</li>
169
+
<li><code>ER</code>, if the document is an Engineering Report;</li>
170
+
<li><code>RDD</code>, if the document is an Registered Disclosure Document;</li>
171
+
<li><code>AG</code>, if the document is an Administrative Guideline; or</li>
172
+
<li><code>OM</code>, if the document is an Operations Manual.</li>
171
173
</ul>
172
174
173
175
</section>
@@ -422,22 +424,60 @@ <h4>Overall structure</h4>
422
424
<sectionid="sec-foreword-section">
423
425
<h4>Foreword section</h4>
424
426
425
-
<p>The <dfn>Foreword</dfn>section contains author-supplied prose, e.g. list of substantive changes since the last edition,
426
-
that is added to the SMPTE boilerplate text.</p>
427
+
<sectionid="sec-foreword-general">
428
+
<h5>General</h5>
427
429
428
-
<p>The absence of this section indicates that no author-supplied prose was provided.</p>
429
430
430
-
<p>The <code>id</code> attribute shall be present on the <code>section</code> element and equal to
431
-
<code>sec-foreword</code>.</p>
431
+
<p>The <dfn>Foreword</dfn> section contains author-supplied prose, e.g. list of substantive changes since the last edition,
432
+
that is added to the SMPTE boilerplate text.</p>
432
433
433
-
<p>The heading shall not be present.</p>
434
+
<p>The absence of this section indicates that no author-supplied prose was provided.</p>
434
435
435
-
<divclass="example">
436
+
<p>The <code>id</code> attribute shall be present on the <code>section</code> element and equal to
437
+
<code>sec-foreword</code>.</p>
438
+
439
+
<p>The heading shall not be present.</p>
440
+
441
+
<divclass="example">
436
442
<pre><section id="sec-foreword">
437
443
<p>This is the additional information relevant to the document.</p>
438
444
</section>
439
445
</pre>
440
-
</div>
446
+
</div>
447
+
448
+
</section>
449
+
<sectionid="sec-foreword-rdd">
450
+
<h5>RDD</h5>
451
+
452
+
<p>When <code>pubType</code> is set to <code>RDD</code>, the <a>Foreword</a> section shall be present and there there shall be a single <code>dl</code>, after any author-supplied prose if supplied, which contains contact information about the proponent(s) of the RDD document. </p>
453
+
454
+
<p>The <code>id</code> attribute shall be present on the <code>dl</code> element and equal to
455
+
<code>rdd-proponent</code>. </p>
456
+
457
+
<p>If present, the <code>dl</code> element shall use a single <code>dt</code> element for each company name designated as a Proponent of the document, and multiple lines of <code>dd</code> as needed for contact information for each company listed. The contact infomation should at least include an address and email, reach out to SMPTE HO for further deatails. </p>
458
+
459
+
<divclass="example">
460
+
<pre>
461
+
<section id="element-proponent">
462
+
<p>This is the additional information relevant to the document.</p>
0 commit comments