Skip to content

Commit 880e184

Browse files
Added the missing namespace definition in the app mgmt specs. (#706)
Cleaned a bit the xml code. Bumped the version. Closes #702
1 parent 7627d36 commit 880e184

File tree

2 files changed

+73
-14
lines changed

2 files changed

+73
-14
lines changed

doc/AppMgmt.xml

Lines changed: 71 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
<info>
55
<title>Application Management Service Specification</title>
66
<titleabbrev>App Mgmt</titleabbrev>
7-
<releaseinfo>22.12</releaseinfo>
7+
<releaseinfo>26.06</releaseinfo>
88
<author>
99
<orgname>ONVIF™</orgname>
1010
<uri>www.onvif.org</uri>
1111
</author>
12-
<pubdate>December, 2022</pubdate>
12+
<pubdate>June, 2026</pubdate>
1313
<mediaobject>
1414
<imageobject>
1515
<imagedata fileref="media/logo.png" contentwidth="60mm"/>
1616
</imageobject>
1717
</mediaobject>
1818
<copyright>
19-
<year>2008-2022</year>
19+
<year>2008-2026</year>
2020
<holder>ONVIF™ All rights reserved.</holder>
2121
</copyright>
2222
<legalnotice>
@@ -80,6 +80,14 @@
8080
</author>
8181
<revremark>Update Appmgmt app state enumeration.</revremark>
8282
</revision>
83+
<revision>
84+
<revnumber>26.06</revnumber>
85+
<date>Jun-2026</date>
86+
<author>
87+
<personname>Ottavio Campana</personname>
88+
</author>
89+
<revremark>Added the missing namespace definition.</revremark>
90+
</revision>
8391
</revhistory>
8492
</info>
8593
<chapter>
@@ -110,21 +118,13 @@
110118
<row>
111119
<entry align="left">
112120
<para>
113-
<emphasis role="bold">App</emphasis>
121+
App
114122
</para>
115123
</entry>
116124
<entry align="left">
117125
<para>Application that can be installed and execute on a networked device.</para>
118126
</entry>
119127
</row>
120-
<row>
121-
<entry align="left" />
122-
<entry align="left" />
123-
</row>
124-
<row>
125-
<entry align="left" />
126-
<entry align="left" />
127-
</row>
128128
</tbody>
129129
</tgroup>
130130
</informaltable>
@@ -180,6 +180,65 @@
180180
</itemizedlist>
181181
<para>An application state change event allows client to retrieve and track application state changes without need for polling.</para>
182182
<para>Note that both the container format as well as the runtime are outside of the scope of this specification.</para>
183+
<table>
184+
<title>Referenced namespaces with prefix</title>
185+
<tgroup cols="2">
186+
<colspec colname="c1" colwidth="13*" />
187+
<colspec colname="c2" colwidth="87*" />
188+
<thead>
189+
<row>
190+
<entry>
191+
<para>Prefix</para>
192+
</entry>
193+
<entry>
194+
<para>Namespace URI</para>
195+
</entry>
196+
</row>
197+
</thead>
198+
<tbody valign="top">
199+
<row>
200+
<entry>
201+
<para>env</para>
202+
</entry>
203+
<entry>
204+
<para>http://www.w3.org/2003/05/soap-envelope</para>
205+
</entry>
206+
</row>
207+
<row>
208+
<entry>
209+
<para>ter</para>
210+
</entry>
211+
<entry>
212+
<para>http://www.onvif.org/ver10/error</para>
213+
</entry>
214+
</row>
215+
<row>
216+
<entry>
217+
<para>xs </para>
218+
</entry>
219+
<entry>
220+
<para>http://www.w3.org/2001/XMLSchema </para>
221+
</entry>
222+
</row>
223+
<row>
224+
<entry>
225+
<para>tt</para>
226+
</entry>
227+
<entry>
228+
<para>http://www.onvif.org/ver10/schema</para>
229+
</entry>
230+
</row>
231+
<row>
232+
<entry>
233+
<para>ans</para>
234+
</entry>
235+
<entry>
236+
<para>http://www.onvif.org/ver10/appmgmt/wsdl</para>
237+
</entry>
238+
</row>
239+
</tbody>
240+
</tgroup>
241+
</table>
183242
</chapter>
184243
<chapter>
185244
<title>Service </title>

wsdl/ver10/appmgmt/wsdl/appmgmt.wsdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<?xml-stylesheet type="text/xsl" href="../../../ver20/util/onvif-wsdl-viewer.xsl"?>
33
<!--
4-
Copyright (c) 2008-2022 by ONVIF: Open Network Video Interface Forum. All rights reserved.
4+
Copyright (c) 2008-2026 by ONVIF: Open Network Video Interface Forum. All rights reserved.
55
66
Recipients of this document may copy, distribute, publish, or display this document so long as this copyright notice, license and disclaimer are retained with all copies of the document. No license is granted to modify this document.
77
@@ -17,7 +17,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
1717
targetNamespace="http://www.onvif.org/ver10/appmgmt/wsdl">
1818

1919
<wsdl:types>
20-
<xs:schema targetNamespace="http://www.onvif.org/ver10/appmgmt/wsdl" version="22.12">
20+
<xs:schema targetNamespace="http://www.onvif.org/ver10/appmgmt/wsdl" version="26.06">
2121
<xs:import namespace="http://www.onvif.org/ver10/schema" schemaLocation="http://www.onvif.org/ver10/schema/onvif.xsd"/>
2222

2323
<xs:simpleType name="AppState">

0 commit comments

Comments
 (0)