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
020eea3a
authored
2018-05-31 09:36:31 -0700
by
Mike Mathews
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated Results structure to align better with Dataset definition.
1 parent
f9aeb7bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
ILP/V1.2/IlpAnalysisApi.xid.xml
ILP/V1.2/IlpAnalysisApi.xid.xml
View file @
020eea3
...
...
@@ -157,13 +157,9 @@
* ResultSet Structure Definition.
*************************************
-->
<struct
name=
"
ResultSet
"
type=
"GeoSpatial.Object"
rttkey=
"GeoSpatial.ObjectType.IlpTestResultSet"
>
<struct
name=
"
ServiceResults
"
type=
"GeoSpatial.Object"
rttkey=
"GeoSpatial.ObjectType.IlpTestResultSet"
>
<comment>
Specification for an ILP analysis test data result set.
</comment>
<elem
name=
"uuidData"
multiplicity =
"0..*"
type=
"UUID"
>
<comment>
Zero or more UUIDs identifying the survey test data used in this result set.
</comment>
</elem>
<elem
name=
"records"
type=
"ResultRecord"
multiplicity=
"0..*"
>
<comment>
The estimated position result records.
</comment>
</elem>
...
...
@@ -190,13 +186,9 @@
* Results Structure Definition.
*************************************
-->
<struct
name=
"Results"
type=
"GeoSpatial.Object"
rttkey=
"GeoSpatial.ObjectType.IlpTestResults"
>
<struct
name=
"
DataSet
Results"
type=
"GeoSpatial.Object"
rttkey=
"GeoSpatial.ObjectType.IlpTestResults"
>
<comment>
Specification for an ILP analysis test data result set.
</comment>
<elem
name=
"uuidData"
multiplicity =
"0..*"
type=
"UUID"
>
<comment>
Zero or more UUIDs identifying the survey test data used in this result set.
</comment>
</elem>
<elem
name=
"startExecutionDate"
type=
"datetime"
multiplicity=
"1"
>
<comment>
Date and time the test was executed.
</comment>
</elem>
...
...
@@ -206,9 +198,13 @@
<comment>
Duration of the execution time in milliseconds.
</comment>
</elem>
<elem
name=
"
resultsets"
multiplicity=
"0..*"
type=
"ResultSet
"
>
<elem
name=
"
serviceResults"
multiplicity=
"0..*"
type=
"ServiceResults
"
>
<comment>
Results processed by a specified service.
</comment>
</elem>
<elem
name=
"uuidData"
multiplicity =
"0..*"
type=
"UUID"
>
<comment>
Zero or more UUIDs identifying the survey test data used in this result set.
</comment>
</elem>
</struct>
<!--
...
...
@@ -260,7 +256,7 @@
<comment>
Test Execution output. Note if not wanting results, the execute method will return early with a processing result code.
</comment>
<elem
name=
"results"
multiplicity=
"0..
1
"
type=
"Results"
>
<elem
name=
"results"
multiplicity=
"0..
*
"
type=
"Results"
>
<comment>
The result test data set if the 'returnResults' option was selected on input.
</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