valentinedwv / ioostech

Automatically exported from code.google.com/p/ioostech
0 stars 0 forks source link

Is DataArray necessary in timeSeriesProfile.xml #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This template uses a <DataArray> element. Is it necessary? It seems redundant.

http://code.google.com/p/ioostech/source/browse/trunk/templates/1.0/TimeSeriesPr
ofile/timeSeriesProfile.xml

 <swe:field name="profilePoints">
              <swe:DataArray>
                <swe:DataRecord>

Other templates seem to use just:
field/DataRecord   Oxygen validates the xml when I removed it.

Original issue reported on code.google.com by ebrid...@gmri.org on 22 Feb 2012 at 9:13

GoogleCodeExporter commented 8 years ago

Original comment by dpsnowde...@gmail.com on 24 Apr 2012 at 1:56

GoogleCodeExporter commented 8 years ago
We need DataArray because DataRecord doesn't have anywhere to put the encoded 
values. Oxygen validates without it due to the whole 
no-validation-inside-om:result funhouse. Closing issue for posterity...

Original comment by sh...@axiomalaska.com on 5 Sep 2012 at 1:02

GoogleCodeExporter commented 8 years ago
Great! For future reference: this issue was discussed much more extensively on 
the email list than here. See this thread:
https://groups.google.com/d/topic/ioostech_dev/DxN09I23G84/discussion

Original comment by emilioma...@gmail.com on 5 Sep 2012 at 7:01