5ee7fdf0 by Michael B. Mathews

ILP-1118 Updated with implemented definition.

1 parent 1e213e27
......@@ -40,9 +40,6 @@
<elem name="bounds" multiplicity ="0..1" type="GeoSpatial.BoundingBox" >
<comment>Optional bounding box, which the records are contained.</comment>
</elem>
<elem name="devids" multiplicity ="0..*" type="string" >
<comment>Optional set of device idenifers to select for execution.</comment>
</elem>
</struct>
......@@ -53,6 +50,12 @@
-->
<struct name="DataSet" type="GeoSpatial.Object" rttkey="GeoSpatial.ObjectType.IlpTestDataSet">
<comment>DataSet comprises one or more surveys to use as analysis test records.</comment>
<elem name="filter" multiplicity ="0..1" type="Filter" >
<comment>
Optional filter specifies which test data records and observations should be used for testing. If not
specified, all test data will be used.
</comment>
</elem>
<elem name="uuidData" multiplicity ="0..*" type="UUID" >
<comment>Zero or more UUIDs identifying the survey test data to include in this data set.</comment>
</elem>
......@@ -90,7 +93,7 @@
<comment>
Specifies whether to provide extended test result records with state and velocity fields. By
default, this is false. This is typically used with GNSS data analysis, indoor analysis will rarely use
these fields.
these fields. If not specified, it is assumed false, providing only standard results.
</comment>
</elem>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!