8a5932e7 by Michael B. Mathews

Added name space to InputBase and OutputBase references.

1 parent 2817df91
......@@ -38,20 +38,20 @@
<comment>
Interaction submits Survey data.
</comment>
<input name="input" type="InputBase" sid="0x1030">
<input name="input" type="ILP.InputBase" sid="0x1030">
<elem name="survey" multiplicity="1" type="SurveyData"></elem>
</input>
<output name="output" type="OutputBase" sid="0x1031">
<output name="output" type="ILP.OutputBase" sid="0x1031">
<elem name="id" multiplicity="1" type="Tensor.UUID"/>
</output>
</operation>
<operation name="Download">
<comment>Downloads survey data given id.</comment>
<input name="input" type="InputBase" sid="0x1032">
<input name="input" type="ILP.InputBase" sid="0x1032">
<elem name="id" multiplicity="1" type="Tensor.UUID"/>
</input>
<output name="output" type="OutputBase" sid="0x1033">
<output name="output" type="ILP.OutputBase" sid="0x1033">
<elem name="survey" multiplicity="1" type="SurveyData"></elem>
</output>
</operation>
......
......@@ -35,7 +35,7 @@
<comment>
Interaction to delete a tile.
</comment>
<input name="input" type="InputBase" sid="0x101b">
<input name="input" type="ILP.InputBase" sid="0x101b">
<comment>defines the input data for DeleteTile operation</comment>
<elem name="tileid" type="Tensor.UUID" multiplicity="1" >
<comment>element specifies UUID of the the tile</comment>
......@@ -46,7 +46,7 @@
<operation name="UploadTile">
<comment>interation to upload a tile</comment>
<input name="input" type="InputBase" sid="0x102b">
<input name="input" type="ILP.InputBase" sid="0x102b">
<comment>defines the input data structure for UploadTile operation</comment>
<elem name="tile" type="Tile" multiplicity="1">
<comment>the tile structure</comment>
......@@ -57,7 +57,7 @@
<operation name="UpdateTile">
<comment>interation to update a tile</comment>
<input name="input" type="InputBase" sid="0x103b">
<input name="input" type="ILP.InputBase" sid="0x103b">
<comment>defines the input data structure for UpdateTile operation</comment>
<elem name="tile" type="Tile" multiplicity="1">
<comment>the tile structure</comment>
......
......@@ -29,14 +29,14 @@
<!-- DownloadTile operation-->
<operation name="DownloadTile">
<comment>Interaction download a tile</comment>
<input name="input" type="InputBase" sid="0x101a">
<input name="input" type="ILP.InputBase" sid="0x101a">
<comment>defines the input data structure for DownloadTile operation </comment>
<elem name="tileid" type="Tensor.UUID" multiplicity="1" >
<comment>element specifies UUID of the the tile</comment>
</elem>
</input>
<output name="output" type="OutputBase" sid="0x102a">
<output name="output" type="ILP.OutputBase" sid="0x102a">
<comment>defines the output data for DownloadTile operation</comment>
<elem name="tile" type="Tile" multiplicity="0..1" >
<comment>element defines the downloaded tile</comment>
......@@ -48,7 +48,7 @@
<!-- FindTilesByBoundingbox operation -->
<operation name="FindTilesByBoundingbox">
<comment>find tiles</comment>
<input name="input" type="InputBase" sid="0x103a">
<input name="input" type="ILP.InputBase" sid="0x103a">
<comment>defines the input data for FindTilesByBoundingbox operation </comment>
<elem name="bounding" type="BoundingBox" multiplicity="1">
<comment>the bounding box that intersect with tiles</comment>
......@@ -58,7 +58,7 @@
</elem>
</input>
<output name="output" type="OutputBase" sid="0x104a">
<output name="output" type="ILP.OutputBase" sid="0x104a">
<comment>defines the output data for FindTilesByBoundingbox operation</comment>
<elem name="tiles" type="TileSet" multiplicity="0..1">
<comment>a set of tiles as the result of the FindTilesByPos operation</comment>
......@@ -69,7 +69,7 @@
<!-- FindTilesByRefId operation -->
<operation name="FindTilesByRefId">
<comment>find tiles</comment>
<input name="input" type="InputBase" sid="0x103a">
<input name="input" type="ILP.InputBase" sid="0x103a">
<comment>defines the input data for FindTilesByRefId operation </comment>
<elem name="refids" type="Tensor.string" multiplicity="1..*">
<comment>the bounding box that intersect with tiles</comment>
......@@ -82,7 +82,7 @@
</elem>
</input>
<output name="output" type="OutputBase" sid="0x104a">
<output name="output" type="ILP.OutputBase" sid="0x104a">
<comment>defines the output data for FindTilesByRefId operation</comment>
<elem name="tiles" type="TileSet" multiplicity="0..1">
<comment>a set of tiles as the result of the FindTilesByPos operation</comment>
......@@ -93,14 +93,14 @@
<!-- EstimatePosition operation -->
<operation name="EstimatePosition">
<comment> estimate posiion from a set of Wifi rssi observations</comment>
<input name="input" type="InputBase" sid="0x106a">
<input name="input" type="ILP.InputBase" sid="0x106a">
<comment>input for EstimatePosition operation</comment>
<elem name="observations" type="ObservationSet" multiplicity="1">
<comment>a set of observed rssi values</comment>
</elem>
</input>
<output name="output" type="OutputBase" sid="0x107a">
<output name="output" type="ILP.OutputBase" sid="0x107a">
<comment>output for EstimatePosition operation</comment>
<elem name="pos" type="Shape" multiplicity="0..*" polymorphic="true">
<comment>approximate position of the tile</comment>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!