ILP-1118 Updated with implemented definition.
Showing
1 changed file
with
7 additions
and
4 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment