a1dbbcfe by Mike Mathews

Update IlpTestApi.xid.xml

1 parent 9f35224c
......@@ -56,7 +56,7 @@
<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>
<elem name="data" multiplicity ="0..*" type="SLAM.Survey" >
<elem name="data" multiplicity ="0..*" type="SLAM.SurveyData" >
<comment>Zero or more SLAM surveys comprising the test data to execute.</comment>
</elem>
<elem name="returnFilteredData" multiplicity ="1" type="bool" default ="false">
......@@ -69,7 +69,7 @@
* Specification Structure Definition.
*************************************
-->
<struct name="Specification" type="GeoSpatial.Object" rttkey="GeoSptila.ObjectType.IlpTestSpecification">
<struct name="Specification" type="GeoSpatial.Object" rttkey="GeoSpatial.ObjectType.IlpTestSpecification">
<comment>Specification for an ILP Test comprising one or more data sets.</comment>
<elem name="createDate" type="datetime" multiplicity="1">
......@@ -115,7 +115,7 @@
<elem name="floorUncert" type="float32" multiplicity="1" />
<elem name="floorErr" type="float32" multiplicity="1" />
<elem name="floorLabel" type="string" multiplicity="1" />
<elem name="data" type="JSON" multiplicity="0..1" />
<elem name="data" type="json" multiplicity="0..1" />
</struct>
<!--
......@@ -150,7 +150,7 @@
* ResultSet Structure Definition.
*************************************
-->
<struct name="ResultSet" type="GeoSpatial.Object" rttkey="GeoSptila.ObjectType.IlpTestResultSet">
<struct name="ResultSet" type="GeoSpatial.Object" rttkey="GeoSpatial.ObjectType.IlpTestResultSet">
<comment>Specification for an ILP Test data result set.</comment>
<elem name="uuidData" multiplicity ="0..*" type="UUID" >
......@@ -176,7 +176,7 @@
* Results Structure Definition.
*************************************
-->
<struct name="Results" type="GeoSpatial.Object" rttkey="GeoSptila.ObjectType.IlpTestResults">
<struct name="Results" type="GeoSpatial.Object" rttkey="GeoSpatial.ObjectType.IlpTestResults">
<comment>Specification for an ILP Test data result set.</comment>
<elem name="uuidData" multiplicity ="0..*" type="UUID" >
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!