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
- name: Check out all branches with the exception of the current branch
34
+
run: CUR_BRANCH=$(git rev-parse --abbrev-ref HEAD); for i in `git branch -a | grep remote | grep -v HEAD | grep -v ${CUR_BRANCH}`; do git branch --track ${i#remotes/origin/} $i; done
<!-- Start of TOC - Do not remove or add anything in this section, generation is automated -->
25
-
<sectionid="sec-toc"></section>
26
-
<!-- End of TOC -->
27
-
28
-
<!-- Start of Forward - Do not remove or add anything in this section, generation is automated -->
29
-
<sectionid="sec-foreword"></section>
30
-
<!-- End of Forward -->
31
-
32
-
<!-- Start of Scope - Do not remove this section -->
33
18
<sectionid="sec-scope">
34
-
<!-- Add paragraphs in this section as needed for scope -->
35
19
<p>
36
20
This Administrative Guideline is a collection of guidelines and policies that are intended to help SMPTE Engineering Document authors and editors when defining Universal Labels.
37
21
</p>
@@ -42,16 +26,8 @@
42
26
<ahref="#bib-smpte-ag-02"></a> describes file names, dates and file packages for documents in development. <ahref="#bib-smpte-ag-16"></a> describes the Styles that are recommended for authoring Engineering Documents.
43
27
</p>
44
28
</section>
45
-
<!-- End of Scope -->
46
29
47
-
<!-- Start of Conformance - Do not remove or add anything in this section, generation is automated -->
48
-
<sectionid="sec-conformance"></section>
49
-
<!-- End of Conformance -->
50
-
51
-
<!-- Start of Normative references - Do not remove this section -->
52
30
<sectionid="sec-normative-references">
53
-
54
-
<!-- Add `li` sub elements as needed in this section as needed for references. If no Normative references, remove the entire `ul` element. Pre text for this section is auto generated based on `ul` present or not. -->
<li><citeid="bib=smpte-st-2009">SMPTE ST 2029:2009</cite> Uniform Resource Names for SMPTE Resources
73
49
<a>https://doi.org/10.5594/SMPTE.ST2029.2009</a>
@@ -77,22 +53,9 @@
77
53
</li>
78
54
</ul>
79
55
</section>
80
-
<!-- End of Normative references -->
81
-
82
-
<!-- Start of Terms and definitions - Do not remove this section -->
83
-
<sectionid="sec-terms-and-definitions">
84
-
85
-
<!-- Use the `ul` element to list external documents where Terms are defined (use same logic as referenced docs in the body of the document as example shows). Add `dt/dd` sub element pairs as needed for Terms to be defined internally in this document. Remove either the `ul` if no external Terms, or `dl` if no internally defined Terms. If no Terms needed to be defined at all, remove the both `ul` and `dl` elements. Pre text for this section is auto generated based on what elements are present. -->
86
-
87
-
</section>
88
-
<!-- End of Terms and definitions -->
89
-
90
-
<!-- Start of editable area. Add sections as needed, following the examples below. `id` attribue is required for each section (and subsection) for linking into TOC. Headers are required for labeling each section. Use `h2` element for top level, and `h3`, `h4`, etc. for nested sub sections as needed. For Annexes, add `class="annex"` to the top level section element, as example shows. Numbering is auto generated, including nesting. -->
<ahref="#table-preferred-ul"></a> shows an example of the preferred way for defining ULs in MXF documents. It is a modified version of Table 2 in SMPTE ST 2094-2.
118
81
</p>
119
82
120
-
121
-
122
83
<tableid="table-preferred-ul">
123
84
<caption>Example <em>Preferred</em> Table 2 updated from SMPTE ST 2094-2 – Group Node and Set Key for DMCVT Sets</caption>
The following example shows a UL description from SMPTE ST 382-4 (<ahref="#table-sound-coding"></a>, <ahref="#table-sound-coding-bytes"></a>) followed by the preferred alternative representation (<ahref="#table-sound-compression"></a>, <ahref="#table-aac-audio-bytes"></a>). Note that in the preferred representation, the second table is no longer part of the UL description and only serves to provide the common names of the AAC profiles. In most cases a second table is not required.
<pclass="note"><code>AAC General Name</code> is the commonly used terminology.</p>
459
419
460
420
</div>
461
-
</p>
421
+
</div>
462
422
463
423
</section>
464
424
@@ -477,9 +437,9 @@ <h3>Defining groups and sets</h3>
477
437
Two worked examples are shown in <ahref="#table-aac-sub"></a>/<ahref="#table-aac-key"></a> and <ahref="#table-aac-sub-ul"></a>/<ahref="#table-aac-sub-elements"></a>. The examples marked ‘preferred’ are preferred since it is facilitating text search and checking:
@@ -512,7 +472,7 @@ <h3>Defining groups and sets</h3>
512
472
<td></td>
513
473
</tr>
514
474
<tr>
515
-
<tdcolspan="7"><center>All items from the abstract SubDescriptor as specified in SMPTE ST 377-1 annex B.3 „SubDescriptor</center></td>
475
+
<tdcolspan="7">All items from the abstract SubDescriptor as specified in SMPTE ST 377-1 annex B.3 „SubDescriptor</td>
516
476
</tr>
517
477
<tr>
518
478
<td>AAC Sampling Frequency</td>
@@ -680,7 +640,7 @@ <h3>Defining groups and sets</h3>
680
640
</table>
681
641
682
642
</div>
683
-
</p>
643
+
</div>
684
644
685
645
<dl>
686
646
<dt>Symbol</dt>
@@ -713,6 +673,7 @@ <h3>Defining groups and sets</h3>
713
673
<p>
714
674
Extra explanatory free-form text outside the summary table is encouraged to clearly
715
675
</p>
676
+
716
677
</section>
717
678
718
679
<sectionid="sec-reffering">
@@ -740,6 +701,7 @@ <h3>Referring to ULs</h3>
740
701
<p>
741
702
This style can then be applied to all Symbols and other formatting such as Bold, Size, Color will be inherited accordingly. MXF document should use the element Symbol in body text to refer to an element. If clarity is required, the following phrasing may be used:
742
703
</p>
704
+
743
705
<pre>
744
706
The element with symbol AACSubDescriptor should ...
745
707
</pre>
@@ -757,9 +719,8 @@ <h3>Summarizing ULs in a document</h3>
757
719
<p>
758
720
Text indicating that in case of conflict with the body text of the main document, then the body text is considered the definitive reference.
<h3>Annex B – ULs Registered in this Document (Informative)</h3>
@@ -768,58 +729,59 @@ <h3>B.1 Elements registered in this document</h3>
768
729
The XML document below is the mature submission for the Elements Register. In case of conflict with the body text of this document, the body text should be considered the normative reference.
769
730
</p>
770
731
771
-
<pre>
772
-
773
-
<code><!-- Metadata tags to support XML file editing -->
774
-
<!-- -->
775
-
<!-- Please fill these in if you edit this XML file -->
776
-
<!-- author=Oliver Morgan and Patrick Waddell -->
777
-
<!-- edit_date= 20161201-->
778
-
<!-- summary_of_edit= add elements for AAC SubDescriptor-->
779
-
<!-- author=Patrick Waddell -->
780
-
<!-- edit_date= 20170210-->
781
-
<!-- summary_of_edit= minor edits for Registrar-->
0 commit comments