Events API

This commit is contained in:
Jan M. Hochstein 2014-08-08 18:49:29 +02:00
parent 58abdc2b40
commit 932af0c557
1 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,12 @@ This document and the information contained herein is provided on an "AS IS" bas
<xsd:complexType name="FilterType">
<xsd:sequence>
<!-- extension for zonemider ONVIF -->
<xsd:element ref="wsnt:TopicExpression"
minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="wsnt:MessageContent"
minOccurs="0" maxOccurs="unbounded" />
<!-- end extension -->
<xsd:any minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>