Skip to content

Commit 114ca02

Browse files
Yet another small indent fix for analytics
1 parent 9a7dd60 commit 114ca02

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/Analytics.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2678,9 +2678,9 @@
26782678

26792679
<programlisting>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
26802680
&lt;tt:MetadataStream xmlns:tt="http://www.onvif.org/ver10/schema"
2681-
xmlns:fc="http://www.onvif.org/ver20/analytics/humanface"
2682-
xmlns:bd="http://www.onvif.org/ver20/analytics/humanbody"
2683-
xmlns:acme="http://www.acme.com/schema"&gt;
2681+
xmlns:fc="http://www.onvif.org/ver20/analytics/humanface"
2682+
xmlns:bd="http://www.onvif.org/ver20/analytics/humanbody"
2683+
xmlns:acme="http://www.acme.com/schema"&gt;
26842684
&lt;tt:VideoAnalytics&gt;
26852685
&lt;tt:Frame UtcTime="2021-10-05T15:13:27.321" Source="MyClassifier"&gt;
26862686
&lt;tt:Transformation&gt;
@@ -5318,7 +5318,8 @@ xmlns:acme="http://www.acme.com/schema"&gt;
53185318
<para>As Spots, Box Measurement Modules can also be defined as “Screen” elements, or fixed rectangle on the image, or as “Geo-referenced” elements, representing an area in the PTZ space around the Device. Again, the use of the tt:PTZVector shall define if the Box shall behave as a screen element, or if it is assigned to a specific PTZStatus.</para>
53195319
<programlisting><![CDATA[<tt:AnalyticsModuleDescription Name="ttr:RadiometryBox">
53205320
<tt:Parameters>
5321-
<tt:ElementItemDescription Name="RadiometryBox" Type="ttr:RadiometryBoxModuleConfig"/>
5321+
<tt:ElementItemDescription Name="RadiometryBox"
5322+
Type="ttr:RadiometryBoxModuleConfig"/>
53225323
</tt:Parameters>
53235324
<tt:MessageDescription>
53245325
<tt:Source>
@@ -5348,7 +5349,8 @@ xmlns:acme="http://www.acme.com/schema"&gt;
53485349
</xs:documentation>
53495350
</xs:annotation>
53505351
</xs:element>
5351-
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
5352+
<xs:any namespace="##any" processContents="lax" minOccurs="0"
5353+
maxOccurs="unbounded"/>
53525354
</xs:sequence>
53535355
<xs:attribute name="ItemID" type="tt:ReferenceToken" use="required"/>
53545356
<xs:attribute name="MaxTemperature" type="xs:float" use="required"/>

0 commit comments

Comments
 (0)