Description
#2726
Description (last modified by sujith.raman)
In 8/20 VEWG Telco, when analyzing ticket (#2719) regarding request for adding geolocation event example under MQTT.
It was found like in core spec under section 8.8.11 Geo Location,
ElementItemDescription is used under source, which is basically a token.
Topic: tns1:Monitoring/GeoLocation
Event description:
<tt:MessageDescription IsProperty="true“>
tt:source
<tt:ElementItemDescription Name=“DeviceEntity“ Type=“tt:DeviceEntity"/>
</tt:source>
tt:Data
<tt:ElementItemDescription Name="CurrentLocation" Type=“tt:GeoLocation"/>
</tt:Data>
</tt:MessageDescription>
Proposal:
Topic: tns1:Monitoring/GeoLocation
Event description:
<tt:MessageDescription IsProperty="true“>
tt:source
<tt:SimpleItemDescription Name="Token" Type="tt:ReferenceToken "/>
</tt:source>
tt:Data
<tt:ElementItemDescription Name="CurrentLocation" Type=“tt:GeoLocation"/>
</tt:Data>
</tt:MessageDescription>