db08ecab by Mike Mathews

renamed 'data' field in DataSet to 'testdata'. This should fix issues in Java.

1 parent 059959fd
......@@ -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.SurveyData" >
<elem name="testdata" 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">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!