5ee7fdf0 by Michael B. Mathews

ILP-1118 Updated with implemented definition.

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