Comment #9 on issue 58 by
abir...@gmail.com: Use of gml:name in
GetObservation templates
http://code.google.com/p/ioostech/issues/detail?id=58
So, upon review the Issue 26 and current GetObs template, I would assume
that the first bullet from the GetObs response requirement becomes somewhat
irrelevant as it is not used in the GetObs template anymore, and is
unnecessary restrictive in terms of future development, i.e. we all agreed
that although not following the rule is some stretch for SOS 1.0, it will
be perfectly legal for SOS 2.0.
However, the second bullet specifies the structure that is still used in
the template:
<!-- =========================================================== -->
<!-- procedure -->
<!-- Each station is listed as a process member -->
<!-- =========================================================== -->
<om:procedure>
<om:Process>
<gml:member xlink:href="urn:ioos:station:wmo:41001" />
<gml:member xlink:href="urn:ioos:station:wmo:41002" />
</om:Process>
</om:procedure>
Since the Issue 26 discussion revealed that the <om:procedure> may be
presented in various ways, I believe that this bullet should stay. If
everyone agrees, I will remove the first bullet from Wiki, and Kyle may
close the issue then.