Update IlpTestApi.xid.xml
Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -56,7 +56,7 @@ | ... | @@ -56,7 +56,7 @@ |
56 | <elem name="uuidData" multiplicity ="0..*" type="UUID" > | 56 | <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> | 57 | <comment>Zero or more UUIDs identifying the survey test data to include in this data set.</comment> |
58 | </elem> | 58 | </elem> |
59 | <elem name="data" multiplicity ="0..*" type="SLAM.Survey" > | 59 | <elem name="data" multiplicity ="0..*" type="SLAM.SurveyData" > |
60 | <comment>Zero or more SLAM surveys comprising the test data to execute.</comment> | 60 | <comment>Zero or more SLAM surveys comprising the test data to execute.</comment> |
61 | </elem> | 61 | </elem> |
62 | <elem name="returnFilteredData" multiplicity ="1" type="bool" default ="false"> | 62 | <elem name="returnFilteredData" multiplicity ="1" type="bool" default ="false"> |
... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
69 | * Specification Structure Definition. | 69 | * Specification Structure Definition. |
70 | ************************************* | 70 | ************************************* |
71 | --> | 71 | --> |
72 | <struct name="Specification" type="GeoSpatial.Object" rttkey="GeoSptila.ObjectType.IlpTestSpecification"> | 72 | <struct name="Specification" type="GeoSpatial.Object" rttkey="GeoSpatial.ObjectType.IlpTestSpecification"> |
73 | <comment>Specification for an ILP Test comprising one or more data sets.</comment> | 73 | <comment>Specification for an ILP Test comprising one or more data sets.</comment> |
74 | 74 | ||
75 | <elem name="createDate" type="datetime" multiplicity="1"> | 75 | <elem name="createDate" type="datetime" multiplicity="1"> |
... | @@ -115,7 +115,7 @@ | ... | @@ -115,7 +115,7 @@ |
115 | <elem name="floorUncert" type="float32" multiplicity="1" /> | 115 | <elem name="floorUncert" type="float32" multiplicity="1" /> |
116 | <elem name="floorErr" type="float32" multiplicity="1" /> | 116 | <elem name="floorErr" type="float32" multiplicity="1" /> |
117 | <elem name="floorLabel" type="string" multiplicity="1" /> | 117 | <elem name="floorLabel" type="string" multiplicity="1" /> |
118 | <elem name="data" type="JSON" multiplicity="0..1" /> | 118 | <elem name="data" type="json" multiplicity="0..1" /> |
119 | </struct> | 119 | </struct> |
120 | 120 | ||
121 | <!-- | 121 | <!-- |
... | @@ -150,7 +150,7 @@ | ... | @@ -150,7 +150,7 @@ |
150 | * ResultSet Structure Definition. | 150 | * ResultSet Structure Definition. |
151 | ************************************* | 151 | ************************************* |
152 | --> | 152 | --> |
153 | <struct name="ResultSet" type="GeoSpatial.Object" rttkey="GeoSptila.ObjectType.IlpTestResultSet"> | 153 | <struct name="ResultSet" type="GeoSpatial.Object" rttkey="GeoSpatial.ObjectType.IlpTestResultSet"> |
154 | <comment>Specification for an ILP Test data result set.</comment> | 154 | <comment>Specification for an ILP Test data result set.</comment> |
155 | 155 | ||
156 | <elem name="uuidData" multiplicity ="0..*" type="UUID" > | 156 | <elem name="uuidData" multiplicity ="0..*" type="UUID" > |
... | @@ -176,7 +176,7 @@ | ... | @@ -176,7 +176,7 @@ |
176 | * Results Structure Definition. | 176 | * Results Structure Definition. |
177 | ************************************* | 177 | ************************************* |
178 | --> | 178 | --> |
179 | <struct name="Results" type="GeoSpatial.Object" rttkey="GeoSptila.ObjectType.IlpTestResults"> | 179 | <struct name="Results" type="GeoSpatial.Object" rttkey="GeoSpatial.ObjectType.IlpTestResults"> |
180 | <comment>Specification for an ILP Test data result set.</comment> | 180 | <comment>Specification for an ILP Test data result set.</comment> |
181 | 181 | ||
182 | <elem name="uuidData" multiplicity ="0..*" type="UUID" > | 182 | <elem name="uuidData" multiplicity ="0..*" type="UUID" > | ... | ... |
-
Please register or sign in to post a comment