Skip to content

Commit

Permalink
Merge change from event.wsdl: Add section for JSON metadata over MQTT (
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBusch committed Jun 15, 2022
1 parent 31d6daa commit 425dfb9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion wsdl/ver10/events/wsdl/event-vs.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
<xs:documentation>Maxiumum number of event broker configurations that can be added to the device.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MetadataOverMQTT" type="xs:boolean">
<xs:annotation>
<xs:documentation>Indicates that metadata streaming over MQTT is supported</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute processContents="lax"/>
</xs:complexType>
<xs:element name="Capabilities" type="tev:Capabilities"/>
Expand Down Expand Up @@ -365,7 +370,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
</xs:element>
<xs:element name="PublishFilter" type="wsnt:FilterType" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Concrete Topic Expression to select specific topics to publish.</xs:documentation>
<xs:documentation>Concrete Topic Expression to select specific event topics to publish.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="QoS" type="xs:int" minOccurs="0" maxOccurs="1">
Expand All @@ -383,6 +388,11 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
<xs:documentation>The ID of the certification path validation policy used to validate the broker certificate. In case encryption is used but no validation policy is specified, the device shall not validate the broker certificate.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MetadataFilter" type="wsnt:FilterType" minOccurs="0">
<xs:annotation>
<xs:documentation>Concrete Topic Expression to select specific metadata topics to publish.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute processContents="lax"/>
Expand Down

0 comments on commit 425dfb9

Please sign in to comment.