<br /> <!-- * Set ALLOWTOPICRENAME = IVOA.TWikiAdminGroup --> ---+ !VOSI-1.1 Erratum 2 - Example corrections Author: Patrick Dowler<br />Date:2019-04-12 The following Erratum amends the VOSI-1.1 recommendation. ---+++ Rationale In VOSI 1.1 ([[#Ref1][ref]]), some of the VOSITables examples have incorrect xsi:type (vs:TAP should be vs:TAPType) and extraneous spaces that should not be there. This erratum is to fix those bugs in the examples. Note: Although vs:TAPType may be deprecated and/or removed in future in favour of using vs:VOTableType, this erratum *does not* change the examples ---+++ Change of standards text * Section 5.2: Change vs:TAP to vs:TAPType and remove extraneous spaces before closing elements; removed the single TAP_SCHEMA table from the example because it was in the same <schema> element (confusing and not relevant to showing what max detail means); added a comment to the example that possible additional schema was omitted in case someone compares this example with the min detail example below * Section 5.3: remove extraneous spaces before closing elements The new example for section 5.2 is: <verbatim><?xml version="1.0" encoding="UTF-8"?> <vosi:tableset xmlns:vosi="http://www.ivoa.net/xml/VOSITables/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:vs="http://www.ivoa.net/xml/VODataService/v1.1" version="1.1"> <schema> <name>cfht</name> <table type="output"> <name>cfht.deepU</name> <column> <name>cfhtlsID </name> <dataType xsi:type="vs:TAPType" size="30">adql:VARCHAR</dataType> </column> <column> <name>survey </name> <dataType xsi:type="vs:TAPType" size="6">adql:VARCHAR</dataType> </column> <column> <name>field </name> <dataType xsi:type="vs:TAPType" size="2">adql:VARCHAR</dataType> </column> <column> <name>pointing </name> <dataType xsi:type="vs:TAPType" size="6">adql:VARCHAR</dataType> </column> <column> <name>selectionFilter </name> <dataType xsi:type="vs:TAPType" size="2">adql:VARCHAR</dataType> </column> </table> </schema> <!-- additonal schema element in minimum detail example omitted for brevity --> </vosi:tableset></verbatim> The new example for section 5.3 is: <verbatim><?xml version="1.0" encoding="UTF-8"?> <vosi:tableset xmlns:vosi="http://www.ivoa.net/xml/VOSITables/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:vs="http://www.ivoa.net/xml/VODataService/v1.1" version="1.1"> <schema> <name>cfht</name> <table type="output"> <name>cfht.deepU</name> </table> </schema> <schema> <name>TAP_SCHEMA</schema> <table type="output"> <name>TAP_SCHEMA.tables</name> </table> <table type="output"> <name>TAP_SCHEMA.columns</name> </table> <table type="output"> <name>TAP_SCHEMA.keys</name> </table> <table type="output"> <name>TAP_SCHEMA.key_columns</name> </table> </schema> </vosi:tableset></verbatim> Change in VOSI.tex in volute svn revision 5388. ---+++ Impact Assessment * No impact is expected. ---+++ References <a name="Ref1"></a> * [[http://ivoa.net/documents/VOSI/20170524/index.html][VOSI 1.1]]
This topic: IVOA
>
WebHome
>
WebPreferences
>
VOSI-1_1-Erratum-2
Topic revision: r1 - 2019-04-12 - PatrickDowler
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback