@@ -932,10 +932,10 @@ public class TAPMetadata implements Iterable<TAPSchema>, VOSIResource, TAPResour
returntables;
caseCOOSYS:
TAPTablecoosys=newTAPTable(STDSchema.TAPSCHEMA+"."+STDTable.COOSYS,TableType.table,"List of coordinate systems published used this TAP service.",null);
coosys.addColumn("id",newDBType(DBDatatype.VARCHAR),"ID of the coordinate system definition.",null,null,null,true,true,false);
coosys.addColumn("equinox",newDBType(DBDatatype.VARCHAR),"Required to fix the equatorial or ecliptic systems (as e.g. \"J2000\" as the default \"eq_FK5\" or \"B1950\" as the default \"eq_FK4\").",null,null,null,false,false,false);
TAPTablecoosys=newTAPTable(STDSchema.TAPSCHEMA+"."+STDTable.COOSYS,TableType.table,"List of coordinate systems of coordinate columns published in this TAP service.",null);
coosys.addColumn("id",newDBType(DBDatatype.VARCHAR),"ID of the coordinate system definition as it must be in the VOTable.",null,null,null,true,true,false);
coosys.addColumn("equinox",newDBType(DBDatatype.VARCHAR),"Required to fix the equatorial or ecliptic systems (as e.g. \"J2000\" as the default for \"eq_FK5\" or \"B1950\" as the default for \"eq_FK4\").",null,null,null,false,false,false);
coosys.addColumn("epoch",newDBType(DBDatatype.VARCHAR),"Epoch of the positions (if necessary).",null,null,null,false,false,false);
returncoosys;
...
...
@@ -1035,11 +1035,7 @@ public class TAPMetadata implements Iterable<TAPSchema>, VOSIResource, TAPResour