Skip to content

Commit

Permalink
Related to #3: Make potentially large element item optional.
Browse files Browse the repository at this point in the history
Additionally fix wrong conversion from word of source listing of next section.
  • Loading branch information
HansBusch committed Sep 10, 2020
1 parent 17dc28d commit ea2116f
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions doc/RecordingControl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1405,21 +1405,21 @@ Change Request 2061, 2063, 2065, 2109</revremark>
</tt:Data>
</tt:MessageDescription>
]]></programlisting>
<para>The Information element item is optional due to its potentially large size.</para>
</section>
<section>
<title>Configuration changes</title>
<para>If the configuration of a recording is changed, a device shall provide the following event:</para>
<para>Topic: tns1:RecordingConfig/<phrase>RecordingConfiguration</phrase></para>
<programlisting><![CDATA[<tt:MessageDescription IsProperty="false">
<para>&lt;tt:MessageDescription IsProperty="false"&gt; </para>
<para> &lt;tt:Source&gt; </para>
<para> &lt;tt:SimpleItemDescription Name="RecordingToken" Type="tt:RecordingReference"/&gt; </para>
<para> &lt;/tt:Source&gt; </para>
<para> &lt;tt:Data&gt; </para>
<para> &lt;tt:ElementItemDescription Name="Configuration" Type="tt:RecordingConfiguration"/&gt; </para>
<para> &lt;/tt:Data&gt; </para>
<para>&lt;/tt:MessageDescription&gt;</para>
]]></programlisting>
<tt:MessageDescription IsProperty="false">
<tt:Source>
<tt:SimpleItemDescription Name="RecordingToken" Type="tt:RecordingReference"/>
</tt:Source>
<tt:Data>
<tt:ElementItemDescription Name="Configuration" Type="tt:RecordingConfiguration"/>
</tt:Data>
</tt:MessageDescription>]]></programlisting>
<para>If the configuration of a track is changed, a device shall provide the following event:</para>
<para>Topic: tns1:RecordingConfig/<phrase>TrackConfiguration</phrase></para>
<programlisting><![CDATA[<tt:MessageDescription IsProperty="false">
Expand All @@ -1430,8 +1430,7 @@ Change Request 2061, 2063, 2065, 2109</revremark>
<tt:Data>
<tt:ElementItemDescription Name="Configuration" Type="tt:TrackConfiguration"/>
</tt:Data>
</tt:MessageDescription>
]]></programlisting>
</tt:MessageDescription>]]></programlisting>
<para>If the configuration of a recording job is changed, a device shall provide the following event:</para>
<para>Topic: tns1:RecordingConfig/<phrase>RecordingJobConfiguration</phrase></para>
<programlisting><![CDATA[<tt:MessageDescription IsProperty="false">
Expand Down

0 comments on commit ea2116f

Please sign in to comment.