e0ab40ea by Mike Mathews

Changed 'data' to 'miscdata' in Object structure definition.

1 parent 092b066c
...@@ -143,8 +143,12 @@ ...@@ -143,8 +143,12 @@
143 <comment>Optional user friendly description of the GeoObject.</comment> 143 <comment>Optional user friendly description of the GeoObject.</comment>
144 </elem> 144 </elem>
145 145
146 <elem name="data" type="Tensor.json" multiplicity="0..1"> 146 <elem name="miscdata" type="Tensor.json" multiplicity="0..1">
147 <comment>Optional JSON data associated with this object.</comment> 147 <comment>Optional miscellaneous JSON data associated with this object. This field is
148 provided to add additional non-typed data to the object, which can be application specific.
149 Should multiple applications share this data, then likely an updated XID definition would be more
150 appropriate.
151 </comment>
148 </elem> 152 </elem>
149 </struct> 153 </struct>
150 154
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!