|
4 | 4 | <info> |
5 | 5 | <title>Application Management Service Specification</title> |
6 | 6 | <titleabbrev>App Mgmt</titleabbrev> |
7 | | - <releaseinfo>22.12</releaseinfo> |
| 7 | + <releaseinfo>26.06</releaseinfo> |
8 | 8 | <author> |
9 | 9 | <orgname>ONVIF™</orgname> |
10 | 10 | <uri>www.onvif.org</uri> |
11 | 11 | </author> |
12 | | - <pubdate>December, 2022</pubdate> |
| 12 | + <pubdate>June, 2026</pubdate> |
13 | 13 | <mediaobject> |
14 | 14 | <imageobject> |
15 | 15 | <imagedata fileref="media/logo.png" contentwidth="60mm"/> |
16 | 16 | </imageobject> |
17 | 17 | </mediaobject> |
18 | 18 | <copyright> |
19 | | - <year>2008-2022</year> |
| 19 | + <year>2008-2026</year> |
20 | 20 | <holder>ONVIF™ All rights reserved.</holder> |
21 | 21 | </copyright> |
22 | 22 | <legalnotice> |
|
80 | 80 | </author> |
81 | 81 | <revremark>Update Appmgmt app state enumeration.</revremark> |
82 | 82 | </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> |
83 | 91 | </revhistory> |
84 | 92 | </info> |
85 | 93 | <chapter> |
|
110 | 118 | <row> |
111 | 119 | <entry align="left"> |
112 | 120 | <para> |
113 | | - <emphasis role="bold">App</emphasis> |
| 121 | + App |
114 | 122 | </para> |
115 | 123 | </entry> |
116 | 124 | <entry align="left"> |
117 | 125 | <para>Application that can be installed and execute on a networked device.</para> |
118 | 126 | </entry> |
119 | 127 | </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> |
128 | 128 | </tbody> |
129 | 129 | </tgroup> |
130 | 130 | </informaltable> |
|
180 | 180 | </itemizedlist> |
181 | 181 | <para>An application state change event allows client to retrieve and track application state changes without need for polling.</para> |
182 | 182 | <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> |
183 | 242 | </chapter> |
184 | 243 | <chapter> |
185 | 244 | <title>Service </title> |
|
0 commit comments