DataLink version 1.0 Proposed Erratum 4: Self-Describing Service example fix

Author: Mark Taylor, François Bonnarel

Date last changed: 2020-05-08

Rationale

In the process of moving the DataLink-1.0 into the ivoa-std GitHub repo, it has been found an error in the example in §4.6 (page 26) (see DataLink issue #3). The error consists in a wrong ref="primaryID" attribute linking a service descriptor PARAM to a results table FIELD. This erratum proposes to suppress the wrong ref attribute.

Erratum Content

This Erratum proposes to replace, in §4.6 of DataLink - Version 1.0 the first RESOURCE element of the example:

<RESOURCE type=”meta” utype=”adhoc:service” name=”this”>
   <PARAM name="standardID" datatype="char" arraysize="*"
      value="ivo://ivoa.net/std/DataLink#links-1.0" />
   <PARAM name="accessURL" datatype="char" arraysize="*"
      value="http://example.com/mylinks" />
   <GROUP name=”inputParams”>
      <PARAM name=”ID” datatype=”char” arraysize=”*”
         value=”” ref=”primaryID”/>
   </GROUP>
</RESOURCE>

with the following one:

<RESOURCE type=”meta” utype=”adhoc:service” name=”this”>
   <PARAM name="standardID" datatype="char" arraysize="*"
      value="ivo://ivoa.net/std/DataLink#links-1.0" />
   <PARAM name="accessURL" datatype="char" arraysize="*"
      value="http://example.com/mylinks" />
   <GROUP name=”inputParams”>
      <PARAM name=”ID” datatype=”char” arraysize=”*” value=”” />
   </GROUP>
</RESOURCE>

That is, removing the ref attribute and its value, that refer a non-existant FIELD in the example itself.

Impact Assessment

The proposed change doesn't impact any part of DataLink implementations since it simply amends an example fixing it.

Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r2 - 2020-05-08 - FrancoisBonnarel
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback