<div dir="ltr"><br>Hi Markus, and VOTable friends,<br><br>VOTable is an important component in the VO, and I'm really not sure it's worth to change the VOTable schema as proposed in section 3.4 — and is it really in the VOTable document that the way of retrieving the astrometric components should be placed ? Also don't forget that the COOSYS element was up to now located at the RESOURCE level, and from there you can't safely reference FIELDs which may exist in several TABLEs; should COOSYS become as a sub-TABLE element? Could the example proposed at the end of section 3.4 work is there are several TABLEs in the RESOURCE ?<br><br>IF there is a need to specify the astrometric components in the VOTable<br>document (again, I'm not sure the VOTable format definition is the correct<br>location for this specification) :<br>* suggest to use a GROUP (example below)<br>* place an example in the appropriate section (section 4.9).<br><br>I really hope that VOTable will continue to fill the necessary requirements<br>for providing well-documented astronomical data.<br><br>Thank you for letting me participate to the discussion !<div>François Ochsenbein<br><br>============================================================<br><br>An example could be:<br><br><RESOURCE><br><COOSYS ID="ICRS-geo" system="ICRS" refposition="geocenter" /><br><COOSYS ID="ICRS-2016" system="ICRS" epoch="J2016.0" refposition="barycenter" /><br>...<br><br><TABLE><br><br><FIELD ID="col1" name="RA" ucd="pos.eq.ra" unit="deg" ref="ICRS-2016"/><br><FIELD ID="col2" name="Dec" ucd="pos.eq.dec" unit="deg" ref="ICRS-2016"/><br>...<br><FIELD ID="col11" name="RA-predicted" ucd="pos.eq.ra" unit="deg" ref="ICRS-geo"//><br><FIELD ID="col12" name="Dec-predicted" ucd="pos.eq.dec" unit="deg" ref="ICRS-geo"/><br><FIELD ID="col13" name="Date" unit="yr" ucd="time.epoch" ><br><FIELD ID="col14" name="AU" unit="au" ucd="pos.distance" ><br>...<br><br><GROUP name="astrometry-main" ucd="pos" ref="ICRS-2016"><br>  <DESCRIPTION>Components of the position at the mean epoch</DESCRIPTION><br>  <FIELDref ref="col1" utype="LonLatPoint-lon" /><br>  <FIELDref ref="col2" utype="LonLatPoint-lat" /><br>  ...<br></GROUP><br><br><GROUP name="astrometry-predicted" ucd="pos" ref="ICRS-geo"><br>  <DESCRIPTION>Individual geocentric computations at reported dates</DESCRIPTION><br>  <FIELDref ref="col11" utype="LonLatPoint-lon" /><br>  <FIELDref ref="col12" utype="LonLatPoint-lat" /><br>  <FIELDref ref="col13" ucd="time.epoch" /><br>  <FIELDref ref="col14" ucd="pos.distance" /><br>  ...<br></GROUP><br>...<br></TABLE><br></RESOURCE><br><br>(notice that all elements are defined before these are used; also<br>non-astrometric parameters may be present in a group, the ucd was then<br>listed rather than a utype)<br></div></div>