Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xid
/
specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5ee7fdf0
authored
2019-02-04 22:03:21 -0800
by
Michael B. Mathews
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ILP-1118 Updated with implemented definition.
1 parent
1e213e27
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
ILP/V1.2/IlpAnalysisApi.xid.xml
ILP/V1.2/IlpAnalysisApi.xid.xml
View file @
5ee7fdf
...
...
@@ -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>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment