diff --git a/doc/Analytics.xml b/doc/Analytics.xml
index 998957944..36ae6c2c3 100644
--- a/doc/Analytics.xml
+++ b/doc/Analytics.xml
@@ -4452,6 +4452,113 @@ xmlns:acme="http://www.acme.com/schema">
+]]>
+
+
+ Object Track Aggregation
+ The Object Track Aggregation rule generates an object track aggregation event for below
+ listed scenarios
+
+
+ Optionally, Initial aggregation after an object appears OR an Intermediate
+ aggregation while the object is present in the field of view.
+
+
+ Final aggregation when the object is no longer visible in the field of view.
+
+
+ Optionally, device may include additional object track data for e.g. snapshot image as
+ configured in ObjectTrackDataFilter parameter.
+ It is recommended to enable ObjectTrack data in sparsely crowded scenes to optimize data produced from the device.
+
+
+ Parameters
+
+ ClassFilter [tt:StringList]
+ List of classes to be aggregated.
+ ConfidenceLevel - optional [xs:float]
+ Minimum confidence level of object classification for generating
+ aggregation event.
+ ReportTimeInterval - optional [xs:duration]
+ Optional time interval to control update frequency. If omitted only
+ final aggregation shall be provided.
+ ObjectTrackDataFilter - optional [tt:StringList]
+ Optional list of object tree elements expressed as xpath filter for
+ e.g. "Object/Appearance/Image" to be included in Object track data. If omitted,
+ ObjectTrackData shall not be provided.
+
+
+
+ Topic
+
+ tns1:RuleEngine/ObjectTrack/Aggregation
+
+
+
+ Source
+
+ See
+
+
+
+ Data
+
+ AggregationStart - mandatory [xs:dateTime]
+ All aggregation events shall set object track start time as the
+ AggregationStart time.
+ Object - mandatory [tt:Object]
+ Track aggregation data of an object.
+ ObjectTrack - optional, unbounded [tt:ObjectTrackData]
+ Optional additional description of an object to provide enriched context.
+ Final - optional [xs:boolean]
+ Signals TRUE for final aggregation event for the detected
+ object.
+
+
+
+ See below example for a Object Track Aggregation definition:
+
+
+
+
+
+
+
+
+
+ ...
+
+
+
+
+
+
+
+ tns1:RuleEngine/ObjectTrack/Aggregation
+
+
+]]>
+ The object types may differ between devices. See below for example rule options, based on the description language parameter options defined in .
+
+
+ Person Vehicle Face LicensePlate
+
+
+
+ 0.0
+ 100.0
+
+
+
+
+ PT1S
+ PT1M
+
+
+
+ Object/Appearance/Image Object/Appearance/Shape/BoundingBox
+
+
]]>
diff --git a/wsdl/ver10/schema/metadatastream.xsd b/wsdl/ver10/schema/metadatastream.xsd
index d5c25728a..30a5d4ebd 100644
--- a/wsdl/ver10/schema/metadatastream.xsd
+++ b/wsdl/ver10/schema/metadatastream.xsd
@@ -411,6 +411,14 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
+
+
+
+
+
+
+
+