Added name space to InputBase and OutputBase references.
Showing
3 changed files
with
15 additions
and
15 deletions
... | @@ -38,20 +38,20 @@ | ... | @@ -38,20 +38,20 @@ |
38 | <comment> | 38 | <comment> |
39 | Interaction submits Survey data. | 39 | Interaction submits Survey data. |
40 | </comment> | 40 | </comment> |
41 | <input name="input" type="InputBase" sid="0x1030"> | 41 | <input name="input" type="ILP.InputBase" sid="0x1030"> |
42 | <elem name="survey" multiplicity="1" type="SurveyData"></elem> | 42 | <elem name="survey" multiplicity="1" type="SurveyData"></elem> |
43 | </input> | 43 | </input> |
44 | <output name="output" type="OutputBase" sid="0x1031"> | 44 | <output name="output" type="ILP.OutputBase" sid="0x1031"> |
45 | <elem name="id" multiplicity="1" type="Tensor.UUID"/> | 45 | <elem name="id" multiplicity="1" type="Tensor.UUID"/> |
46 | </output> | 46 | </output> |
47 | </operation> | 47 | </operation> |
48 | 48 | ||
49 | <operation name="Download"> | 49 | <operation name="Download"> |
50 | <comment>Downloads survey data given id.</comment> | 50 | <comment>Downloads survey data given id.</comment> |
51 | <input name="input" type="InputBase" sid="0x1032"> | 51 | <input name="input" type="ILP.InputBase" sid="0x1032"> |
52 | <elem name="id" multiplicity="1" type="Tensor.UUID"/> | 52 | <elem name="id" multiplicity="1" type="Tensor.UUID"/> |
53 | </input> | 53 | </input> |
54 | <output name="output" type="OutputBase" sid="0x1033"> | 54 | <output name="output" type="ILP.OutputBase" sid="0x1033"> |
55 | <elem name="survey" multiplicity="1" type="SurveyData"></elem> | 55 | <elem name="survey" multiplicity="1" type="SurveyData"></elem> |
56 | </output> | 56 | </output> |
57 | </operation> | 57 | </operation> | ... | ... |
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | <comment> | 35 | <comment> |
36 | Interaction to delete a tile. | 36 | Interaction to delete a tile. |
37 | </comment> | 37 | </comment> |
38 | <input name="input" type="InputBase" sid="0x101b"> | 38 | <input name="input" type="ILP.InputBase" sid="0x101b"> |
39 | <comment>defines the input data for DeleteTile operation</comment> | 39 | <comment>defines the input data for DeleteTile operation</comment> |
40 | <elem name="tileid" type="Tensor.UUID" multiplicity="1" > | 40 | <elem name="tileid" type="Tensor.UUID" multiplicity="1" > |
41 | <comment>element specifies UUID of the the tile</comment> | 41 | <comment>element specifies UUID of the the tile</comment> |
... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
46 | <operation name="UploadTile"> | 46 | <operation name="UploadTile"> |
47 | 47 | ||
48 | <comment>interation to upload a tile</comment> | 48 | <comment>interation to upload a tile</comment> |
49 | <input name="input" type="InputBase" sid="0x102b"> | 49 | <input name="input" type="ILP.InputBase" sid="0x102b"> |
50 | <comment>defines the input data structure for UploadTile operation</comment> | 50 | <comment>defines the input data structure for UploadTile operation</comment> |
51 | <elem name="tile" type="Tile" multiplicity="1"> | 51 | <elem name="tile" type="Tile" multiplicity="1"> |
52 | <comment>the tile structure</comment> | 52 | <comment>the tile structure</comment> |
... | @@ -57,7 +57,7 @@ | ... | @@ -57,7 +57,7 @@ |
57 | <operation name="UpdateTile"> | 57 | <operation name="UpdateTile"> |
58 | 58 | ||
59 | <comment>interation to update a tile</comment> | 59 | <comment>interation to update a tile</comment> |
60 | <input name="input" type="InputBase" sid="0x103b"> | 60 | <input name="input" type="ILP.InputBase" sid="0x103b"> |
61 | <comment>defines the input data structure for UpdateTile operation</comment> | 61 | <comment>defines the input data structure for UpdateTile operation</comment> |
62 | <elem name="tile" type="Tile" multiplicity="1"> | 62 | <elem name="tile" type="Tile" multiplicity="1"> |
63 | <comment>the tile structure</comment> | 63 | <comment>the tile structure</comment> | ... | ... |
... | @@ -29,14 +29,14 @@ | ... | @@ -29,14 +29,14 @@ |
29 | <!-- DownloadTile operation--> | 29 | <!-- DownloadTile operation--> |
30 | <operation name="DownloadTile"> | 30 | <operation name="DownloadTile"> |
31 | <comment>Interaction download a tile</comment> | 31 | <comment>Interaction download a tile</comment> |
32 | <input name="input" type="InputBase" sid="0x101a"> | 32 | <input name="input" type="ILP.InputBase" sid="0x101a"> |
33 | <comment>defines the input data structure for DownloadTile operation </comment> | 33 | <comment>defines the input data structure for DownloadTile operation </comment> |
34 | <elem name="tileid" type="Tensor.UUID" multiplicity="1" > | 34 | <elem name="tileid" type="Tensor.UUID" multiplicity="1" > |
35 | <comment>element specifies UUID of the the tile</comment> | 35 | <comment>element specifies UUID of the the tile</comment> |
36 | </elem> | 36 | </elem> |
37 | </input> | 37 | </input> |
38 | 38 | ||
39 | <output name="output" type="OutputBase" sid="0x102a"> | 39 | <output name="output" type="ILP.OutputBase" sid="0x102a"> |
40 | <comment>defines the output data for DownloadTile operation</comment> | 40 | <comment>defines the output data for DownloadTile operation</comment> |
41 | <elem name="tile" type="Tile" multiplicity="0..1" > | 41 | <elem name="tile" type="Tile" multiplicity="0..1" > |
42 | <comment>element defines the downloaded tile</comment> | 42 | <comment>element defines the downloaded tile</comment> |
... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
48 | <!-- FindTilesByBoundingbox operation --> | 48 | <!-- FindTilesByBoundingbox operation --> |
49 | <operation name="FindTilesByBoundingbox"> | 49 | <operation name="FindTilesByBoundingbox"> |
50 | <comment>find tiles</comment> | 50 | <comment>find tiles</comment> |
51 | <input name="input" type="InputBase" sid="0x103a"> | 51 | <input name="input" type="ILP.InputBase" sid="0x103a"> |
52 | <comment>defines the input data for FindTilesByBoundingbox operation </comment> | 52 | <comment>defines the input data for FindTilesByBoundingbox operation </comment> |
53 | <elem name="bounding" type="BoundingBox" multiplicity="1"> | 53 | <elem name="bounding" type="BoundingBox" multiplicity="1"> |
54 | <comment>the bounding box that intersect with tiles</comment> | 54 | <comment>the bounding box that intersect with tiles</comment> |
... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
58 | </elem> | 58 | </elem> |
59 | </input> | 59 | </input> |
60 | 60 | ||
61 | <output name="output" type="OutputBase" sid="0x104a"> | 61 | <output name="output" type="ILP.OutputBase" sid="0x104a"> |
62 | <comment>defines the output data for FindTilesByBoundingbox operation</comment> | 62 | <comment>defines the output data for FindTilesByBoundingbox operation</comment> |
63 | <elem name="tiles" type="TileSet" multiplicity="0..1"> | 63 | <elem name="tiles" type="TileSet" multiplicity="0..1"> |
64 | <comment>a set of tiles as the result of the FindTilesByPos operation</comment> | 64 | <comment>a set of tiles as the result of the FindTilesByPos operation</comment> |
... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
69 | <!-- FindTilesByRefId operation --> | 69 | <!-- FindTilesByRefId operation --> |
70 | <operation name="FindTilesByRefId"> | 70 | <operation name="FindTilesByRefId"> |
71 | <comment>find tiles</comment> | 71 | <comment>find tiles</comment> |
72 | <input name="input" type="InputBase" sid="0x103a"> | 72 | <input name="input" type="ILP.InputBase" sid="0x103a"> |
73 | <comment>defines the input data for FindTilesByRefId operation </comment> | 73 | <comment>defines the input data for FindTilesByRefId operation </comment> |
74 | <elem name="refids" type="Tensor.string" multiplicity="1..*"> | 74 | <elem name="refids" type="Tensor.string" multiplicity="1..*"> |
75 | <comment>the bounding box that intersect with tiles</comment> | 75 | <comment>the bounding box that intersect with tiles</comment> |
... | @@ -82,7 +82,7 @@ | ... | @@ -82,7 +82,7 @@ |
82 | </elem> | 82 | </elem> |
83 | </input> | 83 | </input> |
84 | 84 | ||
85 | <output name="output" type="OutputBase" sid="0x104a"> | 85 | <output name="output" type="ILP.OutputBase" sid="0x104a"> |
86 | <comment>defines the output data for FindTilesByRefId operation</comment> | 86 | <comment>defines the output data for FindTilesByRefId operation</comment> |
87 | <elem name="tiles" type="TileSet" multiplicity="0..1"> | 87 | <elem name="tiles" type="TileSet" multiplicity="0..1"> |
88 | <comment>a set of tiles as the result of the FindTilesByPos operation</comment> | 88 | <comment>a set of tiles as the result of the FindTilesByPos operation</comment> |
... | @@ -93,14 +93,14 @@ | ... | @@ -93,14 +93,14 @@ |
93 | <!-- EstimatePosition operation --> | 93 | <!-- EstimatePosition operation --> |
94 | <operation name="EstimatePosition"> | 94 | <operation name="EstimatePosition"> |
95 | <comment> estimate posiion from a set of Wifi rssi observations</comment> | 95 | <comment> estimate posiion from a set of Wifi rssi observations</comment> |
96 | <input name="input" type="InputBase" sid="0x106a"> | 96 | <input name="input" type="ILP.InputBase" sid="0x106a"> |
97 | <comment>input for EstimatePosition operation</comment> | 97 | <comment>input for EstimatePosition operation</comment> |
98 | <elem name="observations" type="ObservationSet" multiplicity="1"> | 98 | <elem name="observations" type="ObservationSet" multiplicity="1"> |
99 | <comment>a set of observed rssi values</comment> | 99 | <comment>a set of observed rssi values</comment> |
100 | </elem> | 100 | </elem> |
101 | </input> | 101 | </input> |
102 | 102 | ||
103 | <output name="output" type="OutputBase" sid="0x107a"> | 103 | <output name="output" type="ILP.OutputBase" sid="0x107a"> |
104 | <comment>output for EstimatePosition operation</comment> | 104 | <comment>output for EstimatePosition operation</comment> |
105 | <elem name="pos" type="Shape" multiplicity="0..*" polymorphic="true"> | 105 | <elem name="pos" type="Shape" multiplicity="0..*" polymorphic="true"> |
106 | <comment>approximate position of the tile</comment> | 106 | <comment>approximate position of the tile</comment> | ... | ... |
-
Please register or sign in to post a comment