<?xml-stylesheet href='/static/xsl/oai.xsl' type='text/xsl'?>
<ri:Resource created="2016-08-05T09:15:01" status="active" updated="2025-10-31T23:05:35.221" version="1.2" xmlns:ri="http://www.ivoa.net/xml/RegistryInterface/v1.0" xmlns:stat0="https://gaia.ari.uni-heidelberg.de/tap-stats" xmlns:tr="http://www.ivoa.net/xml/TAPRegExt/v1.0" xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0" xmlns:vs="http://www.ivoa.net/xml/VODataService/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ivoa.net/xml/TAPRegExt/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/TAPRegExt.xsd http://www.ivoa.net/xml/VOResource/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/VOResource.xsd http://www.ivoa.net/xml/VODataService/v1.1 http://vo.ari.uni-heidelberg.de/docs/schemata/VODataService.xsd" xsi:type="vs:CatalogService">
           <title>ARI's Gaia TAP Service</title>
           <shortName>ARI-Gaia</shortName>
           <identifier>ivo://uni-heidelberg.de/gaia/tap</identifier>
           <curation>
              <publisher>Astronomisches Rechen-Institut</publisher>
              <contact>
                 <name>Jon juaristi Campillo</name>
                 <email>juaristi@uni-heidelberg.de</email>
              </contact>
           </curation>
           <content>
              <subject>Gaia</subject>
              <description>This service provides Gaia data (currently DR1, DR2, EDR3 and DR3), with full-sky catalogues of high-precision positions down to about 20 mag, as a mirror of the original ESA archive with extra features (e.g., tables and column metadata).</description>
              <referenceURL>https://gaia.ari.uni-heidelberg.de</referenceURL>
              <type>Catalog</type>
              <contentLevel>Research</contentLevel>
           </content>
           <capability standardID="ivo://ivoa.net/std/TAP" xsi:type="tr:TableAccess">
              <interface role="std" xsi:type="vs:ParamHTTP">
                 <accessURL use="base">https://gaia.ari.uni-heidelberg.de/tap</accessURL>
              </interface>
              <dataModel ivo-id="ivo://ivoa.net/std/ObsCore#core-1.1">ObsCore-1.1</dataModel>
              <language>
                 <name>ADQL</name>
                 <version ivo-id="ivo://ivoa.net/std/ADQL#v2.0">2.0</version>
                 <description>ADQL 2.0</description>
                 <languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adqlgeo">
                    <feature>
                       <form>AREA</form>
                    </feature>
                    <feature>
                       <form>BOX</form>
                    </feature>
                    <feature>
                       <form>CENTROID</form>
                    </feature>
                    <feature>
                       <form>CIRCLE</form>
                    </feature>
                    <feature>
                       <form>CONTAINS</form>
                    </feature>
                    <feature>
                       <form>DISTANCE</form>
                    </feature>
                    <feature>
                       <form>COORD1</form>
                    </feature>
                    <feature>
                       <form>COORD2</form>
                    </feature>
                    <feature>
                       <form>COORDSYS</form>
                    </feature>
                    <feature>
                       <form>INTERSECTS</form>
                    </feature>
                    <feature>
                       <form>POINT</form>
                    </feature>
                    <feature>
                       <form>POLYGON</form>
                    </feature>
                    <feature>
                       <form>REGION</form>
                    </feature>
                 </languageFeatures>
                 <languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-udf">
                    <feature>
                       <form>ivo_healpix_index(hpxOrder INTEGER, ra DOUBLE, dec DOUBLE) -&gt; BIGINT</form>
                       <description>Returns the index of the (nest) Healpix cell (at the specified order: hpxOrder) containing the specified spherical point (ra, dec).</description>
                    </feature>
                    <feature>
                       <form>ivo_healpix_index(hpxOrder INTEGER, point POINT) -&gt; BIGINT</form>
                       <description>Returns the index of the (nest) Healpix cell (at the specified order: hpxOrder) containing the specified spherical point.</description>
                    </feature>
                    <feature>
                       <form>ivo_healpix_center(hpxOrder INTEGER, hpxIndex BIGINT) -&gt; POINT</form>
                       <description>Returns a POINT corresponding to the center of the Healpix cell with the given index at the given order.</description>
                    </feature>
                    <feature>
                       <form>gaia_healpix_index(hpxOrder INTEGER, sourceId BIGINT) -&gt; BIGINT</form>
                       <description>Returns the index of the (nest) Healpix cell (at the specified order: hpxOrder) containing the specified Gaia source. The Healpix index is actually extracted from the given Gaia source_id.</description>
                    </feature>
                    <feature>
                       <form>ivo_apply_pm(ra DOUBLE, dec DOUBLE, pmra DOUBLE, pmdec DOUBLE, epochDist DOUBLE) -&gt; POINT</form>
                       <description>Returns a POINT for a given position (ra and dec) with a given proper motion (pmra and pmdec) after a given number of Julian years. Positions must be in degrees, proper motions are expected in degrees/year). pmra is assumed to contain cos(delta). NOTE: This currently is a crappy approximation that does *not* go through the tangential plane. If you use it, let the operators know so we replace it with something real. NOTE 2: This function is a clone of the function ivo_apply_pm provided by GAVO's TAP service.</description>
                    </feature>
                    <feature>
                       <form>ivo_histogram(column DOUBLE, lowerBound DOUBLE, upperBound DOUBLE, nbins INTEGER) -&gt; INTEGER[]</form>
                       <description>The aggregate function returns a histogram of val with nbins+2 elements. Assuming 0-based arrays, result[0] contains the number of underflows (i.e., val&lt;lower), result[nbins+1] the number of overflows. Elements 1..nbins are the counts in nbins bins of width (upper-lower)/nbins. Clients will have to convert back to physical units using some external communication, there currently is no (meta-) data as lower and upper in the TAP response.</description>
                    </feature>
                    <feature>
                       <form>unnest(column DOUBLE[]) -&gt; DOUBLE</form>
                       <description>Returns an array column in a per-row basis. When it is used for multiple columns, each row will contain a[0], b[0], but be aware that lengths my differ.</description>
                    </feature>
                    <feature>
                       <form>greatest(v1 DOUBLE, v2 DOUBLE) -&gt; DOUBLE</form>
                       <description>Returns the greatest value between the two</description>
                    </feature>
                    <feature>
                       <form>least(v1 DOUBLE, v2 DOUBLE) -&gt; DOUBLE</form>
                       <description>Returns the lowest value between the two</description>
                    </feature>
                    <feature>
                       <form>arr_avg(arr DOUBLE[]) -&gt; DOUBLE</form>
                       <description>Returns the average value of the array</description>
                    </feature>
                    <feature>
                       <form>arr_max(arr DOUBLE[]) -&gt; DOUBLE</form>
                       <description>Returns the maximum value of the array</description>
                    </feature>
                    <feature>
                       <form>arr_min(arr DOUBLE[]) -&gt; DOUBLE</form>
                       <description>Returns the min value of the array</description>
                    </feature>
                    <feature>
                       <form>arr_stddev(arr DOUBLE[]) -&gt; DOUBLE</form>
                       <description>Returns the standard deviation of the array</description>
                    </feature>
                    <feature>
                       <form>arr_sqrt(arr DOUBLE[]) -&gt; DOUBLE</form>
                       <description>Returns the square root of the array</description>
                    </feature>
                 </languageFeatures>
              </language>
              <outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-binary">
                 <mime>application/x-votable+xml</mime>
                 <alias>votable</alias>
              </outputFormat>
              <outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-binary2">
                 <mime>application/x-votable+xml;serialization=BINARY2</mime>
                 <alias>votable/b2</alias>
              </outputFormat>
              <outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-td">
                 <mime>application/x-votable+xml;serialization=TABLEDATA</mime>
                 <alias>votable/td</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/x-votable+xml;serialization=FITS</mime>
                 <alias>votable/fits</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/fits</mime>
                 <alias>fits</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/json</mime>
                 <alias>json</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/csv</mime>
                 <alias>csv</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/tab-separated-values</mime>
                 <alias>tsv</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/plain</mime>
                 <alias>text</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/html</mime>
                 <alias>html</alias>
              </outputFormat>
              <uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-inline"/>
              <uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-http"/>
              <uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-ftp"/>
              <retentionPeriod>
                 <default>259200</default>
                 <hard>604800</hard>
              </retentionPeriod>
              <executionDuration>
                 <default>1800</default>
                 <hard>14400</hard>
              </executionDuration>
              <outputLimit>
                 <default unit="row">100000</default>
                 <hard unit="row">10000000</hard>
              </outputLimit>
              <uploadLimit>
                 <default unit="row">10000000</default>
                 <hard unit="row">10000000</hard>
              </uploadLimit>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#tables">
              <interface role="std" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> https://gaia.ari.uni-heidelberg.de/tap/tables </accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#capabilities">
              <interface role="std" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> https://gaia.ari.uni-heidelberg.de/tap/capabilities </accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/DALI#examples">
              <interface role="std" xsi:type="vr:WebBrowser">
                 <accessURL use="full"> https://gaia.ari.uni-heidelberg.de/tap/examples </accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#availability">
              <interface role="std" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> https://gaia.ari.uni-heidelberg.de/tap/availability </accessURL>
              </interface>
           </capability>
           <tableset xsi:schemaLocation="http://www.ivoa.net/xml/VODataService/v1.1 http://www.ivoa.net/xml/VOSITables/v1.0 http://www.ivoa.net/xml/VOSITables/v1.0 https://gaia.ari.uni-heidelberg.de/tap-stats https://gaia.ari.uni-heidelberg.de/tap-stats.xsd">
              <schema>
                 <name>gaiafpr</name>
                 <table>
                    <name>gaiafpr.crowded_field_source</name>
                    <nrows>526587</nrows>
                    <description>Sources based on Service Interface Function (SIF) images of very dense regions in the sky. These sources build an add-on catalogue to the nominal Gaia catalogue. Nominal and SIF detections were not mixed to create these sources. These Sources are thus obtained from SIF image detections only. Sources already present in the nominal catalogue were removed from the SIF add-on catalogue.</description>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release) providing the CrowdedField-nature of the source via location bit</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>designation</name>
                       <description>Unique source designation (unique across all Data Releases)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>phot_g_mean_mag</name>
                       <description>G-band mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_chi2_al</name>
                       <description>AL chi-square value</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>astrometric_gof_al</name>
                       <description>Goodness of fit statistic of model wrt along-scan observations</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>astrometric_matched_transits</name>
                       <description>Matched FOV transits used in the AGIS solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of bad observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of good observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of observations in the across-scan (AC) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_primary_flag</name>
                       <description>Primary or secondary</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>astrometric_sigma5d_max</name>
                       <description>The longest semi-major axis of the 5-d error ellipsoid</description>
                       <unit>mas</unit>
                       <ucd>stat;pos.errorEllipse</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dec_pseudocolour_corr</name>
                       <description>Correlation between declination and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ipd_gof_harmonic_amplitude</name>
                       <description>Amplitude of the IPD GoF versus position angle of scan</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ipd_gof_harmonic_phase</name>
                       <description>Phase of the IPD GoF versus position angle of scan</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>matched_transits</name>
                       <description>The number of transits matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>n_scans</name>
                       <description>Number of CrowdedField scans of the source location</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its standard error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>parallax_pseudocolour_corr</name>
                       <description>Correlation between parallax and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_flux_first_quartile</name>
                       <description>First quartile of the flux distribution</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_flux_kurtosis</name>
                       <description>Measure of the kurtosis of the flux distribution</description>
                       <ucd>phot.flux;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_flux_mad</name>
                       <description>MAD of the flux distribution</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_flux_max</name>
                       <description>Maximum flux value</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_flux_median</name>
                       <description>Median flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_flux_min</name>
                       <description>Minimum flux value</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_flux_skewness</name>
                       <description>Measure of the skewness of the flux distribution</description>
                       <ucd>phot.flux;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_flux_third_quartile</name>
                       <description>Third quartile of the flux distribution</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_flux_uwv</name>
                       <description>Unit weight variance of fluxes</description>
                       <ucd>stat.weight</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>phot_g_mean_flux</name>
                       <description>G-band mean flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>phot_g_mean_flux_error</name>
                       <description>Error on G-band mean flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_mean_flux_over_error</name>
                       <description>G-band mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>phot_proc_mode</name>
                       <description>Photometry processing mode</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>pm</name>
                       <description>Total proper motion</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmdec_pseudocolour_corr</name>
                       <description>Correlation between proper motion in declination and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pmra_pmdec_corr</name>
                       <description>Correlation between proper motion in right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pmra_pseudocolour_corr</name>
                       <description>Correlation between proper motion in right asension and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pseudocolour</name>
                       <description>Astrometrically estimated pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pseudocolour_error</name>
                       <description>Standard error of the pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>stat.error;em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ra_pmra_corr</name>
                       <description>Correlation between right ascension and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ra_pseudocolour_corr</name>
                       <description>Correlation between right ascension and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>region_name</name>
                       <description>Name of the designated CrowdedField region in the sky</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>scan_direction_mean_k1</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_direction_mean_k2</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_direction_mean_k3</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_direction_mean_k4</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_direction_strength_k1</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_direction_strength_k2</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_direction_strength_k3</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_direction_strength_k4</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>visibility_periods_used</name>
                       <description>Number of visibility periods used in Astrometric solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiafpr.interstellar_medium_params</name>
                    <nrows>235428</nrows>
                    <description>This is the main table of DIB parameters from DIB-Spec, derived from spectra binned in galactic latitude, longitude and distance.</description>
                    <column>
                       <name>bc</name>
                       <description>Central galactic latitude of voxel</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dc</name>
                       <description>Central heliocentric distance of voxel</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dibcont_a0</name>
                       <description>Slope a0 of the global continuum fit of the full stacked spectrum</description>
                       <ucd>stat.fit.param;spect.continuum</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dibcont_a0_lower</name>
                       <description>Lower confidence level (16%) of the slope a0 of the global continuum fit</description>
                       <ucd>stat.fit.param;spect.continuum</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dibcont_a0_upper</name>
                       <description>Upper confidence level (84%) of the slope a0 of the global continuum fit</description>
                       <ucd>stat.fit.param;spect.continuum</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dibcont_a1</name>
                       <description>Intercept a1 of the global continuum fit of the full stacked spectrum</description>
                       <ucd>stat.fit.param;spect.continuum</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ew8620</name>
                       <description>DIB equivalent width at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ew8620_lower</name>
                       <description>Lower confidence level (16%) of DIB equivalent width at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ew8620_upper</name>
                       <description>Upper confidence level (84%) of DIB equivalent width at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ew8648</name>
                       <description>DIB equivalent width at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ew8648_lower</name>
                       <description>Lower confidence level (16%) of DIB equivalent width at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ew8648_upper</name>
                       <description>Upper confidence level (84%) of DIB equivalent width at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flags8620</name>
                       <description>Quality flag of DIB parameters at 862.0 nm</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>flags8648</name>
                       <description>Quality flag of DIB parameters at 864.8 nm</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>healpix</name>
                       <description>HEALPix identification</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>lc</name>
                       <description>Central galactic longitude of voxel</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>n_targets</name>
                       <description>Number of target stars in a voxel</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>p08620</name>
                       <description>p0 parameter at 862.0 nm</description>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p08620_lower</name>
                       <description>Lower confidence level (16%) of p0 parameter at 862.0 nm</description>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p08620_upper</name>
                       <description>Upper confidence level (84%) of p0 parameter at 862.0 nm</description>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p08648</name>
                       <description>p0 parameter at 864.8 nm</description>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p08648_lower</name>
                       <description>Lower confidence level (16%) of p0 parameter at 864.8 nm</description>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p08648_upper</name>
                       <description>Upper confidence level (84%) of p0 parameter at 864.8 nm</description>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p18620</name>
                       <description>p1 parameter at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p18620_lower</name>
                       <description>Lower confidence level (16%) of p1 parameter at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p18620_upper</name>
                       <description>Upper confidence level (84%) of p1 parameter at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p18648</name>
                       <description>p1 parameter at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p18648_lower</name>
                       <description>Lower confidence level (16%) of p1 parameter at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p18648_upper</name>
                       <description>Upper confidence level (84%) of p1 parameter at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p28620</name>
                       <description>p2 parameter at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p28620_lower</name>
                       <description>Lower confidence level (16%) of p2 parameter at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p28620_upper</name>
                       <description>Upper confidence level (84%) of p2 parameter at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p28648</name>
                       <description>p2 parameter at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p28648_lower</name>
                       <description>Lower confidence level (16%) of p2 parameter at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>p28648_upper</name>
                       <description>Upper confidence level (84%) of p2 parameter at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>snr</name>
                       <description>SNR of the stacked ISM spectrum at 862.0 nm</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiafpr.interstellar_medium_spectra</name>
                    <nrows>62859276</nrows>
                    <description>Table of the stacked Interstellar Medium Spectra</description>
                    <column>
                       <name>bc</name>
                       <description>Central galactic latitude of voxel</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dc</name>
                       <description>Central heliocentric distance of voxel</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>flux</name>
                       <description>Normalised flux</description>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flux_uncertainty</name>
                       <description>Uncertainty in the flux parameter</description>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>healpix</name>
                       <description>The HEALPix Identification</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>lambda</name>
                       <description>Wavelength</description>
                       <unit>angstrom</unit>
                       <ucd>em.wl</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>lc</name>
                       <description>Central galactic longitude of voxel</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiafpr.lens_candidates</name>
                    <nrows>4760920</nrows>
                    <description>This table contains the sources identified as possible gravitational lens candidates based on an analysis of the observations in the neighbourhoud of a list of sources selected from a compilation of quasar candidates. Information about the catalogues from which these quasars proceed is given in the table of lens catalogue names.For each sourceId, a list of components found around that source is tabulated, together with some information about their position and flux as derived from the cluster of observations associated with each of them. These individual observations are provided in LensObservations.A separate table LensOutliers compiles all those observations that could not be associated to a component around a given sourceId, and that have therefore been discarded from the analysis.</description>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>component_flag</name>
                       <description>Component object flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>component_id</name>
                       <description>Index of the component for this sourceId</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec_component</name>
                       <description>Mean declination of the clusters of measurements</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>dec_std_component</name>
                       <description>Standard deviation of the declination measurements</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flag</name>
                       <description>GravLens flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>g_flux_component</name>
                       <description>Mean G flux of the component</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>g_flux_component_error</name>
                       <description>Uncertainty of the mean flux value for this component</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>g_mag_component</name>
                       <description>Mean onboard G magnitude of the component</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>g_mag_std_component</name>
                       <description>Standard deviation of the onboard G magnitude of the component</description>
                       <unit>mag</unit>
                       <ucd>stat.error;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>name</name>
                       <description>The name of the gravitational lens candidate</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>n_components</name>
                       <description>Number of components</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>n_obs_component</name>
                       <description>Number of valid observations used for this component</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>ra_component</name>
                       <description>Mean right ascension of the component</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_std_component</name>
                       <description>Standard deviation of the right ascension of the component</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiafpr.lens_catalogue_name</name>
                    <nrows>3760480</nrows>
                    <description>This table provides the list of input catalogues that have been used to select any given source that was analysed by the Gravitational Lens module and published in the lens candidate table.Each source may have been cross-matched to more than one catalogue and therefore can have several entries in the table.For the FPR, the catalogues considered for this selection are mostly external, although sources identified by DPAC based on the classification performed by other processing have also been included here.Each catalogue is assigned a catalogueId. For the FPR the following applies:-   1: Ducourant+2022-   2: Gravitational Lens data base (Ducourant+2023):-   3: Gravitational Lens candidates (Krone-Martins+2023):-   4: Milliquas 7.5b-   5: Milliquas 7.5-   6: Milliquas 7.4d-   7: Milliquas 7.4c-   8: Milliquas 7.1b-   9: Milliquas 7.0-   10: Milliquas 6.4-   11: Assef R90-   12: Shu+2019-   13: Assef C75-   14: Sergei Klioner, private communication, 2022.Further details on these catalogues are given in Ducourant+2023.</description>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>catalogue_id</name>
                       <description>The unique identifier for the catalogue(s) used to select the sources in the gravitational lenses analysis</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiafpr.lens_observation</name>
                    <nrows>171545519</nrows>
                    <description>This table contains the observations associated with the components found in the lens candidates table.</description>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>component_id</name>
                       <description>Index of the component for this sourceId</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec_obs</name>
                       <description>Declination of each individual observation belonging to this component, as decoded from the transitId</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_obs</name>
                       <description>Epoch of the individual observation belonging to this component</description>
                       <unit>d</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>g_flux_obs</name>
                       <description>Flux value of each individual observation belonging to this component</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>g_flux_obs_error</name>
                       <description>Flux error value of each individual observation belonging to this component</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>g_mag_obs</name>
                       <description>Onboard G magnitudes of each individual observation belonging to this component</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>observation_id</name>
                       <description>Counter for the observations of each component</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra_obs</name>
                       <description>Right ascension of each individual observation belonging to this component, as decoded from the transitId</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiafpr.lens_outlier</name>
                    <nrows>11822543</nrows>
                    <description>This table contains the individual observations that have been discarded from the analysis of the gravitational lenses around the list of sourceIds tabulated in the lens candidate table. These are observations that could not be associated with any of the components assigned to the source of interest.</description>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec_obs</name>
                       <description>Declination of each individual outlier observation</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_obs</name>
                       <description>Epoch of the individual outlier observation</description>
                       <unit>d</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>g_flux_obs</name>
                       <description>Flux value of each individual outlier observation</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>g_flux_obs_error</name>
                       <description>Flux error value of each individual outlier observation</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>g_mag_obs</name>
                       <description>Onboard G magnitudes of each individual outlier observation</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>outlier_id</name>
                       <description>Counter for the outliers of each component</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra_obs</name>
                       <description>Right ascension of each individual outlier observation</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiafpr.sso_observation</name>
                    <nrows>46264083</nrows>
                    <description>Solar System object observations. Each table line contains data obtained during the transit of the source on a single CCD, during a single transit. The corresponding epoch is provided. Data not varying within the transit are repeated identically for all single observations of that transit.</description>
                    <column>
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_outcome_ccd</name>
                       <description>Result of processing the CCDs</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>astrometric_outcome_transit</name>
                       <description>Result of processing the transit</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec_error_random</name>
                       <description>Standard error of declination, random</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>dec_error_systematic</name>
                       <description>Standard error of declination, systematic</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>denomination</name>
                       <description>standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>epoch</name>
                       <description>Gaia-Centric epoch TCB(Gaia)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_err</name>
                       <description>Error in Gaia-Centric epoch</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_utc</name>
                       <description>Gaia-Centric TCB epoch converted to UTC</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>fov</name>
                       <description>Field of view</description>
                       <ucd>phys.angSize;instr.fov</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>is_rejected</name>
                       <description>Flag indicating if rejected by the orbital fit</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>observation_id</name>
                       <description>Observation Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>position_angle_scan</name>
                       <description>Position angle of the scanning direction</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra_dec_correlation_random</name>
                       <description>Correlation of ra and dec errors, random</description>
                       <ucd>stat.correlation;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_dec_correlation_systematic</name>
                       <description>Correlation of ra and dec errors, systematic</description>
                       <ucd>stat.correlation;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_error_random</name>
                       <description>Standard error of right ascension, random</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_error_systematic</name>
                       <description>Standard error of right ascension, systematic</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>transit_id</name>
                       <description>Transit Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>vx_gaia</name>
                       <description>Barycentric x velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.barycenter;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vx_gaia_geocentric</name>
                       <description>Geocentric x velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.geocentric;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vy_gaia</name>
                       <description>Barycentric y velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.barycenter;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vy_gaia_geocentric</name>
                       <description>Geocentric y velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.geocentric;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vz_gaia</name>
                       <description>Barycentric z velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.barycenter;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vz_gaia_geocentric</name>
                       <description>Geocentric z velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.geocentric;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>x_gaia</name>
                       <description>Barycentric x position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.x;pos.barycenter</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>x_gaia_geocentric</name>
                       <description>Geocentric x position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.x;pos.geocentric</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>y_gaia</name>
                       <description>Barycentric y position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.y;pos.barycenter</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>y_gaia_geocentric</name>
                       <description>Geocentric y position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.y;pos.geocentric</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>z_gaia</name>
                       <description>Barycentric z position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.z;pos.barycenter</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>z_gaia_geocentric</name>
                       <description>Geocentric z position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.z;pos.geocentric</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiafpr.sso_source</name>
                    <nrows>156823</nrows>
                    <description>This table contains data related to Solar System objects observed by Gaia. The quantities in the table are derived from data reduction and are associated with single objects.</description>
                    <column>
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>denomination</name>
                       <description>standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>epoch_state_vector</name>
                       <description>TCB epoch for the state vector</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>h_state_vector</name>
                       <description>Heliocentric State Vector at reference Epoch</description>
                       <ucd>pos</ucd>
                       <dataType size="6" xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>h_state_vector_var_covar_matrix</name>
                       <description>Covariance matrix of the State Vector</description>
                       <ucd>stat.covariance</ucd>
                       <dataType size="21" xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>num_of_obs</name>
                       <description>number of observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>orbital_elements_var_covar_matrix</name>
                       <description>var-covar matrix on elliptical elements at reference Epoch</description>
                       <ucd>stat.covariance</ucd>
                       <dataType size="21" xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiafpr.vari_epoch_radial_velocity</name>
                    <nrows>231767</nrows>
                    <description>This table contains the epoch radial velocity data points for a sub-set of variable stars. Each entry is a radial velocity in the solar barycentric reference frame for a given object and observation time.</description>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>radial_velocity</name>
                       <description>Barycentric radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>radial_velocity_error</name>
                       <description>Barycentric radial velocity error</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>rejected_by_variability</name>
                       <description>Rejected by DPAC variability processing (or variability analysis)</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>rv_obs_time</name>
                       <description>Observing time of the transit</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>transit_id</name>
                       <description>Transit unique identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiafpr.vari_long_period_variable</name>
                    <nrows>9614</nrows>
                    <description>This table describes the Long Period Variable stars.Some entries can be NaN when absent.</description>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>amplitude</name>
                       <description>Variability amplitude based on the best-fit model to the G FoV time series</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>amplitude_rv</name>
                       <description>Variability amplitude based on the best-fit model to the radial velocity time series</description>
                       <unit>km.s**-1</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>flag_rv</name>
                       <description>Flag identifying a top-quality subsample</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>frequency</name>
                       <description>Frequency from G FoV time series</description>
                       <unit>d**-1</unit>
                       <ucd>src.var.pulse</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>frequency_error</name>
                       <description>Uncertainty on the frequency from G FoV time series</description>
                       <unit>d**-1</unit>
                       <ucd>stat.error;src.var.pulse</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>frequency_rv</name>
                       <description>Frequency from radial velocity time series</description>
                       <unit>d**-1</unit>
                       <ucd>src.var.pulse</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>frequency_rv_error</name>
                       <description>Uncertainty on the frequency from radial velocity time series</description>
                       <unit>d**-1</unit>
                       <ucd>stat.error;src.var.pulse</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>is_cstar</name>
                       <description>Flag to mark C-stars</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>median_delta_wl_rp</name>
                       <description>Median of the pseudo-wavelength separations between the two highest peaks in RP spectra</description>
                       <ucd>em.wl;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiafpr.vari_rad_vel_statistics</name>
                    <nrows>9614</nrows>
                    <description>Statistical parameters of radial velocity time series using only transits retained and not rejected (see the relevant rejection flag in the epoch radial velocity variability table).Note that NaN will be reported when the parameter value is missing or cannot be calculated.</description>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>abbe_rv</name>
                       <description>Abbe value for radial velocity transits</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>iqr_rv</name>
                       <description>Interquartile range for radial velocity transits</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>kurtosis_rv</name>
                       <description>Standardized unweighted radial velocity kurtosis</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mad_rv</name>
                       <description>Median Absolute Deviation (MAD) for radial velocity transits</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>max_rv</name>
                       <description>Maximum radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>mean_obs_time_rv</name>
                       <description>Mean observation time for radial velocity transits</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>mean_rv</name>
                       <description>Mean radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>median_rv</name>
                       <description>Median radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>min_rv</name>
                       <description>Minimum radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>num_selected_rv</name>
                       <description>Total number of radial velocity transits selected for variability analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>range_rv</name>
                       <description>Difference between the highest and lowest radial velocity transits</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;arith.diff</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>skewness_rv</name>
                       <description>Standardized unweighted radial velocity skewness</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>std_dev_rv</name>
                       <description>Square root of the unweighted radial velocity variance</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.stdev;spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>time_duration_rv</name>
                       <description>Time duration of the time series for radial velocity transits</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
              </schema>
              <schema>
                 <name>gaiadr3</name>
                 <table>
                    <name>gaiadr3.gaia_source</name>
                    <description>This table has an entry for every Gaia observed source as published with this data release. It contains the basic source parameters, in their final state as processed by the Gaia Data Processing and Analysis Consortium from the raw data coming from the spacecraft. The table is complemented with others containing information specific to certain kinds of objects (e.g. Solar-system objects, non-single stars, variables etc.) and value-added processing (e.g. astrophysical parameters etc.).</description>
                    <nrows>1811709771</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>designation</name>
                       <description>Unique source designation (unique across all Data Releases)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="768.0665391873573" stat0:mean="0.3663611304769418" stat0:median="0.3063017731950858" stat0:min="-187.02939637423492" stat0:q1="0.011034126878646364" stat0:q3="0.6743959701657518" stat0:stddev="1.0261718025884643">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="6765.995136250774" stat0:mean="-2.5590960591380014" stat0:median="-2.51109363349256" stat0:min="-4406.469178827325" stat0:q1="-4.793564760251378" stat0:q3="-0.34840010423696" stat0:stddev="5.642731590212992">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="10362.394206546573" stat0:mean="-3.115878202133661" stat0:median="-3.1059277881307357" stat0:min="-5817.8001940492695" stat0:q1="-5.608696185478165" stat0:q3="-0.3168450716143981" stat0:stddev="5.752189036038235">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1806254432" stat0:max="22.956425" stat0:mean="19.311171765832526" stat0:median="19.723156" stat0:min="1.731607" stat0:q1="18.616064" stat0:q3="20.450788" stat0:stddev="1.549960909108413">
                       <name>phot_g_mean_mag</name>
                       <description>G-band mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1542033472" stat0:max="25.333084" stat0:mean="19.865036778257277" stat0:median="20.294687" stat0:min="2.3980012" stat0:q1="19.064049" stat0:q3="21.05536" stat0:stddev="1.652227529659106">
                       <name>phot_bp_mean_mag</name>
                       <description>Integrated BP mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1554997939" stat0:max="24.695997" stat0:mean="18.264446471753853" stat0:median="18.604563" stat0:min="1.7436333" stat0:q1="17.49113" stat0:q3="19.407677" stat0:stddev="1.5727772450574224">
                       <name>phot_rp_mean_mag</name>
                       <description>Integrated RP mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="99.997635" stat0:mean="1.6613386894631088" stat0:median="0.36936378" stat0:min="0.0035371692" stat0:q1="0.15114166" stat0:q3="0.95063734" stat0:stddev="4.940179081087468">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="99.97974" stat0:mean="1.3781491253980984" stat0:median="0.3407293" stat0:min="0.0042951643" stat0:q1="0.14286411" stat0:q3="0.84815204" stat0:stddev="3.957923184498911">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="5.802274" stat0:mean="0.46354015810114857" stat0:median="0.34319893" stat0:min="0.0071899574" stat0:q1="0.15540753" stat0:q3="0.642055" stat0:stddev="0.4198968376170439">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="3.447368" stat0:mean="0.5054975200357122" stat0:median="0.35255927" stat0:min="0.0039596637" stat0:q1="0.15761324" stat0:q3="0.6887835" stat0:stddev="0.4824088716809633">
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="3.4449604" stat0:mean="0.4493754327439895" stat0:median="0.31481412" stat0:min="0.0052927267" stat0:q1="0.14576596" stat0:q3="0.60950327" stat0:stddev="0.4289346535880425">
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="116.016365" stat0:mean="1.0973414511604185" stat0:median="1.0229435" stat0:min="0.19239865" stat0:q1="0.9875758" stat0:q3="1.0684639" stat0:stddev="0.6082553478023627">
                       <name>ruwe</name>
                       <description>Renormalised unit weight error</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ag_gspphot</name>
                       <description>Extinction in G band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="7.41" stat0:mean="0.5712980608961441" stat0:median="0.1614" stat0:min="0.0" stat0:q1="0.0031" stat0:q3="0.7245" stat0:stddev="0.9492231086376497">
                       <name>ag_gspphot_lower</name>
                       <description>Lower confidence level (16%) of extinction in G band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="7.4111" stat0:mean="0.6503136532443874" stat0:median="0.283" stat0:min="1.0E-4" stat0:q1="0.0342" stat0:q3="0.8362" stat0:stddev="0.9634840258564958">
                       <name>ag_gspphot_upper</name>
                       <description>Upper confidence level (84%) of extinction in G band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="5.7791073E9" stat0:mean="3192.7185905497713" stat0:median="308.67032" stat0:min="2.730088" stat0:q1="186.00467" stat0:q3="437.65338" stat0:stddev="642462.9107377252">
                       <name>astrometric_chi2_al</name>
                       <description>AL chi-square value</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="1131.5846" stat0:mean="1.447248137219584" stat0:median="0.25273722" stat0:min="0.0" stat0:q1="0.0" stat0:q3="1.4547611" stat0:stddev="5.413304658446991">
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="1.9432667E8" stat0:mean="97.68733425642401" stat0:median="0.27916768" stat0:min="0.0" stat0:q1="0.0" stat0:q3="1.5438128" stat0:stddev="21716.90852177905">
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="10382.003" stat0:mean="3.099463068042011" stat0:median="0.75441456" stat0:min="-31.882742" stat0:q1="-0.15560116" stat0:q3="1.9009931" stat0:stddev="20.997310004731823">
                       <name>astrometric_gof_al</name>
                       <description>Goodness of fit statistic of model wrt along-scan observations</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="178.0" stat0:mean="32.133786465624794" stat0:median="30.0" stat0:min="5.0" stat0:q1="19.0" stat0:q3="43.0" stat0:stddev="17.97493847787233">
                       <name>astrometric_matched_transits</name>
                       <description>Matched FOV transits used in the AGIS solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="299.0" stat0:mean="1.6108711570226444" stat0:median="1.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="2.0" stat0:stddev="2.64823579353633">
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of bad observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="1556.0" stat0:mean="277.3004810686093" stat0:median="262.0" stat0:min="10.0" stat0:q1="162.0" stat0:q3="374.0" stat0:stddev="155.836490867197">
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of good observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="1524.0" stat0:mean="1.5859538994560074" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="24.730686910502936">
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of observations in the across-scan (AC) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="1564.0" stat0:mean="278.91135222563196" stat0:median="264.0" stat0:min="12.0" stat0:q1="163.0" stat0:q3="376.0" stat0:stddev="156.519497840211">
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="95.0" stat0:mean="56.85291587081693" stat0:median="31.0" stat0:min="3.0" stat0:q1="31.0" stat0:q3="95.0" stat0:stddev="38.409423463654726">
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_primary_flag</name>
                       <description>Primary or seconday</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="2.6307865E10" stat0:mean="10691.544770950895" stat0:median="0.75736237" stat0:min="0.009942858" stat0:q1="0.31056082" stat0:q3="2.1684816" stat0:stddev="1755781.994708059">
                       <name>astrometric_sigma5d_max</name>
                       <description>The longest semi-major axis of the 5-d error ellipsoid</description>
                       <unit>mas</unit>
                       <ucd>stat;pos.errorEllipse</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="10.0" stat0:mean="0.8293835697274247" stat0:median="0.2746" stat0:min="0.0" stat0:q1="0.0167" stat0:q3="1.0193" stat0:stddev="1.3829421255275052">
                       <name>azero_gspphot</name>
                       <description>Monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="9.9999" stat0:mean="0.7855000968998309" stat0:median="0.208" stat0:min="0.0" stat0:q1="0.0041" stat0:q3="0.9565" stat0:stddev="1.3715562102111603">
                       <name>azero_gspphot_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="10.0" stat0:mean="0.8869867711979322" stat0:median="0.3641" stat0:min="1.0E-4" stat0:q1="0.044" stat0:q3="1.0964" stat0:stddev="1.3893550887560402">
                       <name>azero_gspphot_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1542028163" stat0:max="7.015131" stat0:mean="0.6902523584506178" stat0:median="0.6502342" stat0:min="-8.431045" stat0:q1="0.44191742" stat0:q3="0.9256363" stat0:stddev="0.4911517433608346">
                       <name>bp_g</name>
                       <description>BP - G colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.B;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1540770489" stat0:max="10.193149" stat0:mean="1.610627759690439" stat0:median="1.5311451" stat0:min="-7.3475304" stat0:q1="1.188858" stat0:q3="1.953207" stat0:stddev="0.6248690694969741">
                       <name>bp_rp</name>
                       <description>BP - RP colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.B;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="0.0023357632065694237" stat0:median="2.1329592E-10" stat0:min="0.0" stat0:q1="5.2215643E-13" stat0:q3="6.3910566E-9" stat0:stddev="0.046085395268602704">
                       <name>classprob_dsc_combmod_galaxy</name>
                       <description>Probability from DSC-Combmod of being a galaxy (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="0.00363999086630108" stat0:median="1.6490002E-10" stat0:min="0.0" stat0:q1="1.12922624E-13" stat0:q3="9.349847E-9" stat0:stddev="0.05415315930683346">
                       <name>classprob_dsc_combmod_quasar</name>
                       <description>Probability from DSC-Combmod of being a quasar (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="0.9930862107737828" stat0:median="0.9999924" stat0:min="0.0" stat0:q1="0.9999732" stat0:q3="0.99999636" stat0:stddev="0.07692853938675231">
                       <name>classprob_dsc_combmod_star</name>
                       <description>Probability from DSC-Combmod of being a single star (but not a white dwarf) (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.9782114" stat0:mean="-0.09424523575817134" stat0:median="-0.07923144" stat0:min="-0.99205256" stat0:q1="-0.26453307" stat0:q3="0.080979414" stat0:stddev="0.24178391197248664">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.9971811" stat0:mean="-0.20056706860931972" stat0:median="-0.21190545" stat0:min="-0.9971704" stat0:q1="-0.44257382" stat0:q3="0.008372656499999999" stat0:stddev="0.34213136951365786">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.98989755" stat0:mean="-0.05328610002100168" stat0:median="-0.043184903" stat0:min="-0.99342203" stat0:q1="-0.18542871" stat0:q3="0.08549894699999999" stat0:stddev="0.2145934839735734">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="882328109" stat0:max="0.91690594" stat0:mean="0.011483164229157487" stat0:median="0.0099676695" stat0:min="-0.936728" stat0:q1="-0.082565285" stat0:q3="0.10381623" stat0:stddev="0.14612373066732837">
                       <name>dec_pseudocolour_corr</name>
                       <description>Correlation between declination and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="36165.09" stat0:mean="1427.4362745597746" stat0:median="1176.7706" stat0:min="1.3011" stat0:q1="831.6625" stat0:q3="1695.8783" stat0:stddev="1158.0626665307502">
                       <name>distance_gspphot</name>
                       <description>Distance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="35664.418" stat0:mean="1353.7872992417654" stat0:median="1105.1458" stat0:min="1.3006" stat0:q1="768.5629" stat0:q3="1618.2668" stat0:stddev="1128.7679927167173">
                       <name>distance_gspphot_lower</name>
                       <description>Lower confidence level (16%) of distance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="36337.793" stat0:mean="1528.30630119429" stat0:median="1286.0228" stat0:min="1.3013" stat0:q1="911.5434" stat0:q3="1805.9899" stat0:stddev="1198.1657325939161">
                       <name>distance_gspphot_upper</name>
                       <description>Upper confidence level (84%) of distance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>duplicated_source</name>
                       <description>Source with multiple source identifiers</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="4.2257" stat0:mean="0.3336947191855646" stat0:median="0.1157" stat0:min="0.0" stat0:q1="0.007" stat0:q3="0.424" stat0:stddev="0.5367832817358832">
                       <name>ebpminrp_gspphot</name>
                       <description>Reddening E(G_BP - G_RP) from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="4.2245" stat0:mean="0.31505291757628545" stat0:median="0.0875" stat0:min="0.0" stat0:q1="0.0017" stat0:q3="0.3972" stat0:stddev="0.5315724684611836">
                       <name>ebpminrp_gspphot_lower</name>
                       <description>Lower confidence level (16%) of reddening  E(G_BP - G_RP) from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="4.2262" stat0:mean="0.35828728864169945" stat0:median="0.1537" stat0:min="1.0E-4" stat0:q1="0.0185" stat0:q3="0.4575" stat0:stddev="0.5399571521263862">
                       <name>ebpminrp_gspphot_upper</name>
                       <description>Upper confidence level (84%) of reddening  E(G_BP - G_RP) from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1551149811" stat0:max="11.520412" stat0:mean="0.9215681437841661" stat0:median="0.8733654" stat0:min="-4.8746176" stat0:q1="0.6826973" stat0:q3="1.1002083" stat0:stddev="0.3770457334264985">
                       <name>g_rp</name>
                       <description>G - RP colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="32232187" stat0:max="14.099998" stat0:mean="12.700603740834762" stat0:median="13.029897" stat0:min="2.7579873" stat0:q1="12.197224" stat0:q3="13.534427" stat0:stddev="1.1450424746576413">
                       <name>grvs_mag</name>
                       <description>Integrated Grvs magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="32232187" stat0:max="2.007191" stat0:mean="0.07415243372064055" stat0:median="0.0590656455" stat0:min="0.004000003" stat0:q1="0.028792135" stat0:q3="0.09845455" stat0:stddev="0.06706529925003231">
                       <name>grvs_mag_error</name>
                       <description>Grvs magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="32232187" stat0:max="219.0" stat0:mean="14.239720686653996" stat0:median="13.0" stat0:min="2.0" stat0:q1="8.0" stat0:q3="19.0" stat0:stddev="8.130014215097964">
                       <name>grvs_mag_nb_transits</name>
                       <description>Number of transits used to compute Grvs</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_epoch_photometry</name>
                       <description>Flag indicating the availability of epoch photometry for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_epoch_rv</name>
                       <description>Flag indicating the availability of epoch radial velocity for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_mcmc_gspphot</name>
                       <description>Flag indicating the availability of GSP-Phot MCMC samples for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_mcmc_msc</name>
                       <description>Flag indicating the availability of MSC MCMC samples for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_rvs</name>
                       <description>Flag indicating the availability of mean RVS spectrum for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_xp_continuous</name>
                       <description>Flag indicating the availability of mean BP/RP spectrum in continuous representation for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_xp_sampled</name>
                       <description>Flag indicating the availability of mean BP/RP spectrum in sampled form for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_andromeda_survey</name>
                       <description>Flag indicating that the source is present in the Gaia Andromeda Photometric Survey (GAPS)</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_galaxy_candidates</name>
                       <description>Flag indicating the availability of additional information in the galaxy candidates table</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_qso_candidates</name>
                       <description>Flag indicating the availability of additional information in the QSO candidates table</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="100.0" stat0:mean="1.4893521303418527" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="6.798784389939323">
                       <name>ipd_frac_multi_peak</name>
                       <description>Percent of successful-IPD windows with more than one peak</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="100.0" stat0:mean="3.9441331025420627" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="13.243067574210155">
                       <name>ipd_frac_odd_win</name>
                       <description>Percent of transits with truncated windows or multiple gate</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="14408.159" stat0:mean="0.12965483979875794" stat0:median="0.034067534" stat0:min="7.657361E-7" stat0:q1="0.017741987" stat0:q3="0.073490165" stat0:stddev="1.707476511991281">
                       <name>ipd_gof_harmonic_amplitude</name>
                       <description>Amplitude of the IPD GoF versus position angle of scan</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="180.0" stat0:mean="88.29904835944843" stat0:median="86.05243" stat0:min="1.6501097E-8" stat0:q1="34.716167" stat0:q3="140.94702" stat0:stddev="57.66338641926168">
                       <name>ipd_gof_harmonic_phase</name>
                       <description>Phase of the IPD GoF versus position angle of scan</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>libname_gspphot</name>
                       <description>Name of library that achieves the highest mean log-posterior in MCMC samples and was used to derive GSP-Phot parameters in this table</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="5.4957" stat0:mean="4.5185372017470105" stat0:median="4.6736" stat0:min="-0.5" stat0:q1="4.3928" stat0:q3="4.8154" stat0:stddev="0.5142733949432754">
                       <name>logg_gspphot</name>
                       <description>Surface gravity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="5.487" stat0:mean="4.4691823731298905" stat0:median="4.6314" stat0:min="-0.5" stat0:q1="4.3545" stat0:q3="4.7678" stat0:stddev="0.5151848278990488">
                       <name>logg_gspphot_lower</name>
                       <description>Lower confidence level (16%) of surface gravity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="5.4992" stat0:mean="4.558774062300494" stat0:median="4.709" stat0:min="-0.4999" stat0:q1="4.4351" stat0:q3="4.8567" stat0:stddev="0.510014692188989">
                       <name>logg_gspphot_upper</name>
                       <description>Upper confidence level (84%) of surface gravity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="328.0" stat0:mean="35.272488906281886" stat0:median="33.0" stat0:min="5.0" stat0:q1="20.0" stat0:q3="48.0" stat0:stddev="19.785836748980987">
                       <name>matched_transits</name>
                       <description>The number of transits matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="242.0" stat0:mean="0.2702506117907337" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.9015119050130221">
                       <name>matched_transits_removed</name>
                       <description>The number of transits removed from an existing source in the current cycle</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="0.8" stat0:mean="-1.1660777907570021" stat0:median="-1.1551" stat0:min="-4.1503" stat0:q1="-1.6513" stat0:q3="-0.5012" stat0:stddev="0.8766042570751915">
                       <name>mh_gspphot</name>
                       <description>Iron abundance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="0.7999" stat0:mean="-1.3030716644533644" stat0:median="-1.3014" stat0:min="-4.1505" stat0:q1="-1.8169" stat0:q3="-0.578" stat0:stddev="0.9472315756265801">
                       <name>mh_gspphot_lower</name>
                       <description>Lower confidence level (16%) of iron abundance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="0.8001" stat0:mean="-1.0121934249816953" stat0:median="-0.9736" stat0:min="-4.1498" stat0:q1="-1.4926" stat0:q3="-0.4137" stat0:stddev="0.8038223484815707">
                       <name>mh_gspphot_upper</name>
                       <description>Upper confidence level (84%) of iron abundance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="328.0" stat0:mean="14.361143080129693" stat0:median="12.0" stat0:min="0.0" stat0:q1="7.0" stat0:q3="19.0" stat0:stddev="10.654528919399118">
                       <name>new_matched_transits</name>
                       <description>The number of transits newly incorporated into an existing source in the current cycle</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>non_single_star</name>
                       <description>Flag indicating the availability of additional information in the various Non-Single Star tables</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="585416709" stat0:max="4.5718956" stat0:mean="1.445105134026548" stat0:median="1.4535445" stat0:min="-0.116922274" stat0:q1="1.3963081" stat0:q3="1.5012051" stat0:stddev="0.08302002521778977">
                       <name>nu_eff_used_in_astrometry</name>
                       <description>Effective wavenumber of the source used in the astrometric solution</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="15400.477" stat0:mean="3.6304230325707763" stat0:median="1.0877473" stat0:min="-161.38797" stat0:q1="0.029931829" stat0:q3="2.6284668" stat0:stddev="17.486762730046053">
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its standard error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.9781327" stat0:mean="0.03940584174797568" stat0:median="0.043250486" stat0:min="-0.95243996" stat0:q1="-0.102398135" stat0:q3="0.1842043" stat0:stddev="0.21638927266935018">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.9391216" stat0:mean="-0.0708640199055347" stat0:median="-0.07631356" stat0:min="-0.9512427" stat0:q1="-0.21621536" stat0:q3="0.077322036" stat0:stddev="0.21466765670881413">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="882328109" stat0:max="0.8844462" stat0:mean="0.019253599289849" stat0:median="0.015745267" stat0:min="-0.9124055" stat0:q1="-0.07813738" stat0:q3="0.11539729" stat0:stddev="0.15429985668651755">
                       <name>parallax_pseudocolour_corr</name>
                       <description>Correlation between parallax and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1542033472" stat0:max="1.5004324093837109E9" stat0:mean="2969.6400646183492" stat0:median="104.12178842507589" stat0:min="1.0050400371436263" stat0:q1="51.674069207505866" stat0:q3="323.4425313567435" stat0:stddev="371511.41762913857">
                       <name>phot_bp_mean_flux</name>
                       <description>Integrated BP mean flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1542033472" stat0:max="7.112324E7" stat0:mean="17.588682627201123" stat0:median="7.1821513" stat0:min="0.0" stat0:q1="5.443504" stat0:q3="10.182169" stat0:stddev="8845.498145913924">
                       <name>phot_bp_mean_flux_error</name>
                       <description>Error on the integrated BP mean flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1542033469" stat0:max="9.4195456E7" stat0:mean="70.34929186661871" stat0:median="15.177786" stat0:min="0.053431902" stat0:q1="7.4920897" stat0:q3="41.384857" stat0:stddev="5271.990146245954">
                       <name>phot_bp_mean_flux_over_error</name>
                       <description>Integrated BP mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1542033472" stat0:max="263.0" stat0:mean="4.707971049800921" stat0:median="1.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="2.0" stat0:stddev="10.9696411909979">
                       <name>phot_bp_n_blended_transits</name>
                       <description>Number of BP blended transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1542033472" stat0:max="211.0" stat0:mean="0.015370536003514196" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.3558379491936072">
                       <name>phot_bp_n_contaminated_transits</name>
                       <description>Number of BP contaminated transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="268.0" stat0:mean="24.7227810529924" stat0:median="22.0" stat0:min="0.0" stat0:q1="6.0" stat0:q3="40.0" stat0:stddev="20.346703934718352">
                       <name>phot_bp_n_obs</name>
                       <description>Number of observations contributing to BP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1540770340" stat0:max="17088.953" stat0:mean="1.4994942528389015" stat0:median="1.3097425" stat0:min="0.039002705" stat0:q1="1.2221707" stat0:q3="1.4999902" stat0:stddev="1.3694270790406222">
                       <name>phot_bp_rp_excess_factor</name>
                       <description>BP/RP excess factor</description>
                       <ucd>arith.factor;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1806254432" stat0:max="3.8221167826336956E9" stat0:mean="5548.127967779649" stat0:median="243.04370723197712" stat0:min="12.370194398444749" stat0:q1="124.34591427444578" stat0:q3="673.784494003413" stat0:stddev="759794.5834061077">
                       <name>phot_g_mean_flux</name>
                       <description>G-band mean flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1806254432" stat0:max="6.1207728E7" stat0:mean="5.493560563961071" stat0:median="1.1860809" stat0:min="0.27475065" stat0:q1="0.89244163" stat0:q3="1.7083087" stat0:stddev="3764.6284519454784">
                       <name>phot_g_mean_flux_error</name>
                       <description>Error on G-band mean flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1806254432" stat0:max="22926.803" stat0:mean="521.4785612013494" stat0:median="240.3641" stat0:min="1.0823672" stat0:q1="116.55818" stat0:q3="530.0575" stat0:stddev="843.7135126014458">
                       <name>phot_g_mean_flux_over_error</name>
                       <description>G-band mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="2395.0" stat0:mean="289.10125945829543" stat0:median="272.0" stat0:min="0.0" stat0:q1="164.0" stat0:q3="397.0" stat0:stddev="165.938381291912">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1810107720" stat0:max="2.0" stat0:mean="0.286850356066102" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.6539115828499318">
                       <name>phot_proc_mode</name>
                       <description>Photometry processing mode</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1554997939" stat0:max="1.5911272094126902E9" stat0:mean="5130.683470227185" stat0:median="286.6378043845974" stat0:min="1.0489614290056928" stat0:q1="136.80044759359618" stat0:q3="799.2924924100223" stat0:stddev="532411.2821263322">
                       <name>phot_rp_mean_flux</name>
                       <description>Integrated RP mean flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1554997939" stat0:max="8.960772E7" stat0:mean="26.0859659873159" stat0:median="8.456398" stat0:min="0.0" stat0:q1="6.406647" stat0:q3="12.258882" stat0:stddev="8026.896938209829">
                       <name>phot_rp_mean_flux_error</name>
                       <description>Error on the integrated RP mean flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1554997936" stat0:max="8.1374416E7" stat0:mean="126.78112760878051" stat0:median="35.549587" stat0:min="0.054578356" stat0:q1="15.890882" stat0:q3="88.66397" stat0:stddev="4917.166969645224">
                       <name>phot_rp_mean_flux_over_error</name>
                       <description>Integrated RP mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1554997939" stat0:max="262.0" stat0:mean="4.666075406290298" stat0:median="1.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="2.0" stat0:stddev="10.95653296629535">
                       <name>phot_rp_n_blended_transits</name>
                       <description>Number of RP blended transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1554997939" stat0:max="216.0" stat0:mean="0.01462688498135688" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.3711403534169172">
                       <name>phot_rp_n_contaminated_transits</name>
                       <description>Number of RP contaminated transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="263.0" stat0:mean="25.700200290524347" stat0:median="23.0" stat0:min="0.0" stat0:q1="8.0" stat0:q3="40.0" stat0:stddev="20.247343384790874">
                       <name>phot_rp_n_obs</name>
                       <description>Number of observations contributing to RP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>phot_variable_flag</name>
                       <description>Photometric variability flag</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="10393.349" stat0:mean="6.530035776713384" stat0:median="5.694706" stat0:min="1.9370936E-4" stat0:q1="3.5742042" stat0:q3="7.8883357" stat0:stddev="6.208413714889364">
                       <name>pm</name>
                       <description>Total proper motion</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="882328109" stat0:max="0.88046676" stat0:mean="-0.04566021441447425" stat0:median="-0.0449612785" stat0:min="-0.88240075" stat0:q1="-0.14229436" stat0:q3="0.051894803" stat0:stddev="0.15184176421369266">
                       <name>pmdec_pseudocolour_corr</name>
                       <description>Correlation between proper motion in declination and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.99714994" stat0:mean="0.1052523775830304" stat0:median="0.10158113" stat0:min="-0.99655056" stat0:q1="-0.07458688" stat0:q3="0.2876604" stat0:stddev="0.27256133082207185">
                       <name>pmra_pmdec_corr</name>
                       <description>Correlation between proper motion in right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="882328109" stat0:max="0.8416601" stat0:mean="-0.06763243136963173" stat0:median="-0.068048954" stat0:min="-0.92151284" stat0:q1="-0.15208232" stat0:q3="0.017820127" stat0:stddev="0.1351879176818903">
                       <name>pmra_pseudocolour_corr</name>
                       <description>Correlation between proper motion in right asension and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="882328109" stat0:max="5.841313" stat0:mean="1.3494790504549963" stat0:median="1.3540227" stat0:min="-3.2705555" stat0:q1="1.2438004" stat0:q3="1.4564344" stat0:stddev="0.19616290357188312">
                       <name>pseudocolour</name>
                       <description>Astrometrically estimated pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="882328109" stat0:max="1.0967505" stat0:mean="0.1290218542047988" stat0:median="0.1098231" stat0:min="0.0010687921" stat0:q1="0.06907406" stat0:q3="0.17003" stat0:stddev="0.08182521387720279">
                       <name>pseudocolour_error</name>
                       <description>Standard error of the pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>stat.error;em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="0.9999991" stat0:mean="0.16217441636500293" stat0:median="0.13259828" stat0:min="-0.99999934" stat0:q1="-0.05655779" stat0:q3="0.37175712" stat0:stddev="0.3689673571122481">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="33812183" stat0:max="914.7007" stat0:mean="-3.2986221925370036" stat0:median="-3.6698138" stat0:min="-906.6071" stat0:q1="-31.777824" stat0:q3="24.8548575" stat0:stddev="53.60542541492413">
                       <name>radial_velocity</name>
                       <description>Radial velocity </description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="33812183" stat0:max="39.99959" stat0:mean="3.959098216603655" stat0:median="3.2827802999999998" stat0:min="0.11300004" stat0:q1="1.6473244999999999" stat0:q3="5.380168" stat0:stddev="3.3175422170836253">
                       <name>radial_velocity_error</name>
                       <description>Radial velocity error </description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>random_index</name>
                       <description>Random index for use when selecting subsets</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.9898032" stat0:mean="-0.02874386879494039" stat0:median="-0.028495627" stat0:min="-0.9839409" stat0:q1="-0.15000102" stat0:q3="0.092107415" stat0:stddev="0.19979313623268807">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax		</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.9954832" stat0:mean="-0.07934753031943004" stat0:median="-0.067235045" stat0:min="-0.995595" stat0:q1="-0.22272389" stat0:q3="0.06781425" stat0:stddev="0.2262345583407701">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.9931951" stat0:mean="-0.13280786273920311" stat0:median="-0.1357229" stat0:min="-0.9934673" stat0:q1="-0.2769787" stat0:q3="0.0051093872" stat0:stddev="0.22704158860952925">
                       <name>ra_pmra_corr</name>
                       <description>Correlation between right ascension and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="882328109" stat0:max="0.91704756" stat0:mean="-0.05297963331928925" stat0:median="-0.049854208" stat0:min="-0.9319211" stat0:q1="-0.13894741" stat0:q3="0.03441732" stat0:stddev="0.14003471698186998">
                       <name>ra_pseudocolour_corr</name>
                       <description>Correlation between right ascension and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="6981248" stat0:max="1293.1023" stat0:mean="16.602395564868857" stat0:median="8.191868" stat0:min="0.0020561218" stat0:q1="4.30641" stat0:q3="15.310127" stat0:stddev="31.251551056266994">
                       <name>rv_amplitude_robust</name>
                       <description>Total amplitude in the radial velocity time series after outlier removal</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="33812183" stat0:max="555.0" stat0:mean="133.74119083053586" stat0:median="111.0" stat0:min="0.0" stat0:q1="111.0" stat0:q3="111.0" stat0:stddev="110.352035207894">
                       <name>rv_atm_param_origin</name>
                       <description>Origin of the atmospheric parameters associated to the template</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="6981248" stat0:max="1.0" stat0:mean="0.35866377985237924" stat0:median="0.2726443" stat0:min="0.0" stat0:q1="0.016301362" stat0:q3="0.6602943" stat0:stddev="0.33879889413007996">
                       <name>rv_chisq_pvalue</name>
                       <description>P-value for constancy based on a chi-squared criterion</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="33812183" stat0:max="2867.8718" stat0:mean="16.944714161247827" stat0:median="7.786802" stat0:min="2.0000005" stat0:q1="4.98620795" stat0:q3="15.785174" stat0:stddev="36.36330736418719">
                       <name>rv_expected_sig_to_noise</name>
                       <description>Expected signal to noise ratio in the combination of the spectra used to obtain the radial velocity</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="33812183" stat0:max="2.0" stat0:mean="1.7926970583354527" stat0:median="2.0" stat0:min="1.0" stat0:q1="2.0" stat0:q3="2.0" stat0:stddev="0.4053744403657055">
                       <name>rv_method_used</name>
                       <description>Method used to obtain the radial velocity</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="33812183" stat0:max="152.0" stat0:mean="5.316119577372452" stat0:median="4.0" stat0:min="0.0" stat0:q1="2.0" stat0:q3="7.0" stat0:stddev="3.940243557223599">
                       <name>rv_nb_deblended_transits</name>
                       <description>Number of valid transits that have undergone deblending</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="33812183" stat0:max="227.0" stat0:mean="18.672678957167598" stat0:median="18.0" stat0:min="2.0" stat0:q1="12.0" stat0:q3="24.0" stat0:stddev="8.933971202222871">
                       <name>rv_nb_transits</name>
                       <description>Number of transits used to compute the radial velocity </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="6993005" stat0:max="809.9844" stat0:mean="2.9603755740597126" stat0:median="0.5758691300000001" stat0:min="-9.411507" stat0:q1="-0.41761256999999996" stat0:q3="2.1352448500000003" stat0:stddev="9.549651924462335">
                       <name>rv_renormalised_gof</name>
                       <description>Radial velocity renormalised goodness of fit</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="999645" stat0:max="2008.3867" stat0:mean="53.51777541722292" stat0:median="34.026759999999996" stat0:min="15.000006" stat0:q1="22.734617999999998" stat0:q3="63.718742500000005" stat0:stddev="57.9927778228856">
                       <name>rvs_spec_sig_to_noise</name>
                       <description>Signal to noise ratio in the mean RVS spectrum</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="33812183" stat0:max="1.0" stat0:mean="-0.4507946218675085" stat0:median="-0.5" stat0:min="-5.0" stat0:q1="-0.75" stat0:q3="0.0" stat0:stddev="0.5231376106250162">
                       <name>rv_template_fe_h</name>
                       <description>[Fe/H] of the template used to compute the radial velocityy</description>
                       <unit>dex</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="33812183" stat0:max="5.0" stat0:mean="2.662824520972219" stat0:median="2.5" stat0:min="-0.5" stat0:q1="1.5" stat0:q3="4.0" stat0:stddev="1.4468269904478581">
                       <name>rv_template_logg</name>
                       <description>Logg of the template used to compute the radial velocity </description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="33812183" stat0:max="14500.0" stat0:mean="5090.8649243380705" stat0:median="5250.0" stat0:min="3100.0" stat0:q1="4500.0" stat0:q3="5500.0" stat0:stddev="835.4420681364314">
                       <name>rv_template_teff</name>
                       <description>Teff of the template used to compute the radial velocity </description>
                       <unit>K</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="33812183" stat0:max="1037.7318" stat0:mean="868.2485846630841" stat0:median="905.8871" stat0:min="0.074003704" stat0:q1="804.6332" stat0:q3="952.23865" stat0:stddev="130.10125623720342">
                       <name>rv_time_duration</name>
                       <description>Time coverage of the radial velocity time series</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="33812183" stat0:max="33.0" stat0:mean="12.644843428180902" stat0:median="13.0" stat0:min="1.0" stat0:q1="9.0" stat0:q3="16.0" stat0:stddev="4.620208921112643">
                       <name>rv_visibility_periods_used</name>
                       <description>Number of visibility periods used to estimate the radial velocity</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="180.0" stat0:mean="-60.10853546576272" stat0:median="-85.20208" stat0:min="-180.0" stat0:q1="-119.51994" stat0:q3="-32.543495" stat0:stddev="92.69018424919246">
                       <name>scan_direction_mean_k1</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="90.0" stat0:mean="-7.558142728987664" stat0:median="-11.493019" stat0:min="-90.0" stat0:q1="-36.198902" stat0:q3="14.490934" stat0:stddev="42.11389027247687">
                       <name>scan_direction_mean_k2</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="60.0" stat0:mean="-7.038244887154464" stat0:median="-14.248615" stat0:min="-60.0" stat0:q1="-35.573597" stat0:q3="21.98672" stat0:stddev="34.33022196827545">
                       <name>scan_direction_mean_k3</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="45.0" stat0:mean="-0.992296944385069" stat0:median="-7.892418" stat0:min="-45.0" stat0:q1="-31.685118" stat0:q3="34.234093" stat0:stddev="31.92514138137374">
                       <name>scan_direction_mean_k4</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="0.9999982" stat0:mean="0.274421851662372" stat0:median="0.24822938" stat0:min="8.8557845E-6" stat0:q1="0.16316494" stat0:q3="0.35539174" stat0:stddev="0.1552514605376972">
                       <name>scan_direction_strength_k1</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="0.99999297" stat0:mean="0.3756065829134597" stat0:median="0.33587772" stat0:min="6.427706E-6" stat0:q1="0.2026753" stat0:q3="0.5274621" stat0:stddev="0.2196954946236213">
                       <name>scan_direction_strength_k2</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="0.9999945" stat0:mean="0.2599601154949639" stat0:median="0.23299076" stat0:min="3.2243884E-6" stat0:q1="0.12617542" stat0:q3="0.3661298" stat0:stddev="0.16522964274235433">
                       <name>scan_direction_strength_k3</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="0.999999" stat0:mean="0.4492830096157741" stat0:median="0.3989726" stat0:min="1.9830339E-5" stat0:q1="0.23086487" stat0:q3="0.6728676" stat0:stddev="0.25823896802720775">
                       <name>scan_direction_strength_k4</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>teff_gspphot</name>
                       <description>Effective temperature from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="41460.203" stat0:mean="4825.372508683213" stat0:median="4732.923" stat0:min="2500.3027" stat0:q1="4258.875" stat0:q3="5160.1035" stat0:stddev="1037.815978072939">
                       <name>teff_gspphot_lower</name>
                       <description>Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="41532.008" stat0:mean="4927.695073575563" stat0:median="4816.3" stat0:min="2503.5662" stat0:q1="4358.244" stat0:q3="5272.9077" stat0:stddev="1059.6720572978472">
                       <name>teff_gspphot_upper</name>
                       <description>Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="3524677" stat0:max="497.6113" stat0:mean="20.497256043234252" stat0:median="10.026982499999999" stat0:min="5.000002" stat0:q1="7.887288" stat0:q3="13.088828" stat0:stddev="35.41585757424933">
                       <name>vbroad</name>
                       <description>Spectral line broadening parameter</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="3524677" stat0:max="303.69775" stat0:mean="10.016070599992924" stat0:median="5.2059698" stat0:min="0.064192854" stat0:q1="3.0308006499999998" stat0:q3="9.2045965" stat0:stddev="17.122640843055752">
                       <name>vbroad_error</name>
                       <description>Uncertainty on the spectral line broadening</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="3524677" stat0:max="91.0" stat0:mean="13.352501519997436" stat0:median="12.0" stat0:min="6.0" stat0:q1="8.0" stat0:q3="17.0" stat0:stddev="6.571388886037876">
                       <name>vbroad_nb_transits</name>
                       <description>Number of transits used to compute vbroad</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="33.0" stat0:mean="16.259710663667885" stat0:median="16.0" stat0:min="1.0" stat0:q1="12.0" stat0:q3="21.0" stat0:stddev="6.50003286742073">
                       <name>visibility_periods_used</name>
                       <description>Number of visibility periods used in Astrometric solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gaia_source_lite</name>
                    <description>This is a lightweight version of gaia_source.</description>
                    <nrows>1811709771</nrows>
                    <column>
                       <name>ag_gspphot</name>
                       <description>Extinction in G band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>bp_rp</name>
                       <description>BP - RP colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.B;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>distance_gspphot</name>
                       <description>Distance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ebpminrp_gspphot</name>
                       <description>Reddening $E(G_{
        m BP} - G_{
        m RP})$ from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>has_epoch_photometry</name>
                       <description>Flag indicating the availability of epoch photometry for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_epoch_rv</name>
                       <description>Flag indicating the availability of epoch radial velocity for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_mcmc_gspphot</name>
                       <description>Flag indicating the availability of GSP-Phot MCMC samples for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_mcmc_msc</name>
                       <description>Flag indicating the availability of MSC MCMC samples for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_rvs</name>
                       <description>Flag indicating the availability of mean RVS spectrum for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_xp_continuous</name>
                       <description>Flag indicating the availability of mean BP/RP spectrum in continuous representation for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>has_xp_sampled</name>
                       <description>Flag indicating the availability of mean BP/RP spectrum in sampled form for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_andromeda_survey</name>
                       <description>Flag indicating that the source is present in the Gaia Andromeda Photometric Survey (GAPS)</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_galaxy_candidates</name>
                       <description>Flag indicating the availability of additional information in the galaxy candidates table</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_qso_candidates</name>
                       <description>Flag indicating the availability of additional information in the QSO candidates table</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>ipd_frac_multi_peak</name>
                       <description>Percent of successful-IPD windows with more than one peak</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>ipd_frac_odd_win</name>
                       <description>Percent of transits with truncated windows or multiple gate</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>logg_gspphot</name>
                       <description>Surface gravity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mh_gspphot</name>
                       <description>Iron abundance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>non_single_star</name>
                       <description>Flag indicating the availability of additional information in the various Non-Single Star tables</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its standard error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_bp_mean_flux_over_error</name>
                       <description>Integrated BP mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_bp_mean_mag</name>
                       <description>Integrated BP mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_bp_rp_excess_factor</name>
                       <description>BP/RP excess factor</description>
                       <ucd>arith.factor;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_mean_flux_over_error</name>
                       <description>G-band mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_g_mean_mag</name>
                       <description>G-band mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_rp_mean_flux_over_error</name>
                       <description>Integrated RP mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_rp_mean_mag</name>
                       <description>Integrated RP mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phot_variable_flag</name>
                       <description>Photometric variability flag</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pseudocolour</name>
                       <description>Astrometrically estimated pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pseudocolour_error</name>
                       <description>Standard error of the pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>stat.error;em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>radial_velocity</name>
                       <description>Radial velocity </description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radial_velocity_error</name>
                       <description>Radial velocity error </description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>random_index</name>
                       <description>Random index for use when selecting subsets</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>ruwe</name>
                       <description>Renormalised unit weight error</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rv_chisq_pvalue</name>
                       <description>P-value for constancy based on a chi-squared criterion</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rv_expected_sig_to_noise</name>
                       <description>Expected signal to noise ratio in the combination of the spectra used to obtain the radial velocity</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rv_nb_transits</name>
                       <description>Number of transits used to compute the radial velocity </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>rv_renormalised_gof</name>
                       <description>Radial velocity renormalised goodness of fit</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>teff_gspphot</name>
                       <description>Effective temperature from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gaia_source_corrections</name>
                    <description>This table has an entry for every Gaia observed source as listed in the Main Database accumulating catalogue version from which the catalogue release has been generated. It contains the correction of two of its parameters: the BP/RP excess factor, and the parallax (the G-band correction has been applied to DR3 data). When no correction was applied, the value will be the same as in the main table. The corrections have been done with the algorithms provided in https://www.cosmos.esa.int/web/gaia/edr3-code</description>
                    <nrows>1811709771</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>parallax_corr</name>
                       <description>Corrected parallax by zero point bias</description>
                       <unit>mas</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>phot_bp_rp_excess_factor_corr</name>
                       <description>Corrected BP/RP excess factor</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.dr2_neighbourhood</name>
                    <description>Users wishing to look up the E/DR3 record for an astrophysical source identified in DR2 must NOT simply extract the record from E/DR3 having the same source identifier.  As described in the detailed description of attribute designation in GaiaSource it is not guaranteed that the same astronomical source will always have the same source identifier in different Data Releases. Hence the only safe way to compare source records between different Data Releases in general is to check the records of proximal source(s) in the same small part of the sky. This table provides the means to do this via a precomputed crossmatch of such sources, taking into account the proper motions available at E/DR3.  Within the neighbourhood of a given E/DR3 source there may be none, one or (rarely) several possible counterparts in DR2 indicated by rows in this table. This occasional source confusion is an inevitable consequence of the merging, splitting and deletion of identifiers introduced in previous releases during the DR3 processing and results in no guaranteed one–to–one correspondence in source identifiers between the releases.  For more details of the procedure used to create this crossmatch, see Chapter [chap:archive] in the online documentation.</description>
                    <nrows>2113601284</nrows>
                    <column>
                       <name>dr3_source_id</name>
                       <description>Source identifier in Gaia E/DR3</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dr2_source_id</name>
                       <description>Source identifier in Gaia DR2</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular distance between the two sources</description>
                       <unit>mas</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>magnitude_difference</name>
                       <description>G band magnitude difference between the sources</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;arith.diff</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>proper_motion_propagation</name>
                       <description>Flag indicating whether E/DR3 coordinates were proper motion corrected</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.xp_summary</name>
                    <description>This tables contains auxiliary information about the mean BP/RP spectrum of a given source</description>
                    <nrows>219197643</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="219197642" stat0:max="8382808.0" stat0:mean="2000.5694469744228" stat0:median="1924.5476" stat0:min="1.9446375" stat0:q1="1385.4047" stat0:q3="2387.7234" stat0:stddev="1058.7161995145525">
                       <name>bp_chi_squared</name>
                       <description>Chi squared for the BP spectrum representation</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="219197642" stat0:max="134.0" stat0:mean="6.439058824364543" stat0:median="1.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="5.0" stat0:stddev="11.76253647092667">
                       <name>bp_n_blended_transits</name>
                       <description>Number of blended transits in BP</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="90.0" stat0:mean="0.04110711647162701" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.5986917437935243">
                       <name>bp_n_contaminated_transits</name>
                       <description>Number of contaminated transits in BP</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="7888.0" stat0:mean="1915.5924202460171" stat0:median="1851.0" stat0:min="268.0" stat0:q1="1332.0" stat0:q3="2295.0" stat0:stddev="736.499841865384">
                       <name>bp_n_measurements</name>
                       <description>Number of measurements used for the BP spectrum generation</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="219197642" stat0:max="1266.0" stat0:mean="17.388212857691233" stat0:median="14.0" stat0:min="0.0" stat0:q1="8.0" stat0:q3="22.0" stat0:stddev="15.532590895253472">
                       <name>bp_n_rejected_measurements</name>
                       <description>Number of rejected measurements in the BP spectrum generation</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="55.0" stat0:mean="14.400795009464563" stat0:median="6.0" stat0:min="1.0" stat0:q1="4.0" stat0:q3="20.0" stat0:stddev="15.822107462477668">
                       <name>bp_n_relevant_bases</name>
                       <description>Number of bases that are relevant for the representation of this mean BP spectrum</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="137.0" stat0:mean="33.24240244792414" stat0:median="32.0" stat0:min="5.0" stat0:q1="23.0" stat0:q3="40.0" stat0:stddev="12.775124997287296">
                       <name>bp_n_transits</name>
                       <description>Number of transits contributing to the mean in BP</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="1.0" stat0:mean="0.9996530212681599" stat0:median="0.99994147" stat0:min="0.07339913" stat0:q1="0.99980974" stat0:q3="0.9999904" stat0:stddev="0.006829811772520253">
                       <name>bp_relative_shrinking</name>
                       <description>Measure of the relative shrinking of the coefficient vector when truncation is applied for the mean BP spectrum</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="169.72595" stat0:mean="1.0367945656232815" stat0:median="1.0303338" stat0:min="0.0515423" stat0:q1="1.0194544" stat0:q3="1.0431983" stat0:stddev="0.060908063302827525">
                       <name>bp_standard_deviation</name>
                       <description>Standard deviation for the BP spectrum representation</description>
                       <unit>electron.s**-1.pixel**-1</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="219197643" stat0:max="1.9925892E7" stat0:mean="2798.2921868578205" stat0:median="2658.6348" stat0:min="12.518315" stat0:q1="2008.92825" stat0:q3="3253.7935" stat0:stddev="3294.213641520645">
                       <name>rp_chi_squared</name>
                       <description>Chi squared for the RP spectrum representation</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="219197643" stat0:max="263.0" stat0:mean="8.07944624660038" stat0:median="1.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="5.0" stat0:stddev="15.190433217643298">
                       <name>rp_n_blended_transits</name>
                       <description>Number of blended transits in RP</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="225.0" stat0:mean="0.04980288953198279" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.7776899693798182">
                       <name>rp_n_contaminated_transits</name>
                       <description>Number of contaminated transits in RP</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="15666.0" stat0:mean="2588.46238467993" stat0:median="2538.0" stat0:min="266.0" stat0:q1="1906.0" stat0:q3="3075.0" stat0:stddev="927.663138134565">
                       <name>rp_n_measurements</name>
                       <description>Number of measurements used for the RP spectrum generation</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="219197643" stat0:max="1717.0" stat0:mean="20.93547685181998" stat0:median="17.0" stat0:min="0.0" stat0:q1="10.0" stat0:q3="26.0" stat0:stddev="18.77646310286165">
                       <name>rp_n_rejected_measurements</name>
                       <description>Number of rejected measurements in the RP spectrum generation</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="55.0" stat0:mean="13.164228987626478" stat0:median="7.0" stat0:min="1.0" stat0:q1="5.0" stat0:q3="13.0" stat0:stddev="13.651808269888287">
                       <name>rp_n_relevant_bases</name>
                       <description>Number of bases that are relevant for the representation of this mean RP spectrum</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="267.0" stat0:mean="44.91163347500046" stat0:median="44.0" stat0:min="5.0" stat0:q1="33.0" stat0:q3="53.0" stat0:stddev="16.07710065761019">
                       <name>rp_n_transits</name>
                       <description>Number of transits contributing to the mean in RP</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="1.0" stat0:mean="0.9999323782451786" stat0:median="0.9999696" stat0:min="0.64940786" stat0:q1="0.9999185" stat0:q3="0.9999927" stat0:stddev="1.879081681498708E-4">
                       <name>rp_relative_shrinking</name>
                       <description>Measure of the relative shrinking of the coefficient vector when truncation is applied for the mean RP spectrum</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="96.17878" stat0:mean="1.044652151340579" stat0:median="1.0291252" stat0:min="0.118592024" stat0:q1="1.019659" stat0:q3="1.0422813" stat0:stddev="0.13318119592064342">
                       <name>rp_standard_deviation</name>
                       <description>Standard deviation for the RP spectrum representation</description>
                       <unit>electron.s**-1.pixel**-1</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.xp_continuous_mean_spectrum</name>
                    <description>Table hosting the mean BP and RP spectra based on the continuous representation in basis functions.</description>
                    <nrows>219197643</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>bp_basis_function_id</name>
                       <description>Identifier defining the set of basis functions for the BP spectrum representation</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="8382808.0" stat0:mean="2000.5694469744228" stat0:median="1924.5476" stat0:min="1.9446375" stat0:q1="1385.4047" stat0:q3="2387.7234" stat0:stddev="1058.7161995145525">
                       <name>bp_chi_squared</name>
                       <description>Chi squared for the BP spectrum representation</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>bp_coefficient_correlations</name>
                       <description>Correlation matrix for BP coefficients</description>
                       <ucd>stat.correlation</ucd>
                       <dataType size="1485" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bp_coefficient_errors</name>
                       <description>Basis function coefficient errors for the BP spectrum representation</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bp_coefficients</name>
                       <description>Basis function coefficients for the BP spectrum representation</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="7833.0" stat0:mean="1860.5924202460171" stat0:median="1796.0" stat0:min="213.0" stat0:q1="1277.0" stat0:q3="2240.0" stat0:stddev="736.499841865384">
                       <name>bp_degrees_of_freedom</name>
                       <description>Degrees of freedom for the BP spectrum representation</description>
                       <ucd>stat.fit.dof</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="7888.0" stat0:mean="1915.5924202460171" stat0:median="1851.0" stat0:min="268.0" stat0:q1="1332.0" stat0:q3="2295.0" stat0:stddev="736.499841865384">
                       <name>bp_n_measurements</name>
                       <description>Number of measurements used for the BP spectrum generation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>bp_n_parameters</name>
                       <description>Number of parameters for the BP spectrum representation</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="1266.0" stat0:mean="17.388212857691233" stat0:median="14.0" stat0:min="0.0" stat0:q1="8.0" stat0:q3="22.0" stat0:stddev="15.532590895253472">
                       <name>bp_n_rejected_measurements</name>
                       <description>Number of rejected measurements in the BP spectrum generation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="55.0" stat0:mean="14.400795009464563" stat0:median="6.0" stat0:min="1.0" stat0:q1="4.0" stat0:q3="20.0" stat0:stddev="15.822107462477668">
                       <name>bp_n_relevant_bases</name>
                       <description>Number of bases that are relevant for the representation of this mean BP spectrum</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="1.0" stat0:mean="0.9996530212681594" stat0:median="0.99994147" stat0:min="0.07339913" stat0:q1="0.99980974" stat0:q3="0.9999904" stat0:stddev="0.006829811772523921">
                       <name>bp_relative_shrinking</name>
                       <description>Measure of the relative shrinking of the coefficient vector when truncation is applied for the mean BP spectrum</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="219197642" stat0:max="169.72595" stat0:mean="1.0367945656232815" stat0:median="1.0303338" stat0:min="0.0515423" stat0:q1="1.0194544" stat0:q3="1.0431983" stat0:stddev="0.060908063302827525">
                       <name>bp_standard_deviation</name>
                       <description>Standard deviation for the BP spectrum representation</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>rp_basis_function_id</name>
                       <description>Identifier defining the set of basis functions for the RP spectrum representation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="1.9925892E7" stat0:mean="2798.2921868578205" stat0:median="2658.6348" stat0:min="12.518315" stat0:q1="2008.92825" stat0:q3="3253.7935" stat0:stddev="3294.213641520645">
                       <name>rp_chi_squared</name>
                       <description>Chi squared for the RP spectrum representation</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>rp_coefficient_correlations</name>
                       <description>Correlation matrix for RP coefficients</description>
                       <ucd>stat.correlation</ucd>
                       <dataType size="1485" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rp_coefficient_errors</name>
                       <description>Basis function coefficient errors for the RP spectrum representation</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rp_coefficients</name>
                       <description>Basis function coefficients for the RP spectrum representation</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="15611.0" stat0:mean="2533.46238467993" stat0:median="2483.0" stat0:min="211.0" stat0:q1="1851.0" stat0:q3="3020.0" stat0:stddev="927.663138134565">
                       <name>rp_degrees_of_freedom</name>
                       <description>Degrees of freedom for the RP spectrum representation</description>
                       <ucd>stat.fit.dof</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="15666.0" stat0:mean="2588.46238467993" stat0:median="2538.0" stat0:min="266.0" stat0:q1="1906.0" stat0:q3="3075.0" stat0:stddev="927.663138134565">
                       <name>rp_n_measurements</name>
                       <description>Number of measurements used for the RP spectrum generation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>rp_n_parameters</name>
                       <description>Number of parameters for the RP spectrum representation</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="1717.0" stat0:mean="20.93547685181998" stat0:median="17.0" stat0:min="0.0" stat0:q1="10.0" stat0:q3="26.0" stat0:stddev="18.77646310286165">
                       <name>rp_n_rejected_measurements</name>
                       <description>Number of rejected measurements in the RP spectrum generation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="55.0" stat0:mean="13.164228987626478" stat0:median="7.0" stat0:min="1.0" stat0:q1="5.0" stat0:q3="13.0" stat0:stddev="13.651808269888287">
                       <name>rp_n_relevant_bases</name>
                       <description>Number of bases that are relevant for the representation of this mean RP spectrum</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="1.0" stat0:mean="0.9999323782451786" stat0:median="0.9999696" stat0:min="0.64940786" stat0:q1="0.9999185" stat0:q3="0.9999927" stat0:stddev="1.8790816814991313E-4">
                       <name>rp_relative_shrinking</name>
                       <description>Measure of the relative shrinking of the coefficient vector when truncation is applied for the mean RP spectrum</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="219197643" stat0:max="96.17878" stat0:mean="1.044652151340579" stat0:median="1.0291252" stat0:min="0.118592024" stat0:q1="1.019659" stat0:q3="1.0422813" stat0:stddev="0.13318119592064342">
                       <name>rp_standard_deviation</name>
                       <description>Standard deviation for the RP spectrum representation</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.xp_sampled_mean_spectrum</name>
                    <description>This is the BP/RP externally calibrated sampled mean spectrum. All mean spectra are sampled to the same set of absolute wavelength positions, viz. 343 values from 336 to 1020 nm with a step of 2 nm</description>
                    <nrows>34468373</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="34468373" stat0:max="359.9999991731361" stat0:mean="204.69595178271317" stat0:median="231.3037286369787" stat0:min="1.5207137117992139E-6" stat0:q1="121.55212464465941" stat0:q3="280.53138014316" stat0:stddev="93.24409172520376">
                       <name>ra</name>
                       <description>Right Ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="34468373" stat0:max="89.96296648033682" stat0:mean="-9.76474622707469" stat0:median="-17.195543739630537" stat0:min="-89.96995036753759" stat0:q1="-45.00264195084247" stat0:q3="25.454654089072914" stat0:stddev="41.26404273440972">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>flux</name>
                       <description>mean BP + RP combined spectrum flux</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType size="343" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flux_error</name>
                       <description>mean BP + RP combined spectrum flux error</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType size="343" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.rvs_mean_spectrum</name>
                    <description>This is the RVS mean sampled spectrum table. The spectra are in the rest frame, they are normalised and their wavelength grid ranges from 846 to 870 nm in steps of 0.01 nm (2401 elements).</description>
                    <nrows>999645</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="999645" stat0:max="359.9998074183512" stat0:mean="189.134137670723" stat0:median="188.93219152124442" stat0:min="2.052024238820092E-4" stat0:q1="107.9494776659304" stat0:q3="279.4338226587731" stat0:stddev="97.90100674887432">
                       <name>ra</name>
                       <description>Right Ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="999645" stat0:max="89.58105540564819" stat0:mean="-16.383333514585704" stat0:median="-22.070507271004573" stat0:min="-89.71177925918501" stat0:q1="-47.46273841011795" stat0:q3="11.153527357342908" stat0:stddev="39.146963049297696">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>flux</name>
                       <description>array of fluxes</description>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType size="2401" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flux_error</name>
                       <description>array of uncertainties in flux</description>
                       <ucd>stat.error;phot.flux;em.opt.I</ucd>
                       <dataType size="2401" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>combined_ccds</name>
                       <description>number of combined CCD spectra</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>combined_transits</name>
                       <description>number of combined transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>deblended_ccds</name>
                       <description>number of deblended CCD spectra</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.astrophysical_parameters</name>
                    <description>This is the main table containing the 1D astrophysical parameters produced by the Apsis processing chain developed in Gaia DPAC CU8. Additional parameters can be found in table astrophysical_parameters_supp.</description>
                    <nrows>1590932717</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="9.9321" stat0:mean="0.8100425494474705" stat0:median="0.2773" stat0:min="0.0" stat0:q1="0.0168" stat0:q3="1.0181" stat0:stddev="1.3127219010155997">
                       <name>abp_gspphot</name>
                       <description>Extinction in G_(BP) band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="9.9304" stat0:mean="0.7657343536853187" stat0:median="0.2098" stat0:min="0.0" stat0:q1="0.0041" stat0:q3="0.955" stat0:stddev="1.3010309600365209">
                       <name>abp_gspphot_lower</name>
                       <description>Lower confidence level (16%) of extinction in G_(BP) band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="9.9328" stat0:mean="0.8684476449429702" stat0:median="0.368" stat0:min="1.0E-4" stat0:q1="0.0444" stat0:q3="1.0977" stat0:stddev="1.3195653166968884">
                       <name>abp_gspphot_upper</name>
                       <description>Upper confidence level (84%) of extinction in G_(BP) band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2141643" stat0:max="0.97961867" stat0:mean="0.007240724142739034" stat0:median="0.0045645677" stat0:min="-0.114833385" stat0:q1="-0.0043437448" stat0:q3="0.0156343315" stat0:stddev="0.01914332035494221">
                       <name>activityindex_espcs</name>
                       <description>Chromospheric activity index from ESP-CS, measured on the calcium triplet using RVS spectra</description>
                       <unit>nm</unit>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>activityindex_espcs_input</name>
                       <description>Source of input stellar parameters for the computation of the activity index by ESP-CS</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="2141643" stat0:max="0.013037303" stat0:mean="0.0013201611914963457" stat0:median="0.0013336035" stat0:min="2.1397445E-5" stat0:q1="8.5310056E-4" stat0:q3="0.0017977369000000002" stat0:stddev="5.772105247022612E-4">
                       <name>activityindex_espcs_uncertainty</name>
                       <description>Uncertainty in the chromospheric activity index from ESP-CS</description>
                       <unit>nm</unit>
                       <ucd>stat.error;spect.index</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="128611111" stat0:max="13.5" stat0:mean="5.621990104072328" stat0:median="4.7279425" stat0:min="0.20000017" stat0:q1="1.8565203499999998" stat0:q3="9.332959" stat0:stddev="4.155276000552811">
                       <name>age_flame</name>
                       <description>Age of the star from FLAME using stellar models, see massFlame for details</description>
                       <unit>Gyr</unit>
                       <ucd>time.age</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="128611111" stat0:max="12.413797" stat0:mean="3.459934154851881" stat0:median="1.72716715" stat0:min="0.2" stat0:q1="0.29659357" stat0:q3="6.249234" stat0:stddev="3.6893943924753874">
                       <name>age_flame_lower</name>
                       <description>Lower confidence level (16%) of ageFlame</description>
                       <unit>Gyr</unit>
                       <ucd>stat.value;time.age</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="128611111" stat0:max="13.5" stat0:mean="8.101846690252787" stat0:median="9.423959" stat0:min="0.21744078" stat0:q1="3.2204645999999997" stat0:q3="12.615536500000001" stat0:stddev="4.740434441874825">
                       <name>age_flame_upper</name>
                       <description>Upper confidence level (84%) of ageFlame</description>
                       <unit>Gyr</unit>
                       <ucd>stat.value;time.age</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ag_esphs</name>
                       <description>Intersterstellar extinction in G band from ESP-HS</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2382015" stat0:max="0.81447667" stat0:mean="0.09111492775296558" stat0:median="0.0557713415" stat0:min="0.003050489" stat0:q1="0.023070699" stat0:q3="0.12293677" stat0:stddev="0.09446711991509715">
                       <name>ag_esphs_uncertainty</name>
                       <description>Uncertainty on A_(G) from ESP-HS</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="7.4106" stat0:mean="0.6053006120070349" stat0:median="0.2132" stat0:min="0.0" stat0:q1="0.013" stat0:q3="0.7739" stat0:stddev="0.9581788629168928">
                       <name>ag_gspphot</name>
                       <description>Extinction in G band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="7.41" stat0:mean="0.5712980609173367" stat0:median="0.1614" stat0:min="0.0" stat0:q1="0.0031" stat0:q3="0.7245" stat0:stddev="0.9492231086360865">
                       <name>ag_gspphot_lower</name>
                       <description>Lower confidence level (16%) of extinction in G band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="7.4111" stat0:mean="0.6503136532479472" stat0:median="0.283" stat0:min="1.0E-4" stat0:q1="0.0342" stat0:q3="0.8362" stat0:stddev="0.9634840258571302">
                       <name>ag_gspphot_upper</name>
                       <description>Upper confidence level (84%) of extinction in G band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="3.8512583" stat0:mean="0.4500214207302205" stat0:median="0.34488374" stat0:min="9.536743E-7" stat0:q1="0.16723618" stat0:q3="0.64428985" stat0:stddev="0.3572861005828044">
                       <name>ag_msc</name>
                       <description>Extinction in G band of the source treated as a binary system from MSC using BP/RP spectra and parallax</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="3.782464" stat0:mean="0.18517420760156336" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.32492876" stat0:stddev="0.2872785963879786">
                       <name>ag_msc_lower</name>
                       <description>Lower confidence level (16%) of extinction in G band from MSC using BP/RP spectra and parallax</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="5.0" stat0:mean="1.1013507323079252" stat0:median="0.82148457" stat0:min="2.002716E-5" stat0:q1="0.5236877" stat0:q3="1.3692716" stat0:stddev="0.9073753135027272">
                       <name>ag_msc_upper</name>
                       <description>Upper confidence level (84%) of extinction in G band from MSC using BP/RP spectra and parallax</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="4957718" stat0:max="3.76" stat0:mean="0.06951265491838554" stat0:median="0.03" stat0:min="-2.02" stat0:q1="-0.05" stat0:q3="0.14" stat0:stddev="0.18530732645926548">
                       <name>alphafe_gspspec</name>
                       <description>Abundance of alpha-elements [alpha/Fe] with respect to iron from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>phys.abund;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="4957718" stat0:max="1.24" stat0:mean="0.0032969241797530745" stat0:median="-0.02" stat0:min="-3.05" stat0:q1="-0.09" stat0:q3="0.07" stat0:stddev="0.16238331650067148">
                       <name>alphafe_gspspec_lower</name>
                       <description>16th percentile of the abundance of alpha-elements [alpha/Fe] with respect to iron from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="4957718" stat0:max="4.99" stat0:mean="0.1457085680205372" stat0:median="0.08" stat0:min="-0.79" stat0:q1="-0.01" stat0:q3="0.24" stat0:stddev="0.2320377526415463">
                       <name>alphafe_gspspec_upper</name>
                       <description>84th percentile of the abundance of alpha-elements [alpha/Fe] with respect to iron from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="5.7114" stat0:mean="0.4763453054733362" stat0:median="0.1615" stat0:min="0.0" stat0:q1="0.0098" stat0:q3="0.594" stat0:stddev="0.776513356973501">
                       <name>arp_gspphot</name>
                       <description>Extinction in G_(RP) band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="5.711" stat0:mean="0.45061609918273543" stat0:median="0.1222" stat0:min="0.0" stat0:q1="0.0024" stat0:q3="0.5574" stat0:stddev="0.7699807493741618">
                       <name>arp_gspphot_lower</name>
                       <description>Lower confidence level (16%) of extinction in G_(RP) band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="5.7116" stat0:mean="0.5102258378808942" stat0:median="0.2142" stat0:min="1.0E-4" stat0:q1="0.0259" stat0:q3="0.6398" stat0:stddev="0.7802576413385018">
                       <name>arp_gspphot_upper</name>
                       <description>Upper confidence level (84%) of extinction in G_(RP) band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>azero_esphs</name>
                       <description>Monochromatic interstellar extinction, A₀, from ESP-HS</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>azero_esphs_uncertainty</name>
                       <description>Uncertainty at a 68% confidence level on A₀ from ESP-HS</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="10.0" stat0:mean="0.8293835697274247" stat0:median="0.2746" stat0:min="0.0" stat0:q1="0.0167" stat0:q3="1.0193" stat0:stddev="1.3829421255275052">
                       <name>azero_gspphot</name>
                       <description>Monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="9.9999" stat0:mean="0.7855000968081641" stat0:median="0.208" stat0:min="0.0" stat0:q1="0.0041" stat0:q3="0.9565" stat0:stddev="1.371556210212203">
                       <name>azero_gspphot_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="10.0" stat0:mean="0.8869867711996812" stat0:median="0.3641" stat0:min="1.0E-4" stat0:q1="0.044" stat0:q3="1.0964" stat0:stddev="1.389355088755764">
                       <name>azero_gspphot_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="4.9999657" stat0:mean="0.6194037938328988" stat0:median="0.46929675" stat0:min="1.2280618E-6" stat0:q1="0.21819095" stat0:q3="0.9002794" stat0:stddev="0.5033950137512262">
                       <name>azero_msc</name>
                       <description>Monochromatic extinction A₀ at 547.7nm of the source treated as a binary system from MSC using BP/RP spectra and parallax</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="348711151" stat0:max="4.9997034" stat0:mean="0.2631658782653793" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.45081508" stat0:stddev="0.41639283733158816">
                       <name>azero_msc_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction A₀ at 547.7nm from MSC using BP/RP spectra and parallax</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="5.0" stat0:mean="1.4582142621205936" stat0:median="1.1111152" stat0:min="2.7618904E-5" stat0:q1="0.7081464" stat0:q3="1.85798175" stat0:stddev="1.0981983366149084">
                       <name>azero_msc_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction A₀ at 547.7nm from MSC using BP/RP spectra and parallax</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="280689464" stat0:max="0.20089638" stat0:mean="-0.09425621202200592" stat0:median="-0.05097091" stat0:min="-3.2706566" stat0:q1="-0.14088157" stat0:q3="0.003864108" stat0:stddev="0.16520141169597846">
                       <name>bc_flame</name>
                       <description>Bolometric correction used to derive lumFlame</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.bc</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2505632" stat0:max="1.38" stat0:mean="0.06611791758599662" stat0:median="0.04" stat0:min="-0.78" stat0:q1="-0.03" stat0:q3="0.14" stat0:stddev="0.1327618222366871">
                       <name>cafe_gspspec</name>
                       <description>Abundance of Calcium [Ca/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in cafe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2505632" stat0:max="0.78" stat0:mean="0.040208085834495456" stat0:median="0.03" stat0:min="0.0" stat0:q1="0.02" stat0:q3="0.05" stat0:stddev="0.025686389794822403">
                       <name>cafe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Ca/Fe] abundance using N lines of the element, given in cafe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2505632" stat0:max="1.35" stat0:mean="0.01892509357328669" stat0:median="0.0" stat0:min="-0.84" stat0:q1="-0.07" stat0:q3="0.08" stat0:stddev="0.12623346838266652">
                       <name>cafe_gspspec_lower</name>
                       <description>16th percentile of the abundance of Calcium [Ca/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2505632" stat0:max="7.0" stat0:mean="6.002876719326701" stat0:median="6.0" stat0:min="1.0" stat0:q1="6.0" stat0:q3="7.0" stat0:stddev="0.8059027353535282">
                       <name>cafe_gspspec_nlines</name>
                       <description>Number of lines used for [Ca/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="2505632" stat0:max="1.4" stat0:mean="0.1187849891692227" stat0:median="0.09" stat0:min="-0.76" stat0:q1="0.01" stat0:q3="0.2" stat0:stddev="0.14608247942908606">
                       <name>cafe_gspspec_upper</name>
                       <description>84th percentile of the abundance of Calcium [Ca/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="103948" stat0:max="2.0" stat0:mean="0.4146122094074251" stat0:median="0.4" stat0:min="-0.53" stat0:q1="0.22" stat0:q3="0.57" stat0:stddev="0.2749402178200267">
                       <name>cefe_gspspec</name>
                       <description>Abundance of Cerium [Ce/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in cefe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>cefe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Ce/Fe] abundance using N lines of the element, given in cefe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="103948" stat0:max="2.0" stat0:mean="0.25635221423356536" stat0:median="0.23" stat0:min="-0.77" stat0:q1="0.06" stat0:q3="0.42" stat0:stddev="0.2907889831962256">
                       <name>cefe_gspspec_lower</name>
                       <description>16th percentile of the abundance of Cerium [Ce/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>cefe_gspspec_nlines</name>
                       <description>Number of lines used for [Ce/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="103948" stat0:max="2.0" stat0:mean="0.5500462725179052" stat0:median="0.53" stat0:min="-0.36" stat0:q1="0.36" stat0:q3="0.71" stat0:stddev="0.26976092212871644">
                       <name>cefe_gspspec_upper</name>
                       <description>84th percentile of the abundance of Cerium [Ce/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>classlabel_espels</name>
                       <description>Adopted ELS class label from ESP-ELS</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>classlabel_espels_flag</name>
                       <description>Quality flag of the adopted ELS class label from ESP-ELS</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="1370759105" stat0:max="1.0" stat0:mean="8.181714727879961E-4" stat0:median="3.0116687E-10" stat0:min="0.0" stat0:q1="1.4019402E-11" stat0:q3="8.835763E-9" stat0:stddev="0.02499748688179811">
                       <name>classprob_dsc_allosmod_galaxy</name>
                       <description>Probability from DSC-Allosmod of being a galaxy (data used: photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1370759105" stat0:max="1.0" stat0:mean="0.0016847604741922892" stat0:median="4.3353449E-10" stat0:min="0.0" stat0:q1="6.2650523E-12" stat0:q3="1.1264969E-8" stat0:stddev="0.035187264206262996">
                       <name>classprob_dsc_allosmod_quasar</name>
                       <description>Probability from DSC-Allosmod of being a quasar (data used: photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1370759105" stat0:max="1.0" stat0:mean="0.9974970696710037" stat0:median="1.0" stat0:min="0.0" stat0:q1="0.99999994" stat0:q3="1.0" stat0:stddev="0.043560631157401046">
                       <name>classprob_dsc_allosmod_star</name>
                       <description>Probability from DSC-Allosmod of being a star (data used: photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="5.7416334339793E-4" stat0:median="6.884183E-6" stat0:min="0.0" stat0:q1="3.2932746E-6" stat0:q3="1.9583855E-5" stat0:stddev="0.01926173642866041">
                       <name>classprob_dsc_combmod_binarystar</name>
                       <description>Probability from DSC-Combmod of being a binary star (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="0.002335763212580875" stat0:median="2.1329592E-10" stat0:min="0.0" stat0:q1="5.2215643E-13" stat0:q3="6.3910566E-9" stat0:stddev="0.04608539526851686">
                       <name>classprob_dsc_combmod_galaxy</name>
                       <description>Probability from DSC-Combmod of being a galaxy (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="0.0036399908804796545" stat0:median="1.6490002E-10" stat0:min="0.0" stat0:q1="1.12922624E-13" stat0:q3="9.349847E-9" stat0:stddev="0.05415315930440541">
                       <name>classprob_dsc_combmod_quasar</name>
                       <description>Probability from DSC-Combmod of being a quasar (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="0.9930862107737828" stat0:median="0.9999924" stat0:min="0.0" stat0:q1="0.9999732" stat0:q3="0.99999636" stat0:stddev="0.07692853938675231">
                       <name>classprob_dsc_combmod_star</name>
                       <description>Probability from DSC-Combmod of being a single star (but not a white dwarf) (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="3.6387499067580976E-4" stat0:median="6.728169E-10" stat0:min="0.0" stat0:q1="2.0075812E-12" stat0:q3="1.1593194E-8" stat0:stddev="0.017503703437114243">
                       <name>classprob_dsc_combmod_whitedwarf</name>
                       <description>Probability from DSC-Combmod of being a white dwarf (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="0.0024528314054894397" stat0:median="5.7933864E-4" stat0:min="0.0" stat0:q1="3.0614674E-4" stat0:q3="0.0011058936" stat0:stddev="0.02122270439516596">
                       <name>classprob_dsc_specmod_binarystar</name>
                       <description>Probability from DSC-Specmod of being a binary star (data used: BP/RP spectrum)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="0.0017895482733885951" stat0:median="2.7275023E-6" stat0:min="0.0" stat0:q1="0.0" stat0:q3="1.5079794E-5" stat0:stddev="0.041062908221167795">
                       <name>classprob_dsc_specmod_galaxy</name>
                       <description>Probability from DSC-Specmod of being a galaxy (data used: BP/RP spectrum)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="0.001832824437015559" stat0:median="8.903383E-6" stat0:min="0.0" stat0:q1="0.0" stat0:q3="8.4330415E-5" stat0:stddev="0.035284283950706506">
                       <name>classprob_dsc_specmod_quasar</name>
                       <description>Probability from DSC-Specmod of being a quasar (data used: BP/RP spectrum)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="0.9930970986895317" stat0:median="0.9992477" stat0:min="0.0" stat0:q1="0.99849004" stat0:q3="0.9996093" stat0:stddev="0.06712777207944966">
                       <name>classprob_dsc_specmod_star</name>
                       <description>Probability from DSC-Specmod of being a single star (but not a white dwarf) (data used: BP/RP spectrum)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1590760469" stat0:max="1.0" stat0:mean="8.276945171940128E-4" stat0:median="2.453357E-6" stat0:min="0.0" stat0:q1="0.0" stat0:q3="2.3757695E-5" stat0:stddev="0.022831290728231403">
                       <name>classprob_dsc_specmod_whitedwarf</name>
                       <description>Probability from DSC-Specmod of being a white dwarf (data used: BP/RP spectrum)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="57939" stat0:max="1.0" stat0:mean="0.2841161724029809" stat0:median="0.14" stat0:min="0.0" stat0:q1="0.049479168" stat0:q3="0.53386512" stat0:stddev="0.3198913417350278">
                       <name>classprob_espels_bestar</name>
                       <description>Probability from ESP-ELS of being a Be Star</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="57939" stat0:max="0.82" stat0:mean="0.04917508175502132" stat0:median="0.009844952" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.05" stat0:stddev="0.10011225216332323">
                       <name>classprob_espels_dmestar</name>
                       <description>Probability from ESP-ELS of being an active M dwarf Star</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="57939" stat0:max="1.0" stat0:mean="0.157942475267277" stat0:median="0.13" stat0:min="0.0" stat0:q1="0.06" stat0:q3="0.19" stat0:stddev="0.14342249101161017">
                       <name>classprob_espels_herbigstar</name>
                       <description>Probability from ESP-ELS of being a Herbig Ae/Be Star</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="57939" stat0:max="0.96938777" stat0:mean="0.017395656378190853" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.010752687" stat0:stddev="0.057406958487350654">
                       <name>classprob_espels_pne</name>
                       <description>Probability from ESP-ELS of being a planetary nebula</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="57939" stat0:max="1.0" stat0:mean="0.46267543586968496" stat0:median="0.66" stat0:min="0.0" stat0:q1="0.026428571" stat0:q3="0.74" stat0:stddev="0.34324599326992716">
                       <name>classprob_espels_ttauristar</name>
                       <description>Probability from ESP-ELS of being a T Tauri Star</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="57939" stat0:max="1.0" stat0:mean="0.004026907003046339" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.04536716326593359">
                       <name>classprob_espels_wcstar</name>
                       <description>Probability from ESP-ELS of being a Wolf-Rayet star of type WC</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="57939" stat0:max="1.0" stat0:mean="0.017281192425632586" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.01" stat0:stddev="0.07188264466041883">
                       <name>classprob_espels_wnstar</name>
                       <description>Probability from ESP-ELS of being a Wolf-Rayet star of type WN</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="484795" stat0:max="0.06" stat0:mean="0.009504388240834202" stat0:median="0.01" stat0:min="-0.03" stat0:q1="0.0" stat0:q3="0.02" stat0:stddev="0.008903485678586698">
                       <name>cn0ew_gspspec</name>
                       <description>Equivalent witdh of cyanogen absorption line, derived from RVS spectra</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>cn0ew_gspspec_uncertainty</name>
                       <description>Uncertainty of equivalent witdh of cyanogen absorption line, derived from RVS spectra</description>
                       <unit>nm</unit>
                       <ucd>stat.error;spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="484795" stat0:max="862.93" stat0:mean="862.8753538856872" stat0:median="862.87" stat0:min="862.83" stat0:q1="862.87" stat0:q3="862.88" stat0:stddev="0.015238790268528072">
                       <name>cn0_gspspec_centralline</name>
                       <description>Central wavelength of cyanogen line, derived from RVS spectra using DIB algorithm</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="484795" stat0:max="0.25" stat0:mean="0.22154083573001845" stat0:median="0.22" stat0:min="0.03" stat0:q1="0.21" stat0:q3="0.23" stat0:stddev="0.01594756231746207">
                       <name>cn0_gspspec_width</name>
                       <description>Width of cyoanogen line, derived from RVS spectra using DIB algorithm</description>
                       <unit>nm</unit>
                       <ucd>stat.error;spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="219746" stat0:max="1.77" stat0:mean="0.19275695581742366" stat0:median="0.19" stat0:min="-0.52" stat0:q1="0.1" stat0:q3="0.28" stat0:stddev="0.1353109021718277">
                       <name>crfe_gspspec</name>
                       <description>Abundance of Chromium [Cr/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in crfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="219746" stat0:max="0.56" stat0:mean="0.029264175370114977" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.05" stat0:stddev="0.047696786040492406">
                       <name>crfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Cr/Fe] abundance using N lines of the element, given in crfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="219746" stat0:max="1.57" stat0:mean="0.0431146414336768" stat0:median="0.05" stat0:min="-0.79" stat0:q1="-0.05" stat0:q3="0.14" stat0:stddev="0.14937301060055957">
                       <name>crfe_gspspec_lower</name>
                       <description>16th percentile of the abundance of Chromium [Cr/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="219746" stat0:max="2.0" stat0:mean="1.4561994302512902" stat0:median="1.0" stat0:min="1.0" stat0:q1="1.0" stat0:q3="2.0" stat0:stddev="0.49807894860300395">
                       <name>crfe_gspspec_nlines</name>
                       <description>Number of lines used for [Cr/Fe] abundance estimation</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="219746" stat0:max="1.95" stat0:mean="0.32478006395913356" stat0:median="0.31" stat0:min="-0.31" stat0:q1="0.22" stat0:q3="0.42" stat0:stddev="0.14631296290855553">
                       <name>crfe_gspspec_upper</name>
                       <description>84th percentile of the abundance of Chromium [Cr/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="472584" stat0:max="1.6287709E12" stat0:mean="3446521.6068472858" stat0:median="0.048" stat0:min="0.0" stat0:q1="0.027" stat0:q3="0.129" stat0:stddev="2.3693024398887916E9">
                       <name>dibew_gspspec</name>
                       <description>Equivalent width of the DIB from GSP-Spec MatisseGauguin using RVS spectra</description>
                       <unit>angstrom</unit>
                       <ucd>spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="472584" stat0:max="1.6287709E12" stat0:mean="3446521.564098733" stat0:median="0.011" stat0:min="0.0" stat0:q1="0.004" stat0:q3="0.042" stat0:stddev="2.3693024398887906E9">
                       <name>dibew_gspspec_uncertainty</name>
                       <description>Global uncertainty on DIB equivalent width value using DIB algorithm</description>
                       <unit>angstrom</unit>
                       <ucd>stat.value;spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="472584" stat0:max="1374.1808" stat0:mean="-0.040027036447215954" stat0:median="0.0034" stat0:min="-1.0" stat0:q1="0.001" stat0:q3="0.0087" stat0:stddev="3.919752757504059">
                       <name>dibewnoise_gspspec_uncertainty</name>
                       <description>Uncertainty on DIB equivalent width value occuring from noise part</description>
                       <unit>angstrom</unit>
                       <ucd>stat.value;spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="472584" stat0:max="863.18274" stat0:mean="862.2913965215502" stat0:median="862.40735" stat0:min="860.74207" stat0:q1="862.13446" stat0:q3="862.54675" stat0:stddev="0.3139968970980131">
                       <name>dib_gspspec_lambda</name>
                       <description>DIB central wavelength from GSP-Spec MatisseGauguin using RVS spectra</description>
                       <unit>nm</unit>
                       <ucd>em.wl.central</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="472584" stat0:max="0.946839" stat0:mean="0.042469565292391376" stat0:median="0.023198444" stat0:min="0.0" stat0:q1="0.008766071" stat0:q3="0.049008742" stat0:stddev="0.06172738587046536">
                       <name>dib_gspspec_lambda_uncertainty</name>
                       <description>Uncertainty on DIB central wavelength from GSP-Spec MatisseGauguin using RVS spectra</description>
                       <unit>nm</unit>
                       <ucd>stat.error;em.wl.central</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="472584" stat0:max="-2.0E-4" stat0:mean="-6436376.200216755" stat0:median="-0.0249" stat0:min="-3.0417284E12" stat0:q1="-0.0339" stat0:q3="-0.0183" stat0:stddev="4.424670403658372E9">
                       <name>dibp0_gspspec</name>
                       <description>Depth (p₀ parameter) of the DIB derived from a Gaussian model fit</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="472584" stat0:max="8.5423" stat0:mean="1.3276113573537571" stat0:median="0.7629" stat0:min="0.1514" stat0:q1="0.3866" stat0:q3="2.348" stat0:stddev="1.056246631399955">
                       <name>dibp2_gspspec</name>
                       <description>Width (p₂ parameter) of the DIB derived from a Gaussian model fit</description>
                       <unit>angstrom</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="472584" stat0:max="190.4496" stat0:mean="0.4414848691054384" stat0:median="0.2482" stat0:min="0.0" stat0:q1="0.083" stat0:q3="0.5165" stat0:stddev="1.2040100242691734">
                       <name>dibp2_gspspec_uncertainty</name>
                       <description>Uncertainty on the dibp2Gspspec parameter</description>
                       <unit>angstrom</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1230903" stat0:max="5.0" stat0:mean="0.39200895602659186" stat0:median="-1.0" stat0:min="-2.0" stat0:q1="-1.0" stat0:q3="0.0" stat0:stddev="2.3741666239558836">
                       <name>dibqf_gspspec</name>
                       <description>Quality flag of the DIB computation</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="36165.09" stat0:mean="1427.4362745597746" stat0:median="1176.7706" stat0:min="1.3011" stat0:q1="831.6625" stat0:q3="1695.8783" stat0:stddev="1158.0626665307502">
                       <name>distance_gspphot</name>
                       <description>Distance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="35664.418" stat0:mean="1353.7872992408822" stat0:median="1105.1458" stat0:min="1.3006" stat0:q1="768.5629" stat0:q3="1618.2668" stat0:stddev="1128.7679927168665">
                       <name>distance_gspphot_lower</name>
                       <description>Lower confidence level (16%) of distance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="36337.793" stat0:mean="1528.3063011941413" stat0:median="1286.0228" stat0:min="1.3013" stat0:q1="911.5434" stat0:q3="1805.9899" stat0:stddev="1198.1657325938488">
                       <name>distance_gspphot_upper</name>
                       <description>Upper confidence level (84%) of distance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="9999.479" stat0:mean="1808.5999912917355" stat0:median="1426.0305" stat0:min="10.001253" stat0:q1="827.09375" stat0:q3="2305.5586" stat0:stddev="1474.4103290850048">
                       <name>distance_msc</name>
                       <description>Distance from MSC using BP/RP spectra and parallax</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="348711151" stat0:max="9993.211" stat0:mean="1171.333792023793" stat0:median="1012.8994" stat0:min="10.0" stat0:q1="597.9269" stat0:q3="1558.9658" stat0:stddev="880.8975211021085">
                       <name>distance_msc_lower</name>
                       <description>Lower confidence level (16%) of distance from MSC using BP/RP spectra and parallax</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="10000.0" stat0:mean="2513.9359798589935" stat0:median="1794.3228" stat0:min="10.01131" stat0:q1="958.418175" stat0:q3="3144.1543" stat0:stddev="2291.5215525984922">
                       <name>distance_msc_upper</name>
                       <description>Upper confidence level (84%) of distance from MSC using BP/RP spectra and parallax</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2382015" stat0:max="4.1516156" stat0:mean="0.6407894441870587" stat0:median="0.55232125" stat0:min="2.1166031E-10" stat0:q1="0.30760449" stat0:q3="0.88132842" stat0:stddev="0.43935377480058885">
                       <name>ebpminrp_esphs</name>
                       <description>Reddening E(G_(BP)−G_(RP)) from ESP-HS</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2382015" stat0:max="0.44633448" stat0:mean="0.04982073817467469" stat0:median="0.0302793095" stat0:min="0.0016258092" stat0:q1="0.012497995500000001" stat0:q3="0.06692788050000001" stat0:stddev="0.05207108324233319">
                       <name>ebpminrp_esphs_uncertainty</name>
                       <description>Uncertainty on E(G_(BP)−G_(RP)) from ESP-HS</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="4.2257" stat0:mean="0.33369471919688565" stat0:median="0.1157" stat0:min="0.0" stat0:q1="0.007" stat0:q3="0.424" stat0:stddev="0.5367832817368258">
                       <name>ebpminrp_gspphot</name>
                       <description>Reddening E(G_(BP)−G_(RP)) from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="4.2245" stat0:mean="0.31505291757130033" stat0:median="0.0875" stat0:min="0.0" stat0:q1="0.0017" stat0:q3="0.3972" stat0:stddev="0.5315724684570811">
                       <name>ebpminrp_gspphot_lower</name>
                       <description>Lower confidence level (16%) of reddening E(G_(BP)−G_(RP)) from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="4.2262" stat0:mean="0.3582872886401126" stat0:median="0.1537" stat0:min="1.0E-4" stat0:q1="0.0185" stat0:q3="0.4575" stat0:stddev="0.5399571521258633">
                       <name>ebpminrp_gspphot_upper</name>
                       <description>Upper confidence level (84%) of reddening E(G_(BP)−G_(RP)) from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="170185776" stat0:max="1799.0" stat0:mean="365.56826576387914" stat0:median="356.0" stat0:min="100.0" stat0:q1="262.0" stat0:q3="435.0" stat0:stddev="161.834992595051">
                       <name>evolstage_flame</name>
                       <description>Evolutionary stage of the star from FLAME using stellar models, see massFlame for details</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ew_espels_halpha</name>
                       <description>Halpha pseudo-equivalent width from ESP-ELS</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ew_espels_halpha_flag</name>
                       <description>Quality flag of the Halpha pseudo-equivalent width from ESP-ELS</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>ew_espels_halpha_model</name>
                       <description>Halpha pseudo-equivalent width from ESP-ELS measured on the synthetic spectrum</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ew_espels_halpha_uncertainty</name>
                       <description>Uncertainty of the Halpha pseudo-equivalent width from ESP-ELS</description>
                       <unit>nm</unit>
                       <ucd>stat.error;spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="49940" stat0:max="1.99" stat0:mean="0.19303424095277685" stat0:median="0.19" stat0:min="-1.61" stat0:q1="0.07" stat0:q3="0.31" stat0:stddev="0.21292673474608048">
                       <name>feiim_gspspec</name>
                       <description>Abundance of ionised iron [FeII/M] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in feiim_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Fe;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>feiim_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [FeII/M] abundance using N lines of the element, given in feiim_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="49940" stat0:max="1.66" stat0:mean="0.01073408085430652" stat0:median="0.01" stat0:min="-1.72" stat0:q1="-0.11" stat0:q3="0.13" stat0:stddev="0.2111947481741322">
                       <name>feiim_gspspec_lower</name>
                       <description>16th percentile of the abundance of ionised iron [FeII/M] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>feiim_gspspec_nlines</name>
                       <description>Number of lines used for [FeII/M] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="49940" stat0:max="2.0" stat0:mean="0.3801760107436593" stat0:median="0.37" stat0:min="-1.53" stat0:q1="0.24" stat0:q3="0.52" stat0:stddev="0.2300347199161744">
                       <name>feiim_gspspec_upper</name>
                       <description>84th percentile of the abundance of ionised iron [FeII/M] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1774698" stat0:max="2.0" stat0:mean="-0.0864216841685065" stat0:median="-0.1" stat0:min="-0.98" stat0:q1="-0.15" stat0:q3="-0.03" stat0:stddev="0.10409349974871858">
                       <name>fem_gspspec</name>
                       <description>Abundance of neutral iron [Fe/M] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in fem_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Fe;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1774698" stat0:max="1.05" stat0:mean="0.14037500512791748" stat0:median="0.15" stat0:min="0.0" stat0:q1="0.08" stat0:q3="0.2" stat0:stddev="0.08798019061616164">
                       <name>fem_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Fe/M] abundance using N lines of the element, given in fem_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1774698" stat0:max="1.76" stat0:mean="-0.218970805371298" stat0:median="-0.22" stat0:min="-1.17" stat0:q1="-0.28" stat0:q3="-0.16" stat0:stddev="0.10774563648615121">
                       <name>fem_gspspec_lower</name>
                       <description>16th percentile of the abundance of neutral iron [Fe/M] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1774698" stat0:max="8.0" stat0:mean="4.509366100598524" stat0:median="5.0" stat0:min="1.0" stat0:q1="2.0" stat0:q3="7.0" stat0:stddev="2.416742835666007">
                       <name>fem_gspspec_nlines</name>
                       <description>Number of lines used for [Fe/M] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="1774698" stat0:max="2.0" stat0:mean="0.0402077029558753" stat0:median="0.03" stat0:min="-0.92" stat0:q1="-0.04" stat0:q3="0.11" stat0:stddev="0.11751049955699971">
                       <name>fem_gspspec_upper</name>
                       <description>84th percentile of the abundance of neutral iron [Fe/M] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flags_esphs</name>
                       <description>Quality flag of the ESP-HS parametrisation</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>flags_espucd</name>
                       <description>Quality flags of the ESP-UCD parameter estimates</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>flags_flame</name>
                       <description>Flags indicating quality and processing information from FLAME</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>flags_gspspec</name>
                       <description>Catalogue flags for GSP-Spec MatisseGauguin</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>flags_msc</name>
                       <description>Flag indicating quality information from MSC</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>flags_oa</name>
                       <description>Flags indicating quality and processing information from OA</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="280842938" stat0:max="2.8095577" stat0:mean="0.5651627912445398" stat0:median="0.62439066" stat0:min="1.907086E-4" stat0:q1="0.48340547" stat0:q3="0.7020205" stat0:stddev="0.17826638678847287">
                       <name>gravredshift_flame</name>
                       <description>Gravitational redshift from FLAME using radiusFlame and loggGspphot</description>
                       <unit>km.s**-1</unit>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="280842938" stat0:max="2.758752" stat0:mean="0.5482544368104615" stat0:median="0.6084234" stat0:min="5.705571E-6" stat0:q1="0.46676615" stat0:q3="0.67991143" stat0:stddev="0.1761494239806886">
                       <name>gravredshift_flame_lower</name>
                       <description>Lower confidence level (16%) of gravredshiftFlame</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="280842938" stat0:max="3.4996" stat0:mean="0.5798014135684072" stat0:median="0.6386572" stat0:min="2.4125737E-4" stat0:q1="0.49846894" stat0:q3="0.71781677" stat0:stddev="0.17879123449884138">
                       <name>gravredshift_flame_upper</name>
                       <description>Upper confidence level (84%) of gravredshiftFlame</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>libname_gspphot</name>
                       <description>Name of library that achieves the highest mean log-posterior in MCMC samples and was used to derive GSP-Phot parameters in this table</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="5412020" stat0:max="0.52886367" stat0:mean="-3.2194565079353907" stat0:median="-3.1814618" stat0:min="-4.802289" stat0:q1="-3.5468793" stat0:q3="-2.8978941" stat0:stddev="0.47780712463677943">
                       <name>logchisq_gspspec</name>
                       <description>Logarithm of the goodness-of-fit for the GSP-Spec MatisseGauguin parameters</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2382015" stat0:max="4.6999826" stat0:mean="4.0406332764498725" stat0:median="4.1342308" stat0:min="2.2500002" stat0:q1="3.9002995499999997" stat0:q3="4.282860899999999" stat0:stddev="0.34177198604973863">
                       <name>logg_esphs</name>
                       <description>Surface gravity from ESP-HS</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2382015" stat0:max="2.3389342" stat0:mean="0.40633903778726893" stat0:median="0.230866255" stat0:min="0.0059756893" stat0:q1="0.0434611025" stat0:q3="0.59998818" stat0:stddev="0.45494310100596186">
                       <name>logg_esphs_uncertainty</name>
                       <description>Uncertainty at a 68% confidence level on the surface gravity from ESP-HS</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.error;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="5.4957" stat0:mean="4.5185372017470105" stat0:median="4.6736" stat0:min="-0.5" stat0:q1="4.3928" stat0:q3="4.8154" stat0:stddev="0.5142733949432754">
                       <name>logg_gspphot</name>
                       <description>Surface gravity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="5.487" stat0:mean="4.469182373129933" stat0:median="4.6314" stat0:min="-0.5" stat0:q1="4.3545" stat0:q3="4.7678" stat0:stddev="0.5151848278989346">
                       <name>logg_gspphot_lower</name>
                       <description>Lower confidence level (16%) of surface gravity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="5.4992" stat0:mean="4.558774062300257" stat0:median="4.709" stat0:min="-0.4999" stat0:q1="4.4351" stat0:q3="4.8567" stat0:stddev="0.5100146921888237">
                       <name>logg_gspphot_upper</name>
                       <description>Upper confidence level (84%) of surface gravity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5589105" stat0:max="7.76" stat0:mean="2.8093745135489216" stat0:median="2.5" stat0:min="-0.99" stat0:q1="1.72" stat0:q3="4.01" stat0:stddev="1.2267484994916866">
                       <name>logg_gspspec</name>
                       <description>Logarithm of the stellar surface gravity from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="5589105" stat0:max="6.05" stat0:mean="2.536627371814114" stat0:median="2.33" stat0:min="-1.0" stat0:q1="1.56" stat0:q3="3.83" stat0:stddev="1.3126918039803128">
                       <name>logg_gspspec_lower</name>
                       <description>16th percentile of the logarithm of the stellar surface gravity from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5589105" stat0:max="8.93" stat0:mean="3.0676879328995175" stat0:median="2.77" stat0:min="-0.98" stat0:q1="2.2" stat0:q3="4.2" stat0:stddev="1.1980262427627761">
                       <name>logg_gspspec_upper</name>
                       <description>84th percentile of the logarithm of the stellar surface gravity from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="5.199989" stat0:mean="4.631232450521314" stat0:median="4.6628056" stat0:min="2.0002704" stat0:q1="4.5266457" stat0:q3="4.7806635" stat0:stddev="0.2174753312103646">
                       <name>logg_msc1</name>
                       <description>Surface gravity of the primary from MSC using BP/RP spectra and parallax</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="5.1998982" stat0:mean="4.1256739071190935" stat0:median="4.2537785" stat0:min="2.0" stat0:q1="3.9065313" stat0:q3="4.5132055" stat0:stddev="0.5668727169491566">
                       <name>logg_msc1_lower</name>
                       <description>Lower confidence level (16%) of surface gravity of the primary from MSC using BP/RP spectra and parallax</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="5.2" stat0:mean="4.964954054052317" stat0:median="5.0323935" stat0:min="2.0028543" stat0:q1="4.7910604" stat0:q3="5.2" stat0:stddev="0.2565863814422459">
                       <name>logg_msc1_upper</name>
                       <description>Upper confidence level (84%) of surface gravity of the primary from MSC using BP/RP spectra and parallax</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="5.199998" stat0:mean="4.666380222489945" stat0:median="4.694815" stat0:min="2.0104904" stat0:q1="4.5626116" stat0:q3="4.774191" stat0:stddev="0.17667961871679141">
                       <name>logg_msc2</name>
                       <description>Surface gravity of the secondary from MSC using BP/RP spectra and parallax</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="5.199979" stat0:mean="4.015996084138212" stat0:median="4.1263113" stat0:min="2.0" stat0:q1="3.720889" stat0:q3="4.4274936" stat0:stddev="0.5722776761581817">
                       <name>logg_msc2_lower</name>
                       <description>Lower confidence level (16%) of surface gravity of the secondary from MSC using BP/RP spectra and parallax</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="5.2" stat0:mean="5.048484722848232" stat0:median="5.2" stat0:min="2.076384" stat0:q1="4.9030857" stat0:q3="5.2" stat0:stddev="0.21573444804650346">
                       <name>logg_msc2_upper</name>
                       <description>Upper confidence level (84%) of surface gravity of the secondary from MSC using BP/RP spectra and parallax</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logposterior_gspphot</name>
                       <description>Goodness-of-fit score (mean log-posterior of MCMC) of GSP-Phot Aeneas MCMC best library</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711084" stat0:max="962.1605" stat0:mean="-1256429.8320711488" stat0:median="81.617645" stat0:min="-1.2648662E14" stat0:q1="-190.17267" stat0:q3="203.09985" stat0:stddev="8.687708096354122E9">
                       <name>logposterior_msc</name>
                       <description>Goodness-of-fit score (normalised log-posterior) of MSC MCMC</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="280842938" stat0:max="3499.9792" stat0:mean="13.616147834933821" stat0:median="0.34073988" stat0:min="2.8402143E-4" stat0:q1="0.14761007" stat0:q3="1.6374115" stat0:stddev="109.19719037235448">
                       <name>lum_flame</name>
                       <description>Luminosity of the star from FLAME using G band magnitude, extinction (agGspphot), parallax or distance, and a bolometric correction bcFlame</description>
                       <unit>solLum</unit>
                       <ucd>phys.luminosity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="280842938" stat0:max="3493.6223" stat0:mean="10.60502354342715" stat0:median="0.3052366" stat0:min="3.6163257E-7" stat0:q1="0.13021746" stat0:q3="1.47096305" stat0:stddev="84.62282396796364">
                       <name>lum_flame_lower</name>
                       <description>Lower confidence level (16%) of lumFlame</description>
                       <unit>solLum</unit>
                       <ucd>stat.value;phys.luminosity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="280842938" stat0:max="47827.395" stat0:mean="20.161355719012278" stat0:median="0.3875392" stat0:min="2.8404983E-4" stat0:q1="0.16570436" stat0:q3="1.8359917" stat0:stddev="188.26243475566517">
                       <name>lum_flame_upper</name>
                       <description>Upper confidence level (84%) of lumFlame</description>
                       <unit>solLum</unit>
                       <ucd>stat.value;phys.luminosity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="139716106" stat0:max="9.868093" stat0:mean="1.2053038797129876" stat0:median="0.955474" stat0:min="0.5000025" stat0:q1="0.7743151" stat0:q3="1.3162642" stat0:stddev="0.7213677220937046">
                       <name>mass_flame</name>
                       <description>Mass of the star from FLAME using stellar models, lumFlame, and teffGspphot</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="139716106" stat0:max="9.828093" stat0:mean="1.1495898896764059" stat0:median="0.9116074" stat0:min="0.4600025" stat0:q1="0.73089194" stat0:q3="1.2594155" stat0:stddev="0.698918097447442">
                       <name>mass_flame_lower</name>
                       <description>Lower confidence level (16%) of massFlame</description>
                       <unit>solMass</unit>
                       <ucd>stat.value;phys.mass</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="139716106" stat0:max="9.9080925" stat0:mean="1.2625651395845723" stat0:median="0.9997424" stat0:min="0.54000545" stat0:q1="0.8173871" stat0:q3="1.3721852" stat0:stddev="0.7457881413981184">
                       <name>mass_flame_upper</name>
                       <description>Upper confidence level (84%) of massFlame</description>
                       <unit>solMass</unit>
                       <ucd>stat.value;phys.mass</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mcmcaccept_gspphot</name>
                       <description>MCMC acceptance rate of GSP-Phot Aeneas MCMC best library</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="0.47527447" stat0:mean="0.23619046452904263" stat0:median="0.22973748" stat0:min="0.028782817" stat0:q1="0.20119332" stat0:q3="0.26334128" stat0:stddev="0.05116299452798223">
                       <name>mcmcaccept_msc</name>
                       <description>Mean MCMC acceptance rate of MSC MCMC</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="768.9926" stat0:mean="0.10126012734290968" stat0:median="0.032727547" stat0:min="4.513799E-5" stat0:q1="0.018489651" stat0:q3="0.08010124" stat0:stddev="0.3174421781020353">
                       <name>mcmcdrift_msc</name>
                       <description>Mean drift of the MSC MCMC chain in units of parameter standard deviation</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="489662" stat0:max="2.34" stat0:mean="0.2578307280034879" stat0:median="0.24" stat0:min="-1.47" stat0:q1="0.14" stat0:q3="0.36" stat0:stddev="0.18071300958610056">
                       <name>mgfe_gspspec</name>
                       <description>Abundance of Magnesium [Mg/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in mgfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>mgfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Mg/Fe] abundance using N lines of the element, given in mgfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="489662" stat0:max="2.29" stat0:mean="0.12125615219155779" stat0:median="0.11" stat0:min="-1.7" stat0:q1="0.01" stat0:q3="0.23" stat0:stddev="0.1809711979177909">
                       <name>mgfe_gspspec_lower</name>
                       <description>16th percentile of the abundance of Magnesium [Mg/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mgfe_gspspec_nlines</name>
                       <description>Number of lines used for [Mg/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="489662" stat0:max="2.4" stat0:mean="0.4130094222738459" stat0:median="0.4" stat0:min="-1.25" stat0:q1="0.28" stat0:q3="0.53" stat0:stddev="0.1921122096483847">
                       <name>mgfe_gspspec_upper</name>
                       <description>84th percentile of the abundance of Magnesium [Mg/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="14.2828" stat0:mean="6.490114715493348" stat0:median="6.805" stat0:min="-9.6085" stat0:q1="5.6323" stat0:q3="7.9382" stat0:stddev="2.2462530425350833">
                       <name>mg_gspphot</name>
                       <description>Absolute magnitude M_(G) from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="14.1903" stat0:mean="6.300438972329105" stat0:median="6.6523" stat0:min="-9.6239" stat0:q1="5.5028" stat0:q3="7.6932" stat0:stddev="2.2005090066092423">
                       <name>mg_gspphot_lower</name>
                       <description>Lower confidence level (16%) of absolute magnitude M_(G) from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="14.4568" stat0:mean="6.63572368038646" stat0:median="6.9421" stat0:min="-9.5854" stat0:q1="5.7298" stat0:q3="8.1282" stat0:stddev="2.278490971038484">
                       <name>mg_gspphot_upper</name>
                       <description>Upper confidence level (84%) of absolute magnitude M_(G) from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="0.8" stat0:mean="-1.1660777907570021" stat0:median="-1.1551" stat0:min="-4.1503" stat0:q1="-1.6513" stat0:q3="-0.5012" stat0:stddev="0.8766042570751915">
                       <name>mh_gspphot</name>
                       <description>Iron abundance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="0.7999" stat0:mean="-1.3030716644535851" stat0:median="-1.3014" stat0:min="-4.1505" stat0:q1="-1.8169" stat0:q3="-0.578" stat0:stddev="0.9472315756272252">
                       <name>mh_gspphot_lower</name>
                       <description>Lower confidence level (16%) of iron abundance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="0.8001" stat0:mean="-1.0121934249812494" stat0:median="-0.9736" stat0:min="-4.1498" stat0:q1="-1.4926" stat0:q3="-0.4137" stat0:stddev="0.8038223484816505">
                       <name>mh_gspphot_upper</name>
                       <description>Upper confidence level (84%) of iron abundance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5546177" stat0:max="1.49" stat0:mean="-0.20435012964361096" stat0:median="-0.13" stat0:min="-6.0" stat0:q1="-0.35" stat0:q3="0.05" stat0:stddev="0.4784722717087983">
                       <name>mh_gspspec</name>
                       <description>Global metallicity [M/H] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Fe;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="5546177" stat0:max="1.45" stat0:mean="-0.32592706806365074" stat0:median="-0.22" stat0:min="-9.33" stat0:q1="-0.48" stat0:q3="-0.02" stat0:stddev="0.5504649135224792">
                       <name>mh_gspspec_lower</name>
                       <description>16th percentile of global metallicity [M/H] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5546177" stat0:max="3.75" stat0:mean="-0.07058870999501629" stat0:median="-0.04" stat0:min="-5.95" stat0:q1="-0.25" stat0:q3="0.16" stat0:stddev="0.39961672625263633">
                       <name>mh_gspspec_upper</name>
                       <description>84th percentile of global metallicity [M/H] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="0.49999917" stat0:mean="-0.03448884011435172" stat0:median="-5.30487795E-5" stat0:min="-0.9999549" stat0:q1="-0.20105973" stat0:q3="0.17563431499999999" stat0:stddev="0.2848322522308898">
                       <name>mh_msc</name>
                       <description>Metallicity of the source treated as a binary system from MSC using BP/RP spectra and parallax</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="348711151" stat0:max="0.49998966" stat0:mean="-0.4457809708862307" stat0:median="-0.44531906" stat0:min="-1.0" stat0:q1="-1.0" stat0:q3="-0.022493128" stat0:stddev="0.46369704936922235">
                       <name>mh_msc_lower</name>
                       <description>Lower confidence level (16%) of the metallicity from MSC using BP/RP spectra and parallax</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="0.5" stat0:mean="0.31248732033873056" stat0:median="0.40118992" stat0:min="-0.99977666" stat0:q1="0.17094243" stat0:q3="0.5" stat0:stddev="0.22304341425730598">
                       <name>mh_msc_upper</name>
                       <description>Upper confidence level (84%) of the metallicity from MSC using BP/RP spectra and parallax</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="55722" stat0:max="2.0" stat0:mean="1.5626779370605777" stat0:median="1.61" stat0:min="-2.0" stat0:q1="1.35" stat0:q3="1.83" stat0:stddev="0.3168554509647092">
                       <name>ndfe_gspspec</name>
                       <description>Abundance of neodymium [Nd/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in ndfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ndfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Nd/Fe] abundance using N lines of the element, given in ndfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="55722" stat0:max="2.0" stat0:mean="1.3767091987651492" stat0:median="1.43" stat0:min="-2.0" stat0:q1="1.15" stat0:q3="1.64" stat0:stddev="0.32684774452047394">
                       <name>ndfe_gspspec_lower</name>
                       <description>16th percentile of the abundance of neodymium [Nd/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ndfe_gspspec_nlines</name>
                       <description>Number of lines used for [Nd/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="55722" stat0:max="2.0" stat0:mean="1.6927726936357554" stat0:median="1.76" stat0:min="-1.51" stat0:q1="1.5" stat0:q3="1.98" stat0:stddev="0.29536700162832336">
                       <name>ndfe_gspspec_upper</name>
                       <description>84th percentile of the abundance of neodymium [Nd/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="56416360" stat0:max="0.5370712" stat0:mean="0.0011018460394776684" stat0:median="7.5276085E-4" stat0:min="3.0873508E-7" stat0:q1="1.5388535E-4" stat0:q3="0.0017623121" stat0:stddev="0.0014798550056437493">
                       <name>neuron_oa_dist</name>
                       <description>Distance between the source XP spectra and the OA neuron XP prototype that represents the source</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="56416360" stat0:max="95.0" stat0:mean="39.76029784622759" stat0:median="50.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="75.0" stat0:stddev="30.41944758585334">
                       <name>neuron_oa_dist_percentile_rank</name>
                       <description>Percentile rank according to the distance distribution of the OA neuron that represents the source</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>neuron_oa_id</name>
                       <description>Identifier of the OA SOM map neuron that represents the source</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="448529" stat0:max="2.0" stat0:mean="0.01064932257719794" stat0:median="-0.03" stat0:min="-1.13" stat0:q1="-0.07" stat0:q3="0.05" stat0:stddev="0.13806058947772887">
                       <name>nfe_gspspec</name>
                       <description>Abundance of Nitrogen [N/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in nfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="448529" stat0:max="0.77" stat0:mean="0.01697812240954116" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.02" stat0:stddev="0.03591035306427527">
                       <name>nfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [N/Fe] abundance using N lines of the element, given in nfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="448529" stat0:max="1.9" stat0:mean="-0.10888731838596685" stat0:median="-0.12" stat0:min="-1.29" stat0:q1="-0.17" stat0:q3="-0.07" stat0:stddev="0.12081634893926257">
                       <name>nfe_gspspec_lower</name>
                       <description>16th percentile of the abundance of Nitrogen [N/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="448529" stat0:max="2.0" stat0:mean="1.3226145912527394" stat0:median="1.0" stat0:min="1.0" stat0:q1="1.0" stat0:q3="2.0" stat0:stddev="0.46747716948464374">
                       <name>nfe_gspspec_nlines</name>
                       <description>Number of lines used for [N/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="448529" stat0:max="2.0" stat0:mean="0.11092092147899796" stat0:median="0.07" stat0:min="-1.05" stat0:q1="0.0" stat0:q3="0.17" stat0:stddev="0.16350200284360328">
                       <name>nfe_gspspec_upper</name>
                       <description>84th percentile of the abundance of Nitrogen [N/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="351618" stat0:max="1.15" stat0:mean="0.009467461817822162" stat0:median="0.0" stat0:min="-0.91" stat0:q1="-0.1" stat0:q3="0.1" stat0:stddev="0.15032399054331996">
                       <name>nife_gspspec</name>
                       <description>Abundance of Nickel [Ni/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in nife_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>nife_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Ni/Fe] abundance using N lines of the element, given in nife_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="351618" stat0:max="1.0" stat0:mean="-0.17186384102967275" stat0:median="-0.18" stat0:min="-1.15" stat0:q1="-0.26" stat0:q3="-0.09" stat0:stddev="0.14323588440019847">
                       <name>nife_gspspec_lower</name>
                       <description>16th percentile of the abundance of Nickel [Ni/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>nife_gspspec_nlines</name>
                       <description>Number of lines used for [Ni/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="351618" stat0:max="1.3" stat0:mean="0.16284803388899083" stat0:median="0.15" stat0:min="-0.77" stat0:q1="0.04" stat0:q3="0.27" stat0:stddev="0.17042326136264888">
                       <name>nife_gspspec_upper</name>
                       <description>84th percentile of the abundance of Nickel [Ni/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="280842938" stat0:max="204.49571" stat0:mean="1.8472473510285836" stat0:median="0.81209505" stat0:min="0.014329097" stat0:q1="0.5609308" stat0:q3="1.3177128" stat0:stddev="5.184910498082994">
                       <name>radius_flame</name>
                       <description>Radius of the star from FLAME using teffGspphot and lumFlame</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="280842938" stat0:max="176.97127" stat0:mean="1.6840647262928128" stat0:median="0.75670654" stat0:min="6.788107E-4" stat0:q1="0.53578776" stat0:q3="1.2479874" stat0:stddev="4.575186539115783">
                       <name>radius_flame_lower</name>
                       <description>Lower confidence level (16%) of radiusFlame</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="280842938" stat0:max="612.2865" stat0:mean="2.132302361550307" stat0:median="0.87952906" stat0:min="0.016163334" stat0:q1="0.58683807" stat0:q3="1.4078279" stat0:stddev="6.603358524222286">
                       <name>radius_flame_upper</name>
                       <description>Upper confidence level (84%) of radiusFlame</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="1426.4893" stat0:mean="1.3820786554703264" stat0:median="0.5602" stat0:min="0.0954" stat0:q1="0.4299" stat0:q3="0.8782" stat0:stddev="7.3548921659085">
                       <name>radius_gspphot</name>
                       <description>Radius from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="1415.2762" stat0:mean="1.3035655544692184" stat0:median="0.5352" stat0:min="0.0918" stat0:q1="0.4071" stat0:q3="0.8372" stat0:stddev="7.063888814119601">
                       <name>radius_gspphot_lower</name>
                       <description>Lower confidence level (16%) of radius from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="1471.4568" stat0:mean="1.472509054850481" stat0:median="0.5983" stat0:min="0.1008" stat0:q1="0.4707" stat0:q3="0.9212" stat0:stddev="7.628151561656987">
                       <name>radius_gspphot_upper</name>
                       <description>Upper confidence level (84%) of radius from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="142252" stat0:max="1.49" stat0:mean="0.08706323987068812" stat0:median="0.08" stat0:min="-1.21" stat0:q1="0.0" stat0:q3="0.17" stat0:stddev="0.14617578961589545">
                       <name>sfe_gspspec</name>
                       <description>Abundance of Sulphur [S/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in sfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="142252" stat0:max="0.44" stat0:mean="0.017512587477483896" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.04272906586390861">
                       <name>sfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [S/Fe] abundance using N lines of the element, given in sfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="142252" stat0:max="1.31" stat0:mean="-0.07922777892171431" stat0:median="-0.08" stat0:min="-1.45" stat0:q1="-0.17" stat0:q3="0.01" stat0:stddev="0.1542916251173204">
                       <name>sfe_gspspec_lower</name>
                       <description>16th percentile of the abundance of Sulphur [S/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="142252" stat0:max="2.0" stat0:mean="1.2462812473638332" stat0:median="1.0" stat0:min="1.0" stat0:q1="1.0" stat0:q3="1.0" stat0:stddev="0.43084579548268026">
                       <name>sfe_gspspec_nlines</name>
                       <description>Number of lines used for [S/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="142252" stat0:max="1.64" stat0:mean="0.23322708991575938" stat0:median="0.22" stat0:min="-1.16" stat0:q1="0.13" stat0:q3="0.32" stat0:stddev="0.15616478545326856">
                       <name>sfe_gspspec_upper</name>
                       <description>84th percentile of the abundance of Sulphur [S/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="618377" stat0:max="1.62" stat0:mean="-0.012416729586264443" stat0:median="-0.02" stat0:min="-2.0" stat0:q1="-0.09" stat0:q3="0.06" stat0:stddev="0.12787791370297855">
                       <name>sife_gspspec</name>
                       <description>Abundance of Silicon [Si/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in sife_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="618377" stat0:max="0.85" stat0:mean="0.10271503562262566" stat0:median="0.09" stat0:min="0.0" stat0:q1="0.05" stat0:q3="0.15" stat0:stddev="0.07618844181431354">
                       <name>sife_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Si/Fe] abundance using N lines of the element, given in sife_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="618377" stat0:max="1.5" stat0:mean="-0.15900680336111556" stat0:median="-0.16" stat0:min="-2.0" stat0:q1="-0.24" stat0:q3="-0.08" stat0:stddev="0.13387719958197816">
                       <name>sife_gspspec_lower</name>
                       <description>16th percentile of the abundance of silicon [Si/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="618377" stat0:max="3.0" stat0:mean="2.525591993233901" stat0:median="3.0" stat0:min="1.0" stat0:q1="2.0" stat0:q3="3.0" stat0:stddev="0.6652333101891358">
                       <name>sife_gspspec_nlines</name>
                       <description>Number of lines used for [Si/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="618377" stat0:max="1.76" stat0:mean="0.11890877250054618" stat0:median="0.11" stat0:min="-1.99" stat0:q1="0.03" stat0:q3="0.2" stat0:stddev="0.14042756636718967">
                       <name>sife_gspspec_upper</name>
                       <description>84th percentile of the abundance of silicon [Si/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>spectraltype_esphs</name>
                       <description>Spectral type from ESP-ELS</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2382015" stat0:max="54922.78" stat0:mean="10078.591368559926" stat0:median="8852.706" stat0:min="7500.0" stat0:q1="8049.05285" stat0:q3="10530.588" stat0:stddev="3756.4495338514316">
                       <name>teff_esphs</name>
                       <description>Effective temperature from ESP-HS</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2382015" stat0:max="18924.062" stat0:mean="595.5179961065035" stat0:median="337.61312999999996" stat0:min="3.9640855E-4" stat0:q1="123.724265" stat0:q3="777.60135" stat0:stddev="746.9496193702987">
                       <name>teff_esphs_uncertainty</name>
                       <description>Uncertainty at a 68% confidence level on the effective temperature from ESP-HS</description>
                       <unit>K</unit>
                       <ucd>stat.error;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="94158" stat0:max="2699.9993" stat0:mean="2582.217329134129" stat0:median="2611.0623" stat0:min="1132.0515" stat0:q1="2537.8745" stat0:q3="2659.9582499999997" stat0:stddev="111.62973189976655">
                       <name>teff_espucd</name>
                       <description>Effective temperature estimate from ESP-UCD based on the RP spectrum</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="94158" stat0:max="743.668" stat0:mean="81.61839924929421" stat0:median="69.98326" stat0:min="2.9796252" stat0:q1="48.5142725" stat0:q3="100.155535" stat0:stddev="52.23821753798093">
                       <name>teff_espucd_uncertainty</name>
                       <description>Uncertainty of the effective temperature estimate produced by ESP-UCD</description>
                       <unit>K</unit>
                       <ucd>stat.error;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="41504.02" stat0:mean="4869.8017509405145" stat0:median="4770.9053" stat0:min="2501.1814" stat0:q1="4304.9336" stat0:q3="5205.3335" stat0:stddev="1049.659988198845">
                       <name>teff_gspphot</name>
                       <description>Effective temperature from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="470759263" stat0:max="41460.203" stat0:mean="4825.3725086833365" stat0:median="4732.923" stat0:min="2500.3027" stat0:q1="4258.875" stat0:q3="5160.1035" stat0:stddev="1037.8159780735753">
                       <name>teff_gspphot_lower</name>
                       <description>Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470759263" stat0:max="41532.008" stat0:mean="4927.695073576147" stat0:median="4816.3" stat0:min="2503.5662" stat0:q1="4358.244" stat0:q3="5272.9077" stat0:stddev="1059.672057297396">
                       <name>teff_gspphot_upper</name>
                       <description>Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5591594" stat0:max="10720.0" stat0:mean="5088.200228771974" stat0:median="4846.0" stat0:min="909.0" stat0:q1="4346.0" stat0:q3="5757.0" stat0:stddev="902.9777522949186">
                       <name>teff_gspspec</name>
                       <description>Effective temperature from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>teff_gspspec_lower</name>
                       <description>16th percentile of effective temperature from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5591594" stat0:max="11795.0" stat0:mean="5233.005933370699" stat0:median="4916.0" stat0:min="2562.0" stat0:q1="4660.0" stat0:q3="5923.0" stat0:stddev="917.3220925799327">
                       <name>teff_gspspec_upper</name>
                       <description>84th percentile of effective temperature from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="7999.7393" stat0:mean="4752.125059533874" stat0:median="4818.0205" stat0:min="3000.3613" stat0:q1="4211.972" stat0:q3="5265.8643" stat0:stddev="784.4295833588294">
                       <name>teff_msc1</name>
                       <description>Effective temperature of the primary from MSC using BP/RP spectra and parallax</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="348711151" stat0:max="7995.628" stat0:mean="4342.968272052813" stat0:median="4373.981" stat0:min="3000.0" stat0:q1="3873.1646" stat0:q3="4816.7075" stat0:stddev="736.7850526521681">
                       <name>teff_msc1_lower</name>
                       <description>Lower confidence level (16%) of effective temperature of the primary from MSC using BP/RP spectra and parallax</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="8000.0" stat0:mean="5188.187190325878" stat0:median="5118.786" stat0:min="3003.246" stat0:q1="4468.5195" stat0:q3="5795.2095" stat0:stddev="1011.631622223541">
                       <name>teff_msc1_upper</name>
                       <description>Upper confidence level (84%) of effective temperature of the primary from MSC using BP/RP spectra and parallax</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="7999.605" stat0:mean="4186.807895098896" stat0:median="4114.876" stat0:min="3000.0747" stat0:q1="3692.368" stat0:q3="4630.6123" stat0:stddev="755.2546326225145">
                       <name>teff_msc2</name>
                       <description>Effective temperature of the secondary from MSC using BP/RP spectra and parallax</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="348711151" stat0:max="7994.4336" stat0:mean="3565.4646528941903" stat0:median="3454.8516" stat0:min="3000.0" stat0:q1="3000.0" stat0:q3="3890.6685" stat0:stddev="603.8879533601503">
                       <name>teff_msc2_lower</name>
                       <description>Lower confidence level (16%) of effective temperature of the secondary from MSC using BP/RP spectra and parallax</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="348711151" stat0:max="8000.0" stat0:mean="5033.591678998768" stat0:median="4787.372" stat0:min="3002.6865" stat0:q1="4159.706" stat0:q3="5663.844" stat0:stddev="1176.6776005718987">
                       <name>teff_msc2_upper</name>
                       <description>Upper confidence level (84%) of effective temperature of the secondary from MSC using BP/RP spectra and parallax</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="705072" stat0:max="1.48" stat0:mean="0.033343275604734254" stat0:median="0.01" stat0:min="-1.16" stat0:q1="-0.04" stat0:q3="0.09" stat0:stddev="0.11967607029201749">
                       <name>tife_gspspec</name>
                       <description>Abundance of Titanium [Ti/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in tife_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="705072" stat0:max="0.71" stat0:mean="0.057427447985238085" stat0:median="0.04" stat0:min="0.0" stat0:q1="0.0083" stat0:q3="0.09" stat0:stddev="0.05809065761954564">
                       <name>tife_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Ti/Fe] abundance using N lines of the element, given in tife_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="705072" stat0:max="1.41" stat0:mean="-0.1043258703078602" stat0:median="-0.11" stat0:min="-1.21" stat0:q1="-0.18" stat0:q3="-0.04" stat0:stddev="0.11984522660663927">
                       <name>tife_gspspec_lower</name>
                       <description>16th percentile of the abundance of Titanium [Ti/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="705072" stat0:max="3.0" stat0:mean="2.0702523997549185" stat0:median="2.0" stat0:min="1.0" stat0:q1="2.0" stat0:q3="3.0" stat0:stddev="0.6855218254986126">
                       <name>tife_gspspec_nlines</name>
                       <description>Number of lines used for [Ti/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="705072" stat0:max="1.52" stat0:mean="0.169965762352186" stat0:median="0.15" stat0:min="-1.06" stat0:q1="0.08" stat0:q3="0.24" stat0:stddev="0.1357720217391922">
                       <name>tife_gspspec_upper</name>
                       <description>84th percentile of the abundance of Titanium [Ti/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="780461" stat0:max="599.1825" stat0:mean="98.80220948703227" stat0:median="87.91863000000001" stat0:min="0.0" stat0:q1="43.808571" stat0:q3="140.35059" stat0:stddev="74.32359173048117">
                       <name>vsini_esphs</name>
                       <description>Projected rotational velocity from ESP-HS</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="780461" stat0:max="2240.874" stat0:mean="14.610778849119603" stat0:median="10.39874825" stat0:min="0.5048321" stat0:q1="5.24655975" stat0:q3="18.712839000000002" stat0:stddev="14.841254012513302">
                       <name>vsini_esphs_uncertainty</name>
                       <description>Uncertainty on the projected rotational velocity from ESP-HS</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="12132" stat0:max="2.0" stat0:mean="1.181664192995337" stat0:median="1.16" stat0:min="-1.03" stat0:q1="0.92" stat0:q3="1.42" stat0:stddev="0.3787901751035369">
                       <name>zrfe_gspspec</name>
                       <description>Abundance of Zirconium [Zr/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations, applied to the individual N lines of the element, given in zrfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>zrfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Zr/Fe] abundance using N lines of the element, given in zrfe_gspspec_nlines</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="12132" stat0:max="1.98" stat0:mean="0.9644493889703823" stat0:median="0.95" stat0:min="-1.23" stat0:q1="0.71" stat0:q3="1.2" stat0:stddev="0.36939929909341596">
                       <name>zrfe_gspspec_lower</name>
                       <description>16th percentile of the abundance of Zirconium [Zr/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>zrfe_gspspec_nlines</name>
                       <description>Number of lines used for [Zr/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="12132" stat0:max="2.0" stat0:mean="1.3518653151544195" stat0:median="1.34" stat0:min="-0.83" stat0:q1="1.09" stat0:q3="1.6" stat0:stddev="0.37043432457840053">
                       <name>zrfe_gspspec_upper</name>
                       <description>84th percentile of the abundance of Zirconium [Zr/Fe] from GSP-Spec MatisseGauguin using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.astrophysical_parameters_supp</name>
                    <description>This table contains additional parameters from the Apsis processing chain, compared to the main table astrophysical_parameters, from modules that produce more than one result for a parameter. It contains (1) the individual library results from GSP-Phot, (2) FLAME results from processing GSP-Spec parameters given in the astrophysical_parameters table, and (3) results from the GSP-Spec ANN algorithm.</description>
                    <nrows>473020612</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="431168834" stat0:max="9.82" stat0:mean="1.9174509741563657" stat0:median="1.5405" stat0:min="0.0" stat0:q1="0.9156" stat0:q3="2.505" stat0:stddev="1.4376088227318338">
                       <name>abp_gspphot_a</name>
                       <description>Extinction in G_(BP) band from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="9.8121" stat0:mean="1.8989944098282774" stat0:median="1.5242" stat0:min="0.0" stat0:q1="0.9015" stat0:q3="2.4838" stat0:stddev="1.4312954303811254">
                       <name>abp_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of extinction in G_(BP) band from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="9.8245" stat0:mean="1.938580163007148" stat0:median="1.5599" stat0:min="1.0E-4" stat0:q1="0.9319" stat0:q3="2.529" stat0:stddev="1.4436147602507874">
                       <name>abp_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of extinction in G_(BP) band from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="9.5742" stat0:mean="0.796707449229591" stat0:median="0.3243" stat0:min="0.0" stat0:q1="0.021" stat0:q3="1.0257" stat0:stddev="1.2315439552775973">
                       <name>abp_gspphot_marcs</name>
                       <description>Extinction in G_(BP) band from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="9.5641" stat0:mean="0.7482399861482636" stat0:median="0.2549" stat0:min="0.0" stat0:q1="0.0052" stat0:q3="0.9578" stat0:stddev="1.2196351993515469">
                       <name>abp_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of extinction in G_(BP) band from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="9.5803" stat0:mean="0.8574528504149344" stat0:median="0.4118" stat0:min="1.0E-4" stat0:q1="0.0543" stat0:q3="1.1085" stat0:stddev="1.2404315729617397">
                       <name>abp_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of extinction in G_(BP) band from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="9.9327" stat0:mean="3.9692026079696032" stat0:median="3.6554" stat0:min="0.0" stat0:q1="2.9968" stat0:q3="4.6083" stat0:stddev="1.3749025277515596">
                       <name>abp_gspphot_ob</name>
                       <description>Extinction in G_(BP) band from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="9.932" stat0:mean="3.943870079547748" stat0:median="3.6245" stat0:min="0.0" stat0:q1="2.9753" stat0:q3="4.5762" stat0:stddev="1.373594061636802">
                       <name>abp_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of extinction in G_(BP) band from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="9.9334" stat0:mean="4.032930657780432" stat0:median="3.7308" stat0:min="2.0E-4" stat0:q1="3.0408" stat0:q3="4.7017" stat0:stddev="1.380600619296417">
                       <name>abp_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of extinction in G_(BP) band from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="9.6107" stat0:mean="0.7190130774935583" stat0:median="0.2309" stat0:min="0.0" stat0:q1="0.0178" stat0:q3="0.9293" stat0:stddev="1.1597248232168131">
                       <name>abp_gspphot_phoenix</name>
                       <description>Extinction in G_(BP) band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="9.6017" stat0:mean="0.6696301033409429" stat0:median="0.1512" stat0:min="0.0" stat0:q1="0.0043" stat0:q3="0.8578" stat0:stddev="1.1463677659521092">
                       <name>abp_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of extinction in G_(BP) band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="9.6334" stat0:mean="0.7905223530144507" stat0:median="0.3448" stat0:min="1.0E-4" stat0:q1="0.0488" stat0:q3="1.0295" stat0:stddev="1.1683474532774425">
                       <name>abp_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of extinction in G_(BP) band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>age_flame_spec</name>
                       <description>Age of the star from FLAME using stellar models, see mass_flame_spec for details</description>
                       <unit>Gyr</unit>
                       <ucd>time.age</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>age_flame_spec_lower</name>
                       <description>Lower confidence level (16%) of age_flame_spec</description>
                       <unit>Gyr</unit>
                       <ucd>stat.value;time.age</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2444649" stat0:max="13.5" stat0:mean="5.332189113436104" stat0:median="4.29932835" stat0:min="0.2188091" stat0:q1="2.7287491499999996" stat0:q3="7.393266000000001" stat0:stddev="3.341312224642121">
                       <name>age_flame_spec_upper</name>
                       <description>Upper confidence level (84%) of age_flame_spec</description>
                       <unit>Gyr</unit>
                       <ucd>stat.value;time.age</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ag_gspphot_a</name>
                       <description>Extinction in G band from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="431168834" stat0:max="7.2607" stat0:mean="1.4567017553775181" stat0:median="1.1933" stat0:min="0.0" stat0:q1="0.7135" stat0:q3="1.9152" stat0:stddev="1.0505939482907094">
                       <name>ag_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of extinction in G band from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="7.2709" stat0:mean="1.4876775032302938" stat0:median="1.2209" stat0:min="1.0E-4" stat0:q1="0.7375" stat0:q3="1.9499" stat0:stddev="1.0601707618227487">
                       <name>ag_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of extinction in G band from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="6.8927" stat0:mean="0.594224945819154" stat0:median="0.2493" stat0:min="0.0" stat0:q1="0.0162" stat0:q3="0.7793" stat0:stddev="0.8926112077461552">
                       <name>ag_gspphot_marcs</name>
                       <description>Extinction in G band from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="445825680" stat0:max="6.8863" stat0:mean="0.5570137799863449" stat0:median="0.1959" stat0:min="0.0" stat0:q1="0.004" stat0:q3="0.7261" stat0:stddev="0.8834991519782515">
                       <name>ag_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of extinction in G band from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="6.9023" stat0:mean="0.6410764930667453" stat0:median="0.3164" stat0:min="1.0E-4" stat0:q1="0.0419" stat0:q3="0.844" stat0:stddev="0.8995688967204144">
                       <name>ag_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of extinction in G band from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="7.4106" stat0:mean="3.1687420600492553" stat0:median="2.9543" stat0:min="0.0" stat0:q1="2.4504" stat0:q3="3.6632" stat0:stddev="1.0046924711618468">
                       <name>ag_gspphot_ob</name>
                       <description>Extinction in G band from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="362689160" stat0:max="7.41" stat0:mean="3.149422579899038" stat0:median="2.9304" stat0:min="0.0" stat0:q1="2.4336" stat0:q3="3.6396" stat0:stddev="1.0040682107888423">
                       <name>ag_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of extinction in G band from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="7.4111" stat0:mean="3.217085680256792" stat0:median="3.0121" stat0:min="1.0E-4" stat0:q1="2.4852" stat0:q3="3.734" stat0:stddev="1.008432296710499">
                       <name>ag_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of extinction in G band from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="6.9953" stat0:mean="0.5398129924889103" stat0:median="0.1779" stat0:min="0.0" stat0:q1="0.0137" stat0:q3="0.7095" stat0:stddev="0.8497711230469205">
                       <name>ag_gspphot_phoenix</name>
                       <description>Extinction in G band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="425468639" stat0:max="6.9851" stat0:mean="0.5018289202962617" stat0:median="0.1166" stat0:min="0.0" stat0:q1="0.0033" stat0:q3="0.654" stat0:stddev="0.8394720053477336">
                       <name>ag_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of extinction in G band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="7.0306" stat0:mean="0.5950952148142103" stat0:median="0.2659" stat0:min="1.0E-4" stat0:q1="0.0377" stat0:q3="0.7881" stat0:stddev="0.8565165467936816">
                       <name>ag_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of extinction in G band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>alphafe_gspspec_ann</name>
                       <description>Abundance of alpha-elements with respect to iron from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="5460304" stat0:max="0.95" stat0:mean="0.1302202148560495" stat0:median="0.12" stat0:min="-0.68" stat0:q1="0.03" stat0:q3="0.22" stat0:stddev="0.15578018222737505">
                       <name>alphafe_gspspec_ann_lower</name>
                       <description>Lower confidence level (16%) of alpha-elements with respect to iron from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5460304" stat0:max="1.1" stat0:mean="0.22724276334897558" stat0:median="0.21" stat0:min="-0.54" stat0:q1="0.12" stat0:q3="0.32" stat0:stddev="0.15882239023567088">
                       <name>alphafe_gspspec_ann_upper</name>
                       <description>Upper confidence level (84%) of alpha-elements with respect to iron from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="5.665" stat0:mean="1.1083063582500943" stat0:median="0.8856" stat0:min="0.0" stat0:q1="0.5232" stat0:q3="1.4491" stat0:stddev="0.841450265066507">
                       <name>arp_gspphot_a</name>
                       <description>Extinction in G_(RP) band from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="5.6609" stat0:mean="1.0977796258493784" stat0:median="0.8764" stat0:min="0.0" stat0:q1="0.5153" stat0:q3="1.4368" stat0:stddev="0.8377855752964363">
                       <name>arp_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of extinction in G_(RP) band from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="5.6686" stat0:mean="1.1202682579100867" stat0:median="0.8964" stat0:min="1.0E-4" stat0:q1="0.5324" stat0:q3="1.4629" stat0:stddev="0.8448535255827578">
                       <name>arp_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of extinction in G_(RP) band from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="5.5535" stat0:mean="0.46925870286795396" stat0:median="0.1888" stat0:min="0.0" stat0:q1="0.0122" stat0:q3="0.5987" stat0:stddev="0.732428851526011">
                       <name>arp_gspphot_marcs</name>
                       <description>Extinction in G_(RP) band from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="5.5427" stat0:mean="0.44114531273448787" stat0:median="0.1483" stat0:min="0.0" stat0:q1="0.003" stat0:q3="0.5591" stat0:stddev="0.7258333092720395">
                       <name>arp_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of extinction in G_(RP) band from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="5.5617" stat0:mean="0.504431162081631" stat0:median="0.2397" stat0:min="1.0E-4" stat0:q1="0.0317" stat0:q3="0.6462" stat0:stddev="0.7372308587980919">
                       <name>arp_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of extinction in G_(RP) band from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="5.7114" stat0:mean="2.224885961403712" stat0:median="2.0374" stat0:min="0.0" stat0:q1="1.6611" stat0:q3="2.5891" stat0:stddev="0.8005187358914566">
                       <name>arp_gspphot_ob</name>
                       <description>Extinction in G_(RP) band from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="5.7111" stat0:mean="2.210492663864558" stat0:median="2.0201" stat0:min="0.0" stat0:q1="1.649" stat0:q3="2.5707" stat0:stddev="0.7996527339979093">
                       <name>arp_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of extinction in G_(RP) band from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="5.7116" stat0:mean="2.2611278364910636" stat0:median="2.0802" stat0:min="1.0E-4" stat0:q1="1.6854" stat0:q3="2.641" stat0:stddev="0.8040147447911343">
                       <name>arp_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of extinction in G_(RP) band from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="5.5818" stat0:mean="0.42304458780089466" stat0:median="0.1345" stat0:min="0.0" stat0:q1="0.0104" stat0:q3="0.5437" stat0:stddev="0.6872719437078809">
                       <name>arp_gspphot_phoenix</name>
                       <description>Extinction in G_(RP) band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="5.5773" stat0:mean="0.3943384747796688" stat0:median="0.0881" stat0:min="0.0" stat0:q1="0.0025" stat0:q3="0.5015" stat0:stddev="0.6797541125852749">
                       <name>arp_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of extinction in G_(RP) band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="5.589" stat0:mean="0.464525744171996" stat0:median="0.2008" stat0:min="1.0E-4" stat0:q1="0.0285" stat0:q3="0.6013" stat0:stddev="0.6919829109501469">
                       <name>arp_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of extinction in G_(RP) band from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>azero_gspphot_a</name>
                       <description>Monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="431168834" stat0:max="9.9998" stat0:mean="1.8749562854455228" stat0:median="1.4753" stat0:min="0.0" stat0:q1="0.8623" stat0:q3="2.441" stat0:stddev="1.4771545432602982">
                       <name>azero_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="10.0" stat0:mean="1.9130348826504984" stat0:median="1.5091" stat0:min="1.0E-4" stat0:q1="0.891" stat0:q3="2.4853" stat0:stddev="1.4896269123977062">
                       <name>azero_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>azero_gspphot_marcs</name>
                       <description>Monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="445825680" stat0:max="9.9999" stat0:mean="0.769096523236454" stat0:median="0.2521" stat0:min="0.0" stat0:q1="0.0051" stat0:q3="0.9594" stat0:stddev="1.2965157381548211">
                       <name>azero_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="10.0" stat0:mean="0.8767622095510217" stat0:median="0.408" stat0:min="1.0E-4" stat0:q1="0.0537" stat0:q3="1.1077" stat0:stddev="1.31602259064924">
                       <name>azero_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="10.0" stat0:mean="3.7278808037431954" stat0:median="3.3853" stat0:min="0.0" stat0:q1="2.7434" stat0:q3="4.3418" stat0:stddev="1.4126364837014431">
                       <name>azero_gspphot_ob</name>
                       <description>Monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="362689160" stat0:max="9.9999" stat0:mean="3.7032911742579206" stat0:median="3.3561" stat0:min="0.0" stat0:q1="2.7232" stat0:q3="4.3102" stat0:stddev="1.4108224933980442">
                       <name>azero_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="10.0" stat0:mean="3.7900144645485585" stat0:median="3.4584" stat0:min="1.0E-4" stat0:q1="2.784" stat0:q3="4.431" stat0:stddev="1.4190736164439643">
                       <name>azero_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="10.0" stat0:mean="0.733780195753071" stat0:median="0.2285" stat0:min="0.0" stat0:q1="0.0177" stat0:q3="0.9296" stat0:stddev="1.2181924051368773">
                       <name>azero_gspphot_phoenix</name>
                       <description>Monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="425468639" stat0:max="9.9999" stat0:mean="0.6849148878813038" stat0:median="0.1496" stat0:min="0.0" stat0:q1="0.0042" stat0:q3="0.8575" stat0:stddev="1.2053092339953257">
                       <name>azero_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="10.0" stat0:mean="0.8041630722986111" stat0:median="0.3408" stat0:min="1.0E-4" stat0:q1="0.0483" stat0:q3="1.0272" stat0:stddev="1.2261345464583444">
                       <name>azero_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction A₀ at 547.7nm from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5075343" stat0:max="0.1895682" stat0:mean="-0.10776600624466143" stat0:median="-0.0426403625" stat0:min="-1.4159145" stat0:q1="-0.180528515" stat0:q3="0.06266005799999999" stat0:stddev="0.2221492469547282">
                       <name>bc_flame_spec</name>
                       <description>Bolometric correction applied to derive lum_flame_spec using GSP-Spec parameters</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.bc</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distance_gspphot_a</name>
                       <description>Distance from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="431168834" stat0:max="35367.625" stat0:mean="2562.7001870635045" stat0:median="2358.1309" stat0:min="5.8988" stat0:q1="1641.6805" stat0:q3="3231.8708" stat0:stddev="1428.33638181336">
                       <name>distance_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of distance from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="36302.3" stat0:mean="2727.586287083116" stat0:median="2503.932" stat0:min="5.938" stat0:q1="1755.1556" stat0:q3="3426.4932" stat0:stddev="1510.0621129695676">
                       <name>distance_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of distance from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distance_gspphot_marcs</name>
                       <description>Distance from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="445825680" stat0:max="35747.137" stat0:mean="1387.1843795034065" stat0:median="1129.9875" stat0:min="1.3006" stat0:q1="786.0378" stat0:q3="1649.6414" stat0:stddev="1136.2393655338512">
                       <name>distance_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of distance from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="35788.215" stat0:mean="1574.552352684173" stat0:median="1320.8984" stat0:min="1.3013" stat0:q1="932.5927" stat0:q3="1856.6261" stat0:stddev="1209.299201416255">
                       <name>distance_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of distance from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="36165.09" stat0:mean="6972.1153705090255" stat0:median="6507.2095" stat0:min="64.561" stat0:q1="4562.534" stat0:q3="8804.482" stat0:stddev="3442.7794047451175">
                       <name>distance_gspphot_ob</name>
                       <description>Distance from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="362689160" stat0:max="36019.773" stat0:mean="6812.008767203544" stat0:median="6342.732" stat0:min="64.5496" stat0:q1="4439.0107" stat0:q3="8609.364" stat0:stddev="3399.066168223156">
                       <name>distance_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of distance from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="36337.793" stat0:mean="7296.309545944946" stat0:median="6825.0107" stat0:min="64.5666" stat0:q1="4804.0547" stat0:q3="9203.809" stat0:stddev="3554.5255850247163">
                       <name>distance_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of distance from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="35325.676" stat0:mean="1498.453837224088" stat0:median="1230.7941" stat0:min="3.2132" stat0:q1="861.2291" stat0:q3="1787.9047" stat0:stddev="1168.2125852933757">
                       <name>distance_gspphot_phoenix</name>
                       <description>Distance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="425468639" stat0:max="35101.97" stat0:mean="1416.4226804588702" stat0:median="1150.5195" stat0:min="3.2049" stat0:q1="791.0546" stat0:q3="1699.8508" stat0:stddev="1137.1324340271917">
                       <name>distance_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of distance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="35494.098" stat0:mean="1620.874564101856" stat0:median="1366.9126" stat0:min="3.2179" stat0:q1="957.3859" stat0:q3="1927.1572" stat0:stddev="1213.433771475388">
                       <name>distance_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of distance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="4.1566" stat0:mean="0.8091587006401281" stat0:median="0.6549" stat0:min="0.0" stat0:q1="0.3923" stat0:q3="1.0559" stat0:stddev="0.5964547632101564">
                       <name>ebpminrp_gspphot_a</name>
                       <description>Reddening E(BP−RP) from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="4.1533" stat0:mean="0.8009358647023518" stat0:median="0.6476" stat0:min="0.0" stat0:q1="0.3861" stat0:q3="1.0466" stat0:stddev="0.5935379813050317">
                       <name>ebpminrp_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of reddening E(BP−RP) from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="4.1587" stat0:mean="0.8185896872715168" stat0:median="0.6635" stat0:min="1.0E-4" stat0:q1="0.3995" stat0:q3="1.0666" stat0:stddev="0.599303350449636">
                       <name>ebpminrp_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of reddening E(BP−RP) from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="4.048" stat0:mean="0.3274459493430316" stat0:median="0.1354" stat0:min="0.0" stat0:q1="0.0087" stat0:q3="0.4271" stat0:stddev="0.4995003381064175">
                       <name>ebpminrp_gspphot_marcs</name>
                       <description>Reddening E(BP−RP) from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="4.0436" stat0:mean="0.30702972711680987" stat0:median="0.1064" stat0:min="0.0" stat0:q1="0.0021" stat0:q3="0.3984" stat0:stddev="0.49413668809108735">
                       <name>ebpminrp_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of reddening E(BP−RP) from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="4.0506" stat0:mean="0.35308647842364244" stat0:median="0.1721" stat0:min="1.0E-4" stat0:q1="0.0227" stat0:q3="0.462" stat0:stddev="0.5036606263927763">
                       <name>ebpminrp_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of reddening E(BP−RP) from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="4.226" stat0:mean="1.7443141818702734" stat0:median="1.6179" stat0:min="0.0" stat0:q1="1.3357" stat0:q3="2.0192" stat0:stddev="0.574534553717596">
                       <name>ebpminrp_gspphot_ob</name>
                       <description>Reddening E(BP-RP) from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="4.2256" stat0:mean="1.733316000235947" stat0:median="1.6043" stat0:min="0.0" stat0:q1="1.3262" stat0:q3="2.0057" stat0:stddev="0.5740837480139561">
                       <name>ebpminrp_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of reddening E(BP-RP) from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="4.2265" stat0:mean="1.7718639390809319" stat0:median="1.6507" stat0:min="1.0E-4" stat0:q1="1.3554" stat0:q3="2.0598" stat0:stddev="0.5767486376491607">
                       <name>ebpminrp_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of reddening E(BP-RP) from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="4.0883" stat0:mean="0.29596708609795297" stat0:median="0.0962" stat0:min="0.0" stat0:q1="0.0074" stat0:q3="0.386" stat0:stddev="0.47287465624085706">
                       <name>ebpminrp_gspphot_phoenix</name>
                       <description>Reddening E(BP−RP) from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="4.0791" stat0:mean="0.27523071840080665" stat0:median="0.063" stat0:min="0.0" stat0:q1="0.0017" stat0:q3="0.3556" stat0:stddev="0.46698827082505623">
                       <name>ebpminrp_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of reddening E(BP−RP) from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="4.1346" stat0:mean="0.3260572702378947" stat0:median="0.1438" stat0:min="1.0E-4" stat0:q1="0.0203" stat0:q3="0.4285" stat0:stddev="0.4768487767441066">
                       <name>ebpminrp_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of reddening E(BP−RP) from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5075602" stat0:max="1748.0" stat0:mean="525.4368807877371" stat0:median="529.0" stat0:min="0.0" stat0:q1="327.0" stat0:q3="641.0" stat0:stddev="241.324174209788">
                       <name>evolstage_flame_spec</name>
                       <description>Evolutionary stage of the star from FLAME using stellar models, see mass_flame_spec for details</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>flags_flame_spec</name>
                       <description>Flag indicating quality of parameters from FLAME using GSP-Spec parameters</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>flags_gspspec_ann</name>
                       <description>Catalogue flags for GSP-Spec ANN</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>gravredshift_flame_spec</name>
                       <description>Gravitational redshift from FLAME using GSP-Spec parameters</description>
                       <unit>km.s**-1</unit>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="5075602" stat0:max="39.573654" stat0:mean="0.23060893160219964" stat0:median="0.1446974" stat0:min="5.45295E-6" stat0:q1="0.079735495" stat0:q3="0.40172751500000003" stat0:stddev="0.18991995104237172">
                       <name>gravredshift_flame_spec_lower</name>
                       <description>Lower confidence interval of gravredshift_flame_spec</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5075602" stat0:max="1359.086" stat0:mean="0.3251784390722817" stat0:median="0.19605319" stat0:min="4.3642085E-5" stat0:q1="0.117661452" stat0:q3="0.5630554" stat0:stddev="0.6769874178797108">
                       <name>gravredshift_flame_spec_upper</name>
                       <description>Upper confidence interval of gravredshift_flame_spec</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>libname_best_gspphot</name>
                       <description>Name of library that achieves the highest mean log-posterior in MCMC samples from GSP-Phot Aeneas</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>logchisq_gspspec_ann</name>
                       <description>Logarithm of the goodness-of-fit for the GSP-Spec ANN parameters</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="4.5" stat0:mean="4.3994631439348" stat0:median="4.4906" stat0:min="2.5001" stat0:q1="4.4264" stat0:q3="4.495" stat0:stddev="0.23133302021225177">
                       <name>logg_gspphot_a</name>
                       <description>Surface gravity from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="431168834" stat0:max="4.4999" stat0:mean="4.380352876119455" stat0:median="4.4767" stat0:min="2.5" stat0:q1="4.4021" stat0:q3="4.487" stat0:stddev="0.24092543204685588">
                       <name>logg_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of surface gravity from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="4.5" stat0:mean="4.41288182081326" stat0:median="4.4977" stat0:min="2.5003" stat0:q1="4.4457" stat0:q3="4.4988" stat0:stddev="0.22245012322249638">
                       <name>logg_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of surface gravity from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="5.4957" stat0:mean="4.534225004593585" stat0:median="4.6805" stat0:min="-0.5" stat0:q1="4.4263" stat0:q3="4.8274" stat0:stddev="0.503487647379923">
                       <name>logg_gspphot_marcs</name>
                       <description>Surface gravity from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>logg_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of surface gravity from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logg_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of surface gravity from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="4.6209" stat0:mean="4.492914923449694" stat0:median="4.5934" stat0:min="2.0" stat0:q1="4.3462" stat0:q3="4.6092" stat0:stddev="0.15344973378658644">
                       <name>logg_gspphot_ob</name>
                       <description>Surface gravity from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="362689160" stat0:max="4.6208" stat0:mean="4.468184835419055" stat0:median="4.5444" stat0:min="2.0" stat0:q1="4.3397" stat0:q3="4.5948" stat0:stddev="0.15364197004412267">
                       <name>logg_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of surface gravity from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="4.621" stat0:mean="4.504806528667395" stat0:median="4.6096" stat0:min="2.0001" stat0:q1="4.3493" stat0:q3="4.6148" stat0:stddev="0.1521729017736598">
                       <name>logg_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of surface gravity from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="5.4485" stat0:mean="4.55779362338827" stat0:median="4.7033" stat0:min="-0.379" stat0:q1="4.4367" stat0:q3="4.8273" stat0:stddev="0.46019982855836045">
                       <name>logg_gspphot_phoenix</name>
                       <description>Surface gravity from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="425468639" stat0:max="5.402" stat0:mean="4.504385031173383" stat0:median="4.6554" stat0:min="-0.3806" stat0:q1="4.3916" stat0:q3="4.7708" stat0:stddev="0.461693501838683">
                       <name>logg_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of surface gravity from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="5.4902" stat0:mean="4.598677888147911" stat0:median="4.7381" stat0:min="-0.376" stat0:q1="4.4854" stat0:q3="4.8677" stat0:stddev="0.45497991478400884">
                       <name>logg_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of surface gravity from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logg_gspspec_ann</name>
                       <description>Surface gravity from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="5524354" stat0:max="6.01" stat0:mean="2.7220176979174298" stat0:median="2.59" stat0:min="-1.64" stat0:q1="1.9" stat0:q3="3.63" stat0:stddev="1.0719839485289222">
                       <name>logg_gspspec_ann_lower</name>
                       <description>Lower confidence level (16%) of surface gravity from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logg_gspspec_ann_upper</name>
                       <description>Upper confidence level (84%) of surface gravity from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.value;phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logposterior_gspphot_a</name>
                       <description>Goodness-of-fit score (mean log-posterior of MCMC) of GSP-Phot Aeneas MCMC for A library</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="9.223372E14" stat0:mean="4137135.9217876727" stat0:median="-285.1388" stat0:min="-9.223372E14" stat0:q1="-488.7388" stat0:q3="-189.5982" stat0:stddev="1.0699975915246855E11">
                       <name>logposterior_gspphot_marcs</name>
                       <description>Goodness-of-fit score (mean log-posterior of MCMC) of GSP-Phot Aeneas MCMC for MARCS library</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="-411.156" stat0:mean="-2.5432616961823303E7" stat0:median="-1188.6635" stat0:min="-9.223372E14" stat0:q1="-1693.8757" stat0:q3="-987.0499" stat0:stddev="1.5315191241375488E11">
                       <name>logposterior_gspphot_ob</name>
                       <description>Goodness-of-fit score (mean log-posterior of MCMC) of GSP-Phot Aeneas MCMC for OB library</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logposterior_gspphot_phoenix</name>
                       <description>Goodness-of-fit score (mean log-posterior of MCMC) of GSP-Phot Aeneas MCMC for PHOENIX library</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>lum_flame_spec</name>
                       <description>Luminosity of the star from FLAME using G band magnitude, extinction (agGspphot), parallax and a bolometric correction bc_flame_spec</description>
                       <unit>solLum</unit>
                       <ucd>phys.luminosity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="5075602" stat0:max="3435.273" stat0:mean="192.42865473536136" stat0:median="40.015324" stat0:min="1.6247571E-4" stat0:q1="3.90834835" stat0:q3="124.73851" stat0:stddev="424.21735859226845">
                       <name>lum_flame_spec_lower</name>
                       <description>Lower confidence level (16%) of lum_flame_spec</description>
                       <unit>solLum</unit>
                       <ucd>stat.value;phys.luminosity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5075602" stat0:max="22096.531" stat0:mean="265.80494619964793" stat0:median="44.62669" stat0:min="1.8810948E-4" stat0:q1="4.1660731" stat0:q3="145.39603499999998" stat0:stddev="643.4677943732835">
                       <name>lum_flame_spec_upper</name>
                       <description>Upper confidence level (84%) of lum_flame_spec</description>
                       <unit>solLum</unit>
                       <ucd>stat.value;phys.luminosity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mass_flame_spec</name>
                       <description>Mass of the star from FLAME using stellar models, lum_flame_spec and teffGspspec</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mass_flame_spec_lower</name>
                       <description>Lower confidence level (16%) of mass_flame_spec</description>
                       <unit>solMass</unit>
                       <ucd>stat.value;phys.mass</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="3006582" stat0:max="9.441223" stat0:mean="2.096574800756278" stat0:median="1.4038979" stat0:min="0.5441039" stat0:q1="1.1731286" stat0:q3="1.8815743" stat0:stddev="1.6040333596365812">
                       <name>mass_flame_spec_upper</name>
                       <description>Upper confidence level (84%) of mass_flame_spec</description>
                       <unit>solMass</unit>
                       <ucd>stat.value;phys.mass</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mcmcaccept_gspphot_a</name>
                       <description>MCMC acceptance rate of GSP-Phot Aeneas MCMC for A library</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="0.6192477" stat0:mean="0.4443686440246723" stat0:median="0.45805642" stat0:min="0.1" stat0:q1="0.4273354" stat0:q3="0.48106584" stat0:stddev="0.062201624702724216">
                       <name>mcmcaccept_gspphot_marcs</name>
                       <description>MCMC acceptance rate of GSP-Phot Aeneas MCMC for MARCS library</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="0.6019122" stat0:mean="0.4304479543160401" stat0:median="0.43272728" stat0:min="0.1" stat0:q1="0.39625368" stat0:q3="0.46761754" stat0:stddev="0.04388151514927315">
                       <name>mcmcaccept_gspphot_ob</name>
                       <description>MCMC acceptance rate of GSP-Phot Aeneas MCMC for OB library</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="0.6184953" stat0:mean="0.44559022862502845" stat0:median="0.4583699" stat0:min="0.1" stat0:q1="0.43043888" stat0:q3="0.479279" stat0:stddev="0.0583723320108096">
                       <name>mcmcaccept_gspphot_phoenix</name>
                       <description>MCMC acceptance rate of GSP-Phot Aeneas MCMC for PHOENIX library</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mg_gspphot_a</name>
                       <description>Absolute magnitude M_(G) from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="431168834" stat0:max="5.0919" stat0:mean="4.277598144722714" stat0:median="4.5928" stat0:min="-7.2093" stat0:q1="4.175" stat0:q3="4.8422" stat0:stddev="0.9765037066933576">
                       <name>mg_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of absolute magnitude M_(G) from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mg_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of absolute magnitude M_(G) from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="14.2828" stat0:mean="6.526561913779722" stat0:median="6.7775" stat0:min="-9.6085" stat0:q1="5.7123" stat0:q3="7.8445" stat0:stddev="2.103945470911944">
                       <name>mg_gspphot_marcs</name>
                       <description>Absolute magnitude M_(G) from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="445825680" stat0:max="14.1903" stat0:mean="6.33203399157933" stat0:median="6.621" stat0:min="-9.6239" stat0:q1="5.582" stat0:q3="7.5884" stat0:stddev="2.056474096085377">
                       <name>mg_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of absolute magnitude M_(G) from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="14.4568" stat0:mean="6.683595586734955" stat0:median="6.9177" stat0:min="-9.5854" stat0:q1="5.817" stat0:q3="8.0492" stat0:stddev="2.1425303561821627">
                       <name>mg_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of absolute magnitude M_(G) from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="1.228" stat0:mean="0.5955962170605873" stat0:median="1.0657" stat0:min="-8.7957" stat0:q1="0.0589" stat0:q3="1.1649" stat0:stddev="0.7413926888132465">
                       <name>mg_gspphot_ob</name>
                       <description>Absolute magnitude M_(G) from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>mg_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of absolute magnitude M_(G) from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mg_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of absolute magnitude M_(G) from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="13.3899" stat0:mean="6.529356427690546" stat0:median="6.8253" stat0:min="-9.4718" stat0:q1="5.7419" stat0:q3="7.8604" stat0:stddev="2.080272658529981">
                       <name>mg_gspphot_phoenix</name>
                       <description>Absolute magnitude M_(G) from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="425468639" stat0:max="13.3797" stat0:mean="6.30387653858086" stat0:median="6.6254" stat0:min="-9.5767" stat0:q1="5.5744" stat0:q3="7.5692" stat0:stddev="2.0228710648735935">
                       <name>mg_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of absolute magnitude M_(G) from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mg_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of absolute magnitude M_(G) from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="0.7999" stat0:mean="-0.49754334472913664" stat0:median="-0.4768" stat0:min="-1.5" stat0:q1="-0.9414" stat0:q3="-0.0645" stat0:stddev="0.5919752193407126">
                       <name>mh_gspphot_a</name>
                       <description>Iron abundance from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="431168834" stat0:max="0.7998" stat0:mean="-0.5905837799027839" stat0:median="-0.592" stat0:min="-1.5" stat0:q1="-1.1396" stat0:q3="-0.1269" stat0:stddev="0.6152485279302109">
                       <name>mh_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of iron abundance from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="0.8" stat0:mean="-0.4012563768973" stat0:median="-0.3752" stat0:min="-1.4999" stat0:q1="-0.8056" stat0:q3="-0.0098" stat0:stddev="0.5615447495870843">
                       <name>mh_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of iron abundance from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="0.8" stat0:mean="-1.1987440878935343" stat0:median="-1.2183" stat0:min="-4.1503" stat0:q1="-1.7146" stat0:q3="-0.4484" stat0:stddev="0.9404092658719253">
                       <name>mh_gspphot_marcs</name>
                       <description>Iron abundance from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="445825680" stat0:max="0.7999" stat0:mean="-1.357425049308961" stat0:median="-1.3863" stat0:min="-4.1505" stat0:q1="-1.9184" stat0:q3="-0.5297" stat0:stddev="1.02229582990536">
                       <name>mh_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of iron abundance from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="0.8001" stat0:mean="-1.0256282864146233" stat0:median="-0.9851" stat0:min="-4.1498" stat0:q1="-1.5294" stat0:q3="-0.3628" stat0:stddev="0.8593036600401454">
                       <name>mh_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of iron abundance from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="0.3" stat0:mean="-0.6110879313144572" stat0:median="-0.9486" stat0:min="-0.9999" stat0:q1="-0.9741" stat0:q3="0.0054" stat0:stddev="0.4634961994923287">
                       <name>mh_gspphot_ob</name>
                       <description>Iron abundance from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="362689160" stat0:max="0.2998" stat0:mean="-0.6410434810511453" stat0:median="-0.9851" stat0:min="-1.0" stat0:q1="-0.9921" stat0:q3="0.0012" stat0:stddev="0.46867145928549303">
                       <name>mh_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of iron abundance from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="0.3" stat0:mean="-0.552290741624563" stat0:median="-0.8462" stat0:min="-0.9998" stat0:q1="-0.9384" stat0:q3="0.0136" stat0:stddev="0.4528073802578105">
                       <name>mh_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of iron abundance from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="0.4999" stat0:mean="-1.1198607311173976" stat0:median="-1.1567" stat0:min="-2.4999" stat0:q1="-1.6204" stat0:q3="-0.54" stat0:stddev="0.7083623075473239">
                       <name>mh_gspphot_phoenix</name>
                       <description>Iron abundance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="425468639" stat0:max="0.4997" stat0:mean="-1.2470111140455733" stat0:median="-1.3045" stat0:min="-2.5" stat0:q1="-1.7758" stat0:q3="-0.6362" stat0:stddev="0.7510509966448395">
                       <name>mh_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of iron abundance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="0.5" stat0:mean="-0.9649940275431996" stat0:median="-0.9646" stat0:min="-2.4996" stat0:q1="-1.4521" stat0:q3="-0.4384" stat0:stddev="0.6583295196104145">
                       <name>mh_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of iron abundance from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mh_gspspec_ann</name>
                       <description>Global metallicity from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>mh_gspspec_ann_lower</name>
                       <description>Lower confidence level (16%) of global metallicity from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mh_gspspec_ann_upper</name>
                       <description>Upper confidence level (84%) of global metallicity from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>dex</unit>
                       <ucd>stat.value;phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_flame_spec</name>
                       <description>Radius of the star from FLAME using teffGspspec and lum_flame_spec</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>radius_flame_spec_lower</name>
                       <description>Lower confidence level (16%) of radius_flame_spec</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5075602" stat0:max="443.4594" stat0:mean="19.60035728685531" stat0:median="9.640327" stat0:min="0.027553113" stat0:q1="1.86970495" stat0:q3="19.718064" stat0:stddev="30.399612365824172">
                       <name>radius_flame_spec_upper</name>
                       <description>Upper confidence level (84%) of radius_flame_spec</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_gspphot_a</name>
                       <description>Radius from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of radius from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of radius from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="1426.4893" stat0:mean="1.326245598954819" stat0:median="0.5661" stat0:min="0.0954" stat0:q1="0.4255" stat0:q3="0.8372" stat0:stddev="7.370206690523846">
                       <name>radius_gspphot_marcs</name>
                       <description>Radius from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="1415.2762" stat0:mean="1.2517076495768513" stat0:median="0.5377" stat0:min="0.0914" stat0:q1="0.4035" stat0:q3="0.795" stat0:stddev="7.1020909840416735">
                       <name>radius_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of radius from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="1471.4568" stat0:mean="1.4104336465004357" stat0:median="0.6052" stat0:min="0.1008" stat0:q1="0.4687" stat0:q3="0.8856" stat0:stddev="7.611474318182618">
                       <name>radius_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of radius from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_gspphot_ob</name>
                       <description>Radius from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="121.9591" stat0:mean="1.751783807187148" stat0:median="1.3573" stat0:min="1.3241" stat0:q1="1.3434" stat0:q3="2.175" stat0:stddev="1.0608397752376617">
                       <name>radius_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of radius from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="122.3123" stat0:mean="1.8794150131146032" stat0:median="1.5643" stat0:min="1.3246" stat0:q1="1.3972" stat0:q3="2.2284" stat0:stddev="1.1152661453375163">
                       <name>radius_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of radius from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_gspphot_phoenix</name>
                       <description>Radius from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of radius from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of radius from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="19999.678" stat0:mean="6164.4361200707" stat0:median="6006.8457" stat0:min="6000.0034" stat0:q1="6004.281" stat0:q3="6018.9536" stat0:stddev="679.0791710214204">
                       <name>teff_gspphot_a</name>
                       <description>Effective temperature from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="431168834" stat0:max="19999.15" stat0:mean="6144.347835640589" stat0:median="6001.7266" stat0:min="6000.0005" stat0:q1="6001.071" stat0:q3="6004.8804" stat0:stddev="650.5297130642625">
                       <name>teff_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="431168834" stat0:max="19999.92" stat0:mean="6193.066225872538" stat0:median="6018.068" stat0:min="6000.0137" stat0:q1="6011.368" stat0:q3="6047.205" stat0:stddev="708.7674893174357">
                       <name>teff_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas for A library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="445825680" stat0:max="7999.996" stat0:mean="4820.239808373404" stat0:median="4782.766" stat0:min="2501.1814" stat0:q1="4349.131" stat0:q3="5177.2275" stat0:stddev="735.2340514502655">
                       <name>teff_gspphot_marcs</name>
                       <description>Effective temperature from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>teff_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>teff_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas for MARCS library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="54996.793" stat0:mean="15554.758425236367" stat0:median="15088.137" stat0:min="15000.047" stat0:q1="15047.868" stat0:q3="15233.872" stat0:stddev="1400.9070345831954">
                       <name>teff_gspphot_ob</name>
                       <description>Effective temperature from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>teff_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362689160" stat0:max="54999.09" stat0:mean="15805.40350011888" stat0:median="15228.4375" stat0:min="15000.1455" stat0:q1="15118.35" stat0:q3="15785.19" stat0:stddev="1511.1757487039888">
                       <name>teff_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas for OB library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="9999.989" stat0:mean="4888.312143294793" stat0:median="4782.95" stat0:min="3000.017" stat0:q1="4333.7627" stat0:q3="5292.312" stat0:stddev="876.6967779151212">
                       <name>teff_gspphot_phoenix</name>
                       <description>Effective temperature from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="425468639" stat0:max="9999.967" stat0:mean="4838.053169777755" stat0:median="4743.637" stat0:min="3000.004" stat0:q1="4284.8613" stat0:q3="5247.813" stat0:stddev="869.0773103427124">
                       <name>teff_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="425468639" stat0:max="9999.994" stat0:mean="4960.8731691716985" stat0:median="4861.16" stat0:min="3000.0417" stat0:q1="4394.8965" stat0:q3="5395.8037" stat0:stddev="883.868268944048">
                       <name>teff_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas for PHOENIX library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>teff_gspspec_ann</name>
                       <description>Effective temperature from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>teff_gspspec_ann_lower</name>
                       <description>Lower confidence level (16%) of effective temperature from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>teff_gspspec_ann_upper</name>
                       <description>Upper confidence level (84%) of effective temperature from GSP-Spec ANN using RVS spectra and Monte Carlo realisations</description>
                       <unit>K</unit>
                       <ucd>stat.value;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_cepheid</name>
                    <description>This table describes the Cepheid stars.</description>
                    <nrows>15021</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>average_rv</name>
                       <description>Mean radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>average_rv_error</name>
                       <description>Uncertainty on averageRv parameter</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>epoch_bp</name>
                       <description>Epoch of the maximum of the light curve in the BP band</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_bp_error</name>
                       <description>Uncertainty on the epoch parameter epochBp</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>epoch_g</name>
                       <description>Epoch of the maximum of the light curve in the G band</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="15021" stat0:max="2.519206" stat0:mean="0.0049336618679583" stat0:median="8.9937555E-5" stat0:min="1.8268578E-7" stat0:q1="3.0464145999999998E-5" stat0:q3="3.7368685499999997E-4" stat0:stddev="0.04313973623306649">
                       <name>epoch_g_error</name>
                       <description>Uncertainty on the epoch parameter epochG</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>epoch_rp</name>
                       <description>Epoch of the maximum of the light curve in the RP band</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_rp_error</name>
                       <description>Uncertainty on the epoch parameter epochRp</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>epoch_rv</name>
                       <description>Epoch of the minimum of the radial velocity curve</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_rv_error</name>
                       <description>Uncertainty on the epoch parameter epochRv</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1</name>
                       <description>First frequency of the non-linear Fourier modelling</description>
                       <unit>d**-1</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_error</name>
                       <description>Error of the first frequency of the non-linear Fourier modelling</description>
                       <unit>d**-1</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_bp</name>
                       <description>Amplitudes of the Fourier model for the first frequency in the BP band</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_bp_error</name>
                       <description>Errors of the amplitudes of the Fourier model for the first frequency in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_g</name>
                       <description>Amplitudes of the Fourier model for the first frequency in the G band</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_g_error</name>
                       <description>Errors of the amplitudes of the Fourier model for the first frequency in the G band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_rp</name>
                       <description>Amplitudes of the Fourier model for the first frequency in the RP band</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_rp_error</name>
                       <description>Errors of the amplitudes of the Fourier model for the first frequency in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_rv</name>
                       <description>Amplitudes of the Fourier model for the first frequency of the radial velocity curve</description>
                       <unit>km.s**-1</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_rv_error</name>
                       <description>Errors of the amplitudes of the Fourier model for the first frequency of the radial velocity curve</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_bp</name>
                       <description>Phases of the Fourier model for the first frequency in the BP band</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_bp_error</name>
                       <description>Errors of the phases of the Fourier model for the first frequency in the BP band</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_g</name>
                       <description>Phases of the Fourier model for the first frequency in the G band</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_g_error</name>
                       <description>Errors of the phases of the Fourier model for the first frequency in the G band</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_rp</name>
                       <description>Phases of the Fourier model for the first frequency in the RP band</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_rp_error</name>
                       <description>Errors of the phases of the Fourier model for the first frequency in the RP band</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_rv</name>
                       <description>Phases of the Fourier model for the first frequency of the radial velocity curve</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_rv_error</name>
                       <description>Errors of the phases of the Fourier model for the first frequency of the radial velocity curve</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq2</name>
                       <description>Second frequency of the non-linear Fourier modelling in the G band</description>
                       <unit>d**-1</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>fund_freq2_error</name>
                       <description>Error of the second frequency of the non-linear Fourier modelling in the G band</description>
                       <unit>d**-1</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>int_average_bp</name>
                       <description>Intensity-averaged magnitude in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>int_average_bp_error</name>
                       <description>Uncertainty on int_average_bp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>int_average_g</name>
                       <description>Intensity-averaged magnitude in the G band</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="15021" stat0:max="0.30774823" stat0:mean="0.007282910324570051" stat0:median="0.0035233756" stat0:min="1.8780971E-5" stat0:q1="0.0016141734000000001" stat0:q3="0.008959392" stat0:stddev="0.011017643311483654">
                       <name>int_average_g_error</name>
                       <description>Uncertainty on int_average_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="14901" stat0:max="20.467289" stat0:mean="15.137081201776835" stat0:median="15.4512865" stat0:min="2.650595" stat0:q1="14.3978" stat0:q3="16.485384" stat0:stddev="2.1065385793347833">
                       <name>int_average_rp</name>
                       <description>Intensity-averaged magnitude in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="14901" stat0:max="4.095915" stat0:mean="0.016259801327247195" stat0:median="0.008022049" stat0:min="1.5237943E-5" stat0:q1="0.00392307815" stat0:q3="0.015202558500000001" stat0:stddev="0.05529045693019761">
                       <name>int_average_rp_error</name>
                       <description>Uncertainty on int_average_rp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5265" stat0:max="0.49970934" stat0:mean="-0.14773663439331633" stat0:median="-0.159527135" stat0:min="-0.98288816" stat0:q1="-0.301860645" stat0:q3="0.00464580065" stat0:stddev="0.24145558834966763">
                       <name>metallicity</name>
                       <description>Metallicity of the star from the Fourier parameters of the light curve</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="5265" stat0:max="1.105211" stat0:mean="0.2595770567231029" stat0:median="0.23853119" stat0:min="0.21983846" stat0:q1="0.227723575" stat0:q3="0.263904625" stat0:stddev="0.06388694880533745">
                       <name>metallicity_error</name>
                       <description>Uncertainty of the metallicity parameter</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mode_best_classification</name>
                       <description>Best mode classification estimate out of: ’FUNDAMENTAL’, ’FIRST_OVERTONE’, ’SECOND_OVERTONE’, ’MULTI’,’UNDEFINED’, ’NOT_APPLICABLE’</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>multi_mode_best_classification</name>
                       <description>Best multi mode DCEP classification out of: ’F/1O’, ’F/2O’, ’1O/2O’, ’1O/3O’, ’2O/3O’, ’F/1O/2O’, ’1O/2O/3O’</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="15021" stat0:max="250.0" stat0:mean="44.712069768990084" stat0:median="42.0" stat0:min="0.0" stat0:q1="37.0" stat0:q3="47.0" stat0:stddev="19.426195647808388">
                       <name>num_clean_epochs_bp</name>
                       <description>Number of BP epochs used in the fitting algorithm</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="15021" stat0:max="253.0" stat0:mean="46.200585846481594" stat0:median="43.0" stat0:min="12.0" stat0:q1="37.0" stat0:q3="48.0" stat0:stddev="19.13142685909105">
                       <name>num_clean_epochs_g</name>
                       <description>Number of G FoV epochs used in the fitting algorithm</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="15021" stat0:max="248.0" stat0:mean="44.54297317089408" stat0:median="41.0" stat0:min="0.0" stat0:q1="36.0" stat0:q3="47.0" stat0:stddev="19.277049252518754">
                       <name>num_clean_epochs_rp</name>
                       <description>Number of RP epochs used in the fitting algorithm</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_clean_epochs_rv</name>
                       <description>Number of radial velocity epochs used in the fitting algorithm</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_harmonics_for_p1_bp</name>
                       <description>Number of harmonics used to model the first periodicity of the BP-band light curve</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_harmonics_for_p1_g</name>
                       <description>Number of harmonics used to model the first periodicity of the G-band light curve</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_harmonics_for_p1_rp</name>
                       <description>Number of harmonics used to model the first periodicity of the RP-band light curve</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_harmonics_for_p1_rv</name>
                       <description>Number of harmonics used to model the first periodicity of the radial velocity curve</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="5518" stat0:max="6.893262394985198" stat0:mean="1.7314595331924203" stat0:median="1.5431148242094244" stat0:min="0.20025666685027238" stat0:q1="0.9589864269810565" stat0:q3="2.2585030612663672" stat0:stddev="1.0252711457050712">
                       <name>p1_o</name>
                       <description>Period corresponding to the first overtone pulsation mode in the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="5518" stat0:max="0.007825273" stat0:mean="5.36901515283171E-5" stat0:median="1.940207E-5" stat0:min="1.1260497E-7" stat0:q1="8.00300375E-6" stat0:q3="4.4659996E-5" stat0:stddev="2.0155736619831806E-4">
                       <name>p1_o_error</name>
                       <description>Uncertainty of the p1O period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="150" stat0:max="4.681407863748327" stat0:mean="0.700723141405633" stat0:median="0.6256809330122538" stat0:min="0.33938699530497957" stat0:q1="0.5451528916720804" stat0:q3="0.7814018334185888" stat0:stddev="0.3801861955226583">
                       <name>p2_o</name>
                       <description>Period corresponding to the second overtone pulsation mode (for multi mode pulsators) in the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="150" stat0:max="2.3242508E-4" stat0:mean="7.151780682950933E-6" stat0:median="3.2172538E-6" stat0:min="3.796236E-7" stat0:q1="2.0170333E-6" stat0:q3="6.1895695E-6" stat0:stddev="1.9973379244606608E-5">
                       <name>p2_o_error</name>
                       <description>Uncertainty of the p2O period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="14900" stat0:max="11.653676" stat0:mean="0.6669087560776771" stat0:median="0.5911824" stat0:min="0.008515253" stat0:q1="0.38631007" stat0:q3="0.8752367" stat0:stddev="0.4244595263054098">
                       <name>peak_to_peak_bp</name>
                       <description>Peak-to-peak amplitude of the BP band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="14900" stat0:max="10.317073" stat0:mean="0.08573159341018022" stat0:median="0.035514332" stat0:min="3.498633E-5" stat0:q1="0.016196" stat0:q3="0.07463848" stat0:stddev="0.23525391843565277">
                       <name>peak_to_peak_bp_error</name>
                       <description>Uncertainty on the peakTo_Peak_Bp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="15021" stat0:max="4.810245" stat0:mean="0.5377910656294141" stat0:median="0.48786337999999996" stat0:min="0.043146286" stat0:q1="0.318287655" stat0:q3="0.72005842" stat0:stddev="0.2792223049491824">
                       <name>peak_to_peak_g</name>
                       <description>Peak-to-peak amplitude of the G band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="15021" stat0:max="4.737165" stat0:mean="0.026826838060890763" stat0:median="0.0112569605" stat0:min="2.6560303E-5" stat0:q1="0.0050157728" stat0:q3="0.0303702295" stat0:stddev="0.06678841509316981">
                       <name>peak_to_peak_g_error</name>
                       <description>Uncertainty on the peak_to_peak_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="14901" stat0:max="10.9157295" stat0:mean="0.4182981727086358" stat0:median="0.37486597499999996" stat0:min="0.004002254" stat0:q1="0.23734374" stat0:q3="0.54347565" stat0:stddev="0.27431163849472284">
                       <name>peak_to_peak_rp</name>
                       <description>Peak-to-peak amplitude of the RP band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="14901" stat0:max="7.3686724" stat0:mean="0.05122368370630353" stat0:median="0.024418706" stat0:min="2.1549706E-5" stat0:q1="0.011558923249999999" stat0:q3="0.048177525" stat0:stddev="0.15915883861796562">
                       <name>peak_to_peak_rp_error</name>
                       <description>Uncertainty on the peakTo_Peak_Rp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>peak_to_peak_rv</name>
                       <description>Peak-to-peak amplitude of the radial velocity curve</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>peak_to_peak_rv_error</name>
                       <description>Uncertainty on the peakTo_Peak_Rv parameter</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="9571" stat0:max="215.47917045885268" stat0:mean="7.732286349808403" stat0:median="3.910051813607052" stat0:min="0.5597106717764326" stat0:q1="2.3127161843283766" stat0:q3="8.62427914788238" stat0:stddev="11.383161421633998">
                       <name>pf</name>
                       <description>Period corresponding to the fundamental pulsation mode in the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="9571" stat0:max="1.7813476" stat0:mean="0.005441238510747315" stat0:median="1.3556674E-4" stat0:min="1.9770755E-7" stat0:q1="4.57088645E-5" stat0:q3="9.178447750000001E-4" stat0:stddev="0.038077584691422854">
                       <name>pf_error</name>
                       <description>Uncertainty of the pf period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="14055" stat0:max="7.111065" stat0:mean="4.356220569864196" stat0:median="4.3225045" stat0:min="0.8421899" stat0:q1="4.0314385999999995" stat0:q3="4.6462908" stat0:stddev="0.7841683367538296">
                       <name>phi21_g</name>
                       <description>Fourier decomposition parameter phi21G: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="14055" stat0:max="4.051604" stat0:mean="0.14104796479834156" stat0:median="0.0960665375" stat0:min="0.0047875876" stat0:q1="0.054464668" stat0:q3="0.174301045" stat0:stddev="0.16142435604614022">
                       <name>phi21_g_error</name>
                       <description>Uncertainty on the phi21G parameter: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="9236" stat0:max="6.274821" stat0:mean="2.464425794031574" stat0:median="2.36677" stat0:min="1.2427892E-6" stat0:q1="1.8838041" stat0:q3="2.8629541" stat0:stddev="1.0146004428489261">
                       <name>phi31_g</name>
                       <description>Fourier decomposition parameter phi31G: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="9236" stat0:max="2.7496655" stat0:mean="0.1931535010145402" stat0:median="0.15387444" stat0:min="0.010054913" stat0:q1="0.09625604" stat0:q3="0.2424759" stat0:stddev="0.169211461249366">
                       <name>phi31_g_error</name>
                       <description>Uncertainty on the phi31G parameter: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="14055" stat0:max="2.3975604" stat0:mean="0.3040230622287801" stat0:median="0.29684938" stat0:min="0.008231491" stat0:q1="0.177562105" stat0:q3="0.4293723" stat0:stddev="0.1501295729798877">
                       <name>r21_g</name>
                       <description>Fourier decomposition parameter r21G: A2/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="14055" stat0:max="0.9899017" stat0:mean="0.032882460656993975" stat0:median="0.0224279915" stat0:min="0.0012252302" stat0:q1="0.0127677085" stat0:q3="0.041315485" stat0:stddev="0.036498713895206744">
                       <name>r21_g_error</name>
                       <description>Uncertainty on the r21G parameter: A2/A1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="9236" stat0:max="1.6435707" stat0:mean="0.1924566946537631" stat0:median="0.18309969" stat0:min="0.0070792395" stat0:q1="0.106061645" stat0:q3="0.2625207" stat0:stddev="0.10604284267641352">
                       <name>r31_g</name>
                       <description>Fourier decomposition parameter r31G: A3/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="9236" stat0:max="0.6701635" stat0:mean="0.030248269774956486" stat0:median="0.021078048" stat0:min="0.0015452127" stat0:q1="0.012128809" stat0:q3="0.03768153" stat0:stddev="0.031734480074139856">
                       <name>r31_g_error</name>
                       <description>Uncertainty on the r31G parameter: A3/A1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>reference_time_bp</name>
                       <description>Reference time of the Fourier modelled BP-band light curve</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>reference_time_g</name>
                       <description>Reference time of the Fourier modelled G-band light curve</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>reference_time_rp</name>
                       <description>Reference time of the Fourier modelled RP-band light curve</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>reference_time_rv</name>
                       <description>Reference time of the Fourier modelled radial velocity curve</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>type2_best_sub_classification</name>
                       <description>Best subclassification estimate for type_best_classification=’T2CEP’ out of: ’BL_HER’, ’W_VIR’,’RV_TAU’</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>type_best_classification</name>
                       <description>Best type classification estimate out of: ’DCEP’, ’T2CEP’, ’ACEP’</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>zp_mag_bp</name>
                       <description>Zero point (mag) of the final model of the BP band light curve</description>
                       <unit>mag</unit>
                       <ucd>phot.calib;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>zp_mag_g</name>
                       <description>Zero point (mag) of the final model of the G band light curve</description>
                       <unit>mag</unit>
                       <ucd>phot.calib;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>zp_mag_rp</name>
                       <description>Zero point (mag) of the final model of the RP band light curve</description>
                       <unit>mag</unit>
                       <ucd>phot.calib;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_rrlyrae</name>
                    <description>This table describes the RR Lyrae stars.</description>
                    <nrows>271779</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>average_rv</name>
                       <description>Mean radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>average_rv_error</name>
                       <description>Uncertainty on averageRv parameter</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>best_classification</name>
                       <description>Best RR Lyrae classification estimate out of: ’RRc’, ’RRab’, ’RRd’</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>epoch_bp</name>
                       <description>Epoch of the maximum of the light curve in the BP band</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="215716" stat0:max="0.08471548" stat0:mean="5.757407274910254E-5" stat0:median="2.3885472E-5" stat0:min="1.9297305E-7" stat0:q1="1.0253422E-5" stat0:q3="5.7706446E-5" stat0:stddev="2.722606967118647E-4">
                       <name>epoch_bp_error</name>
                       <description>Uncertainty on the epoch parameter epochBp</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>epoch_g</name>
                       <description>Epoch of the maximum of the light curve in the G band</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="271779" stat0:max="6.4637593E-4" stat0:mean="1.6777277283761157E-5" stat0:median="1.0025419E-5" stat0:min="1.2788956E-7" stat0:q1="4.5645378E-6" stat0:q3="2.0017451999999998E-5" stat0:stddev="2.1922536362827702E-5">
                       <name>epoch_g_error</name>
                       <description>Uncertainty on the epoch parameter epochG</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>epoch_rp</name>
                       <description>Epoch of the maximum of the light curve in the RP band</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="215716" stat0:max="0.049628858" stat0:mean="5.737977210106562E-5" stat0:median="2.7330125E-5" stat0:min="2.257569E-7" stat0:q1="1.22680285E-5" stat0:q3="6.097162E-5" stat0:stddev="1.7567926133752213E-4">
                       <name>epoch_rp_error</name>
                       <description>Uncertainty on the epoch parameter epochRp</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>epoch_rv</name>
                       <description>Epoch of the minimum of the radial velocity curve</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_rv_error</name>
                       <description>Uncertainty on the epoch parameter epochRv</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1</name>
                       <description>First frequency of the non-linear Fourier modelling</description>
                       <unit>d**-1</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_error</name>
                       <description>Error of the first frequency of the non-linear Fourier modelling</description>
                       <unit>d**-1</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_bp</name>
                       <description>Amplitudes of the Fourier model for the first frequency in the BP band</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_bp_error</name>
                       <description>Errors of the amplitudes of the Fourier model for the first frequency in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_g</name>
                       <description>Amplitudes of the Fourier model for the first frequency in the G band</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_g_error</name>
                       <description>Errors of the amplitudes of the Fourier model for the first frequency in the G band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_rp</name>
                       <description>Amplitudes of the Fourier model for the first frequency in the RP band</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_rp_error</name>
                       <description>Errors of the amplitudes of the Fourier model for the first frequency in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_rv</name>
                       <description>Amplitudes of the Fourier model for the first frequency of the radial velocity curve</description>
                       <unit>km.s**-1</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_ampl_rv_error</name>
                       <description>Errors of the amplitudes of the Fourier model for the first frequency of the radial velocity curve</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_bp</name>
                       <description>Phases of the Fourier model for the first frequency in the BP band</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_bp_error</name>
                       <description>Errors of the phases of the Fourier model for the first frequency in the BP band</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_g</name>
                       <description>Phases of the Fourier model for the first frequency in the G band</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_g_error</name>
                       <description>Errors of the phases of the Fourier model for the first frequency in the G band</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_rp</name>
                       <description>Phases of the Fourier model for the first frequency in the RP band</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_rp_error</name>
                       <description>Errors of the phases of the Fourier model for the first frequency in the RP band</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_rv</name>
                       <description>Phases of the Fourier model for the first frequency of the radial velocity curve</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq1_harmonic_phase_rv_error</name>
                       <description>Errors of the phases of the Fourier model for the first frequency of the radial velocity curve</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType size="16" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fund_freq2</name>
                       <description>Second frequency of the non-linear Fourier modelling in the G band</description>
                       <unit>d**-1</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>fund_freq2_error</name>
                       <description>Error of the second frequency of the non-linear Fourier modelling in the G band</description>
                       <unit>d**-1</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="142867" stat0:max="3367.3193" stat0:mean="1.330234638481083" stat0:median="0.6043940999999999" stat0:min="-1.2791617" stat0:q1="0.18657466" stat0:q3="1.8959801" stat0:stddev="9.095111729620447">
                       <name>g_absorption</name>
                       <description>Interstellar absorption in the G-band</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.gal</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="142867" stat0:max="27972.68" stat0:mean="0.39837414261479837" stat0:median="0.12932427000000002" stat0:min="0.050779205" stat0:q1="0.083978805" stat0:q3="0.20829246" stat0:stddev="74.0274345866778">
                       <name>g_absorption_error</name>
                       <description>Error on the interstellar absorption in the G-band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption.gal</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="215755" stat0:max="22.18028" stat0:mean="18.087048059505914" stat0:median="18.231578" stat0:min="-88.406876" stat0:q1="16.813629" stat0:q3="19.471167" stat0:stddev="1.755342765089269">
                       <name>int_average_bp</name>
                       <description>Intensity-averaged magnitude in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="215755" stat0:max="45.687283" stat0:mean="0.06901183514597553" stat0:median="0.0335243035" stat0:min="0.0" stat0:q1="0.0160859505" stat0:q3="0.06814593" stat0:stddev="0.18270899647055502">
                       <name>int_average_bp_error</name>
                       <description>Uncertainty on int_average_bp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="271779" stat0:max="21.141903" stat0:mean="18.20309058126795" stat0:median="18.5031235" stat0:min="7.6430144" stat0:q1="16.801204499999997" stat0:q3="19.658755999999997" stat0:stddev="1.813020768584669">
                       <name>int_average_g</name>
                       <description>Intensity-averaged magnitude in the G band</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="271779" stat0:max="1.647853" stat0:mean="0.016770229042213754" stat0:median="0.012363233000000001" stat0:min="3.3879103E-5" stat0:q1="0.00545955055" stat0:q3="0.0222674345" stat0:stddev="0.017397348804496036">
                       <name>int_average_g_error</name>
                       <description>Uncertainty on int_average_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="215772" stat0:max="20.636627" stat0:mean="17.101560847217772" stat0:median="17.116093" stat0:min="-34.192017" stat0:q1="15.872166" stat0:q3="18.672977" stat0:stddev="1.6313363095728075">
                       <name>int_average_rp</name>
                       <description>Intensity-averaged magnitude in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="215772" stat0:max="164.50395" stat0:mean="0.035670187214206096" stat0:median="0.022761133" stat0:min="0.0" stat0:q1="0.011453409" stat0:q3="0.04196059" stat0:stddev="0.36309581225502147">
                       <name>int_average_rp_error</name>
                       <description>Uncertainty on int_average_rp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="133577" stat0:max="0.4996881" stat0:mean="-1.1101138240349848" stat0:median="-1.09424455" stat0:min="-2.999602" stat0:q1="-1.5246669" stat0:q3="-0.65928305" stat0:stddev="0.6361285509371567">
                       <name>metallicity</name>
                       <description>Metallicity of the star from the Fourier parameters of the light curve</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="133577" stat0:max="17.169542" stat0:mean="0.4590192916805328" stat0:median="0.361652405" stat0:min="0.21693315" stat0:q1="0.275556255" stat0:q3="0.537813925" stat0:stddev="0.3314611518056558">
                       <name>metallicity_error</name>
                       <description>Uncertainty of the metallicity parameter</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="271779" stat0:max="258.0" stat0:mean="30.216164604329254" stat0:median="29.0" stat0:min="0.0" stat0:q1="16.0" stat0:q3="42.0" stat0:stddev="20.52893157217503">
                       <name>num_clean_epochs_bp</name>
                       <description>Number of BP epochs used in the fitting algorithm</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="271779" stat0:max="257.0" stat0:mean="38.57303176477947" stat0:median="36.0" stat0:min="12.0" stat0:q1="27.0" stat0:q3="46.0" stat0:stddev="17.00336716187237">
                       <name>num_clean_epochs_g</name>
                       <description>Number of G FoV epochs used in the fitting algorithm</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="271779" stat0:max="254.0" stat0:mean="30.351833658965557" stat0:median="30.0" stat0:min="0.0" stat0:q1="17.0" stat0:q3="41.0" stat0:stddev="20.09412612817614">
                       <name>num_clean_epochs_rp</name>
                       <description>Number of RP epochs used in the fitting algorithm</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_clean_epochs_rv</name>
                       <description>Number of radial velocity epochs used in the fitting algorithm</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_harmonics_for_p1_bp</name>
                       <description>Number of harmonics used to model the first periodicity of the BP-band light curve</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_harmonics_for_p1_g</name>
                       <description>Number of harmonics used to model the first periodicity of the G-band light curve</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_harmonics_for_p1_rp</name>
                       <description>Number of harmonics used to model the first periodicity of the RP-band light curve</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_harmonics_for_p1_rv</name>
                       <description>Number of harmonics used to model the first periodicity of the radial velocity curve</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="96429" stat0:max="0.5627723587797319" stat0:mean="0.31597965773239167" stat0:median="0.3148192743044983" stat0:min="0.20000880890089331" stat0:q1="0.28161670814660034" stat0:q3="0.34583924150853346" stat0:stddev="0.04466165038758218">
                       <name>p1_o</name>
                       <description>Period corresponding to the first overtone pulsation mode in the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="96429" stat0:max="1.2792564E-4" stat0:mean="6.591708603433136E-6" stat0:median="3.921870550000001E-6" stat0:min="2.5449362E-8" stat0:q1="1.5192535999999998E-6" stat0:q3="9.2534E-6" stat0:stddev="7.383305722473918E-6">
                       <name>p1_o_error</name>
                       <description>Uncertainty of the p1O period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="215755" stat0:max="117.0566" stat0:mean="0.8048899445222207" stat0:median="0.6920841" stat0:min="0.0039733006" stat0:q1="0.471971525" stat0:q3="0.999383865" stat0:stddev="0.718141938751253">
                       <name>peak_to_peak_bp</name>
                       <description>Peak-to-peak amplitude of the BP band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="215755" stat0:max="252.30069" stat0:mean="0.2147206725344127" stat0:median="0.104572335" stat0:min="0.0" stat0:q1="0.052479122" stat0:q3="0.20622256" stat0:stddev="0.7814737410089145">
                       <name>peak_to_peak_bp_error</name>
                       <description>Uncertainty on the peakTo_Peak_Bp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="271779" stat0:max="1.988586" stat0:mean="0.5710697505603487" stat0:median="0.49979134000000003" stat0:min="0.070062295" stat0:q1="0.35768521" stat0:q3="0.77488795" stat0:stddev="0.27087337229935815">
                       <name>peak_to_peak_g</name>
                       <description>Peak-to-peak amplitude of the G band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="271779" stat0:max="8.634194" stat0:mean="0.06196020270697508" stat0:median="0.045884260999999996" stat0:min="4.7912286E-5" stat0:q1="0.018946955" stat0:q3="0.0828644325" stat0:stddev="0.06946465794326084">
                       <name>peak_to_peak_g_error</name>
                       <description>Uncertainty on the peak_to_peak_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="215772" stat0:max="54.90531" stat0:mean="0.45941181376525014" stat0:median="0.41122502" stat0:min="0.0024724856" stat0:q1="0.2824264" stat0:q3="0.5978669" stat0:stddev="0.30230755552063326">
                       <name>peak_to_peak_rp</name>
                       <description>Peak-to-peak amplitude of the RP band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="215772" stat0:max="241.22847" stat0:mean="0.11570799757298776" stat0:median="0.07324282" stat0:min="0.0" stat0:q1="0.037725076" stat0:q3="0.13477406" stat0:stddev="0.7742631074991797">
                       <name>peak_to_peak_rp_error</name>
                       <description>Uncertainty on the peakTo_Peak_Rp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>peak_to_peak_rv</name>
                       <description>Peak-to-peak amplitude of the radial velocity curve</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>peak_to_peak_rv_error</name>
                       <description>Uncertainty on the peakTo_Peak_Rv parameter</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="177357" stat0:max="0.9993899313588424" stat0:mean="0.5712750835605447" stat0:median="0.5704304739839059" stat0:min="0.20107632011801732" stat0:q1="0.5156248745653176" stat0:q3="0.6213324917669559" stat0:stddev="0.0827805801234428">
                       <name>pf</name>
                       <description>Period corresponding to the fundamental pulsation mode in the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="177357" stat0:max="4.5705683E-4" stat0:mean="1.4517396426422156E-5" stat0:median="8.5804005E-6" stat0:min="2.5449362E-8" stat0:q1="4.45039415E-6" stat0:q3="1.7337099E-5" stat0:stddev="1.783970367079853E-5">
                       <name>pf_error</name>
                       <description>Uncertainty of the pf period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="252115" stat0:max="7.0782065" stat0:mean="4.282617072982672" stat0:median="4.21481465" stat0:min="1.3124143" stat0:q1="3.9801656000000003" stat0:q3="4.5621962499999995" stat0:stddev="0.4225063864338678">
                       <name>phi21_g</name>
                       <description>Fourier decomposition parameter phi21G: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="252115" stat0:max="159.0965" stat0:mean="0.28296286454101216" stat0:median="0.20033421" stat0:min="0.005846646" stat0:q1="0.10663977" stat0:q3="0.37056714" stat0:stddev="0.51114316810615">
                       <name>phi21_g_error</name>
                       <description>Uncertainty on the phi21G parameter: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="136049" stat0:max="6.2758145" stat0:mean="2.3862805417226314" stat0:median="2.2704370999999997" stat0:min="0.002997421" stat0:q1="1.9377138999999999" stat0:q3="2.70303675" stat0:stddev="0.6457079660240681">
                       <name>phi31_g</name>
                       <description>Fourier decomposition parameter phi31G: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="136049" stat0:max="5.7742963" stat0:mean="0.24023407379948813" stat0:median="0.20987103000000001" stat0:min="0.0079388665" stat0:q1="0.13188670000000002" stat0:q3="0.30750891" stat0:stddev="0.16576606472564304">
                       <name>phi31_g_error</name>
                       <description>Uncertainty on the phi31G parameter: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="252115" stat0:max="52.850594" stat0:mean="0.4524491182302107" stat0:median="0.45893625" stat0:min="0.001373665" stat0:q1="0.353757545" stat0:q3="0.5318959999999999" stat0:stddev="0.2954474567825311">
                       <name>r21_g</name>
                       <description>Fourier decomposition parameter r21G: A2/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="252115" stat0:max="3.2571452" stat0:mean="0.09406649757383614" stat0:median="0.06194112" stat0:min="0.0022650228" stat0:q1="0.030902974" stat0:q3="0.12176674500000001" stat0:stddev="0.10399147908813745">
                       <name>r21_g_error</name>
                       <description>Uncertainty on the r21G parameter: A2/A1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="136049" stat0:max="5.0601907" stat0:mean="0.2810428206210425" stat0:median="0.30320557" stat0:min="0.018777233" stat0:q1="0.216713965" stat0:q3="0.354736835" stat0:stddev="0.11550542694121019">
                       <name>r31_g</name>
                       <description>Fourier decomposition parameter r31G: A3/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="136049" stat0:max="1.5575061" stat0:mean="0.051938301760237615" stat0:median="0.041980938499999995" stat0:min="0.0024993378" stat0:q1="0.0231500345" stat0:q3="0.067738328" stat0:stddev="0.04175282906537571">
                       <name>r31_g_error</name>
                       <description>Uncertainty on the r31G parameter: A3/A1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>reference_time_bp</name>
                       <description>Reference time of the Fourier modelled BP-band light curve</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>reference_time_g</name>
                       <description>Reference time of the Fourier modelled G-band light curve</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>reference_time_rp</name>
                       <description>Reference time of the Fourier modelled RP-band light curve</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>reference_time_rv</name>
                       <description>Reference time of the Fourier modelled radial velocity curve</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>zp_mag_bp</name>
                       <description>Zero point (mag) of the final model of the BP band light curve</description>
                       <unit>mag</unit>
                       <ucd>phot.calib;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>zp_mag_g</name>
                       <description>Zero point (mag) of the final model of the G band light curve</description>
                       <unit>mag</unit>
                       <ucd>phot.calib;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>zp_mag_rp</name>
                       <description>Zero point (mag) of the final model of the RP band light curve</description>
                       <unit>mag</unit>
                       <ucd>phot.calib;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_microlensing</name>
                    <description>This table describes the microlensing events.</description>
                    <nrows>363</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>paczynski0_bp0</name>
                       <description>BP-band magnitude baseline (level 0)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski0_bp0_error</name>
                       <description>Error of BP-band magnitude baseline (level 0)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski0_chi2</name>
                       <description>Chi square of level 0 Paczynski fit</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski0_chi2_dof</name>
                       <description>Reduced chi square of level 0 Paczynski fit</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski0_g0</name>
                       <description>G-band magnitude baseline (level 0)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski0_g0_error</name>
                       <description>Error of G-band magnitude baseline (level 0)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski0_rp0</name>
                       <description>RP-band magnitude baseline (level 0)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski0_rp0_error</name>
                       <description>Error of RP-band magnitude baseline (level 0)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski0_te</name>
                       <description>Event timescale (level 0)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski0_te_error</name>
                       <description>Error of event timescale (level 0)</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski0_tmax</name>
                       <description>Time of maximum amplification (level 0)</description>
                       <unit>d</unit>
                       <ucd>time;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>paczynski0_tmax_error</name>
                       <description>Error of time of maximum amplification (level 0)</description>
                       <unit>d</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>paczynski0_u0</name>
                       <description>Impact parameter (level 0)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>paczynski0_u0_error</name>
                       <description>Error of the impact parameter (level 0)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>paczynski1_bp0</name>
                       <description>BP-band magnitude baseline (level 1)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_bp0_error</name>
                       <description>Error of BP-band magnitude baseline (level 1)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_chi2</name>
                       <description>Chi square of level 1 Paczynski fit</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_chi2_dof</name>
                       <description>Reduced chi square of level 1 Paczynski fit</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_fs_bp</name>
                       <description>Blending factor in BP-band (level 1)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_fs_bp_error</name>
                       <description>Error of blending factor in BP-band (level 1)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_fs_g</name>
                       <description>Blending factor in G-band (level 1)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_fs_g_error</name>
                       <description>Error of blending factor in G-band (level 1)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_fs_rp</name>
                       <description>Blending factor in RP-band (level 1)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_fs_rp_error</name>
                       <description>Error of blending factor in RP-band (level 1)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_g0</name>
                       <description>G-band magnitude baseline (level 1)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_g0_error</name>
                       <description>Error of G-band magnitude baseline (level 1)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_rp0</name>
                       <description>RP-band magnitude baseline (level 1)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_rp0_error</name>
                       <description>Error of RP-band magnitude baseline (level 1)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_te</name>
                       <description>Event timescale (level 1)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_te_error</name>
                       <description>Error of event timescale (level 1)</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>paczynski1_tmax</name>
                       <description>Time of maximum amplification (level 1)</description>
                       <unit>d</unit>
                       <ucd>time;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>paczynski1_tmax_error</name>
                       <description>Error of time of maximum amplification (level 1)</description>
                       <unit>d</unit>
                       <ucd>stat.error;time</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>paczynski1_u0</name>
                       <description>Impact parameter (level 1)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>paczynski1_u0_error</name>
                       <description>Error of the impact parameter (level 1)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_epoch_radial_velocity</name>
                    <description>This table contains the epoch radial velocity data points for a sub-set of variable stars. Each entry is a radial velocity in the solar barycentric reference frame for a given object and observation time.</description>
                    <nrows>43298</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>radial_velocity</name>
                       <description>Barycentric radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>radial_velocity_error</name>
                       <description>Barycentric radial velocity error</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>rejected_by_variability</name>
                       <description>Rejected by DPAC variability processing (or variability analysis)</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>rv_obs_time</name>
                       <description>Observing time of the transit</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>transit_id</name>
                       <description>Transit unique identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_eclipsing_binary</name>
                    <description>This table describes the properties of the eclipsing binaries resulting from the variability analysis.</description>
                    <nrows>2184477</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>derived_primary_ecl_depth</name>
                       <description>Primary eclipse: depth</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>derived_primary_ecl_depth_error</name>
                       <description>Primary eclipse: uncertainty of derivedPrimary_Ecl_Depth</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>derived_primary_ecl_duration</name>
                       <description>Primary eclipse: duration [phase fraction]</description>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>derived_primary_ecl_duration_error</name>
                       <description>Primary eclipse: uncertainty of derivedPrimary_Ecl_Duration</description>
                       <ucd>stat.error;time.duration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>derived_primary_ecl_phase</name>
                       <description>Primary eclipse: phase at geometrically deepest point</description>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>derived_primary_ecl_phase_error</name>
                       <description>Primary eclipse: uncertainty of derivedPrimary_Ecl_Phase</description>
                       <ucd>stat.error;time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>derived_secondary_ecl_depth</name>
                       <description>Secondary eclipse: depth</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>derived_secondary_ecl_depth_error</name>
                       <description>Secondary eclipse: uncertainty of derivedSecondary_Ecl_Depth</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>derived_secondary_ecl_duration</name>
                       <description>Secondary eclipse: duration [phase fraction]</description>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>derived_secondary_ecl_duration_error</name>
                       <description>Secondary eclipse: uncertainty of derivedSecondary_Ecl_Duration</description>
                       <ucd>stat.error;time.duration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>derived_secondary_ecl_phase</name>
                       <description>Secondary eclipse: phase at geometrically second deepest point</description>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>derived_secondary_ecl_phase_error</name>
                       <description>Secondary eclipse: uncertainty of derivedSecondary_Ecl_Phase</description>
                       <ucd>stat.error;time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>frequency</name>
                       <description>Frequency of geometric model of the eclipsing binary light curve</description>
                       <unit>d**-1</unit>
                       <ucd>src.orbital</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>frequency_error</name>
                       <description>Uncertainty of frequency</description>
                       <unit>d**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_cosine_half_period_amplitude</name>
                       <description>Amplitude of the cosine component with half the period of the geometric model</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_cosine_half_period_amplitude_error</name>
                       <description>Uncertainty of geom_model_cosine_half_period_amplitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_cosine_half_period_phase</name>
                       <description>Reference phase of the cosine component with half the period of the geometric model</description>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_cosine_half_period_phase_error</name>
                       <description>Uncertainty of geom_model_cosine_half_period_phase</description>
                       <ucd>stat.error;time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian1_depth</name>
                       <description>Magnitude depth of Gaussian 1 component</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian1_depth_error</name>
                       <description>Uncertainty of geom_model_gaussian1_depth</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian1_phase</name>
                       <description>Phase of the Gaussian 1 component</description>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian1_phase_error</name>
                       <description>Uncertainty of geom_model_gaussian1_phase</description>
                       <ucd>stat.error;time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian1_sigma</name>
                       <description>Standard deviation [phase] of Gaussian 1 component</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian1_sigma_error</name>
                       <description>Uncertainty of geom_model_gaussian1_sigma</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian2_depth</name>
                       <description>Magnitude depth of Gaussian2 component</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian2_depth_error</name>
                       <description>Uncertainty of geom_model_gaussian2_depth</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian2_phase</name>
                       <description>Phase of Gaussian 2 component</description>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian2_phase_error</name>
                       <description>Uncertainty of geom_model_gaussian2_Phase</description>
                       <ucd>stat.error;time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian2_sigma</name>
                       <description>Standard deviation [phase] of Gaussian 2 component</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_gaussian2_sigma_error</name>
                       <description>Uncertainty of geom_model_gaussian2_sigma</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_reference_level</name>
                       <description>Magnitude reference level of geometric model</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>geom_model_reference_level_error</name>
                       <description>Uncertainty of geomModel_Reference_Level</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>global_ranking</name>
                       <description>Number between 0 (worst) and 1 (best)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>model_type</name>
                       <description>Type of geometrical model of the light curve</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>num_model_parameters</name>
                       <description>Number of free parameters of the geometric model</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>reduced_chi2</name>
                       <description>Reduced Chi2 of the geometrical model fit</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>reference_time</name>
                       <description>Reference time used for the geometric model fit</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.commanded_scan_law</name>
                    <description>This table provides a representation of the Gaia scanning law over the 34 month time period covered by the Gaia Data Release 3 (from 2014-07-25 10:31:26 to 2017-05-28 08:46:29), including the Ecliptic Pole Scanning at the beginning of the mission. Note that this is the commanded attitude of the spacecraft, the actual attitude could deviate from it by up to about 30 arcsec.</description>
                    <nrows>8967691</nrows>
                    <column>
                       <name>ra_fov1</name>
                       <description>Right Ascension of FOV1 centre</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dec_fov1</name>
                       <description>Declination of FOV1 centre</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bjd_fov1</name>
                       <description>Time [Julian Date in TCB at barycentre for FOV1 - 2455197.5]</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>scan_angle_fov1</name>
                       <description>Scan position angle of FOV1</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ra_fov2</name>
                       <description>Right ascension of FOV2 centre</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dec_fov2</name>
                       <description>Declination of FOV2 centre</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bjd_fov2</name>
                       <description>Time [Julian Date in TCB at barycentre for FOV2 - 2455197.5]</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>scan_angle_fov2</name>
                       <description>Scan position angle of FOV2</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>jd_time</name>
                       <description>Time [Julian Date in TCB at Gaia - 2455197.5]</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>heal_pix_fov1</name>
                       <description>FOV1 HEALPix level 12</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>heal_pix_fov2</name>
                       <description>FOV2 HEALPix level 12</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>obmt_time</name>
                       <description>Time at Gaia (OBMT)</description>
                       <unit>ns</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.frame_rotator_source</name>
                    <description>Sources used to compute the Gaia reference frame.The AGIS frame rotator algorithm has two different parts: the reference frame orientation; and the reference frame spin. The reference frame orientation is fixed using the International Earth Rotation and Reference System Service (=IERS) position of a subset of IERS sources defining the third realization of the International Coordinate Reference Frame , http://hpiers.obspm.fr/icrs-pc/newwww/icrf/index.php. The reference frame spin is defined using the Gaia proper motion of a list of QSOs. The reference frame algorithms have an outliers scheme. Hence for each aspect we provide the considered sources and the used sources actually used, and the number of used sources might be lower than the number of considered sources.</description>
                    <nrows>429249</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>considered_for_reference_frame_orientation</name>
                       <description>Considered for the reference frame orientation</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>considered_for_reference_frame_spin</name>
                       <description>Considered for the reference frame spin</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>used_for_reference_frame_orientation</name>
                       <description>Used for the reference frame orientation</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>used_for_reference_frame_spin</name>
                       <description>Used for the reference frame spin</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gaia_crf3_xm</name>
                    <description>This table contains the full cross-match information for the Gaia-CRF3 sources. The Gaia-CRF3 sources were selected from the cross-matches with 17 external QSO catalogues as detailed below (three of which are parts of ICRF3 described in the first paper). For each Gaia-CRF3 source the information in which external catalogue this source was found and which name(s) this source has in those external catalogues is provided.</description>
                    <nrows>1614173</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>alma19</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in the ALMA calibrator catalogue</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>alma19_name</name>
                       <description>The name for this source in the ALMA calibrator catalogue</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>aw15</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in allWISE</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>aw15_name</name>
                       <description>The name for this source in allWISE</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>b19</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in the Gaia DR2 quasar and galaxy classification catalogue</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>b19_name</name>
                       <description>The name for this source in the Gaia DR2 quasar and galaxy classification catalogue</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>bzcat5</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in Roma-BZCAT, v5</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>bzcat5_name</name>
                       <description>The name for this source in Roma-BZCAT, v5</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>c75</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in the catalogue C75</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>c75_name</name>
                       <description>The name for this source in C75</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>cat2qz</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in 2QZ</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>cat2qz_name</name>
                       <description>The name for this source in 2QZ</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>cat2whspj</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in 2WHSPJ</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>cat2whspj_name</name>
                       <description>The name for this source in 2WHSPJ</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>dr14q</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in the catalogue SDSS DR14Q</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>dr14q_name</name>
                       <description>The name for this source in SDSS DR14Q</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>guw</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in Gaia-unWISE</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>guw_name</name>
                       <description>The name for this source in Gaia-unWISE</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>icrf3k</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in ICRF3 K</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>icrf3sx</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in ICRF3 S/X</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>icrf3xka</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in ICRF3 X/Ka</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>icrf_name</name>
                       <description>The ICRF name of the source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>iers_name</name>
                       <description>The IERS name of the source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>lamost5</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in the LAMOST QSO catalogue</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>lamost5_name</name>
                       <description>The name for this source in the LAMOST QSO catalogue</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>lqac5</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in LQAC-5</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>lqac5_name</name>
                       <description>The name for this source in LQAC-5</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>lqrf</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in LQRF</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>lqrf_name</name>
                       <description>The name for this source in LQRF</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>m65</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in Milliquas v6.5</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>m65_name</name>
                       <description>The name for this source in Milliquas v6.5</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>ocars</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in OCARS</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>ocars_name</name>
                       <description>The name for this source in OCARS</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>r90</name>
                       <description>The flag describing if the Gaia-CRF3 source was found in the catalogue R90</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>r90_name</name>
                       <description>The name for this source in R90</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.agn_cross_id</name>
                    <description>Lists sources whose positions and proper motions define the celestial reference frame of the Gaia catalogue (Gaia–CRF3). The table lists the sources in Gaia (E)DR3 cross-matched to sources in a number of external AGN catalogues. The first column is the source identifier in the external catalogue specified in the third column, the second column is the source identifier in Gaia (E)DR3.</description>
                    <nrows>1614173</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>catalogue_name</name>
                       <description>Name of the external catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>source_name_in_catalogue</name>
                       <description>Identifier in the external catalogue</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.alerts_mixedin_sourceids</name>
                    <description>Some photometric science alerts mix transits from their primary source and other sources in the catalogue. This is done when those sources are believed to be associated with a single, astrophysical source.This table lists the identifier for these mixed-in sources, linking them to the primary source_id listed in table science_alerts.</description>
                    <nrows>94</nrows>
                    <column>
                       <name>alert_source_id</name>
                       <description>Primary sourceId associated to the alert</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>mixed_in_source_id</name>
                       <description>Additional sourceId, if any, associated to the alert</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.science_alerts</name>
                    <description>Table containing all Gaia Photometric Science Alerts triggered in the period 25-07-2014 to 28-05-2017, i.e. the time span covered by DR3. A Gaia Photometric Science Alert is known to the community by its name Gaiannxyz where nn is the year number and xyz is an incrementing, alphabetic sequence starting at aaa. Science alerts have their details published on the WWW. Given the name of an alert, the URL for the published details can be derived, e.g. https://gsaweb.ast.cam.ac.uk/alerts/alert/Gaia18ahj for alert Gaia18ahj. The source_id associated to the alert may have other alternative matches in Gaia DR3. These other identifiers are listed in table alerts_mixedin_sourceids.</description>
                    <nrows>2612</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>name</name>
                       <description>Name of alert</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>transit_id</name>
                       <description>Alerting transit identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_planetary_transit</name>
                    <description>This table describes the Planetary Transit candidate events.</description>
                    <nrows>214</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>num_in_transit</name>
                       <description>Number of in-transit observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>transit_depth</name>
                       <description>Transit depth</description>
                       <unit>mmag</unit>
                       <ucd>phot.mag;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>transit_duration</name>
                       <description>Transit duration</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>transit_period</name>
                       <description>Most probable transit period</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>transit_reference_time</name>
                       <description>Mid-transit reference time</description>
                       <unit>d</unit>
                       <ucd>time</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_summary</name>
                    <description>Summary table that provides the information on where a source_id can be found in the different variability tables and statistical parameters of time series, using only transits not rejected. Note that NULL is reported when the statistical parameter value is missing or cannot be calculated.</description>
                    <nrows>11754237</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>abbe_mag_bp</name>
                       <description>Abbe value for BP observations</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>abbe_mag_g_fov</name>
                       <description>Abbe value for G FoV transits</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>abbe_mag_rp</name>
                       <description>Abbe value for RP observations</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>in_vari_agn</name>
                       <description>Source is present in vari_agn</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_vari_cepheid</name>
                       <description>Source is present in vari_cepheid</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_vari_classification_result</name>
                       <description>Source is present in vari_classifier_result</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_vari_compact_companion</name>
                       <description>Source is present in vari_compact_companion</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_vari_eclipsing_binary</name>
                       <description>Source is present in vari_eclipsing_binary</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_vari_long_period_variable</name>
                       <description>Source is present in vari_long_period_variable</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_vari_microlensing</name>
                       <description>Source is present in vari_microlensing</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_vari_ms_oscillator</name>
                       <description>Source is present in vari_ms_oscillator</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_vari_planetary_transit</name>
                       <description>Source is present in vari_planetary_transit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_vari_rotation_modulation</name>
                       <description>Source is present in vari_rotation_modulation</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_vari_rrlyrae</name>
                       <description>Source is present in vari_rrlyrae</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>in_vari_short_timescale</name>
                       <description>Source is present in vari_short_timescale</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>iqr_mag_bp</name>
                       <description>Interquartile BP magnitude range</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>iqr_mag_g_fov</name>
                       <description>Interquartile range for G FoV transits</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>iqr_mag_rp</name>
                       <description>Interquartile RP magnitude range</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>kurtosis_mag_bp</name>
                       <description>Standardized unweighted BP magnitude kurtosis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>kurtosis_mag_g_fov</name>
                       <description>Standardized unweighted G FoV magnitude kurtosis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>kurtosis_mag_rp</name>
                       <description>Standardized unweighted RP magnitude kurtosis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mad_mag_bp</name>
                       <description>Median Absolute Deviation (MAD) for BP observations</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mad_mag_g_fov</name>
                       <description>Median Absolute Deviation (MAD) for G FoV transits</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mad_mag_rp</name>
                       <description>Median Absolute Deviation (MAD) for RP observations</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>max_mag_bp</name>
                       <description>Maximum BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>max_mag_g_fov</name>
                       <description>Maximum G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>max_mag_rp</name>
                       <description>Maximum RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mean_mag_bp</name>
                       <description>Mean BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mean_mag_g_fov</name>
                       <description>Mean G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mean_mag_rp</name>
                       <description>Mean RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mean_obs_time_bp</name>
                       <description>Mean observation time for BP observations</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>mean_obs_time_g_fov</name>
                       <description>Mean observation time for G FoV transits</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>mean_obs_time_rp</name>
                       <description>Mean observation time for RP observations</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>median_mag_bp</name>
                       <description>Median BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>median_mag_g_fov</name>
                       <description>Median G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>median_mag_rp</name>
                       <description>Median RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>min_mag_bp</name>
                       <description>Minimum BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>min_mag_g_fov</name>
                       <description>Minimum G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>min_mag_rp</name>
                       <description>Minimum RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>num_selected_bp</name>
                       <description>Total number of BP observations selected for variability analysis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_selected_g_fov</name>
                       <description>Total number of G FOV transits selected for variability analysis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_selected_rp</name>
                       <description>Total number of RP observations selected for variability analysis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>outlier_median_bp</name>
                       <description>Greatest absolute deviation from the BP median normalized by the error</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>outlier_median_g_fov</name>
                       <description>Greatest absolute deviation from the G FoV median normalized by the error</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>outlier_median_rp</name>
                       <description>Greatest absolute deviation from the RP median normalized by the error</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>range_mag_bp</name>
                       <description>Difference between the highest and lowest BP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>range_mag_g_fov</name>
                       <description>Difference between the highest and lowest G FoV magnitudes</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>range_mag_rp</name>
                       <description>Difference between the highest and lowest RP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>skewness_mag_bp</name>
                       <description>Standardized unweighted BP magnitude skewness</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>skewness_mag_g_fov</name>
                       <description>Standardized unweighted G FoV magnitude skewness</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>skewness_mag_rp</name>
                       <description>Standardized unweighted RP magnitude skewness</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>std_dev_mag_bp</name>
                       <description>Square root of the unweighted BP magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>std_dev_mag_g_fov</name>
                       <description>Square root of the unweighted G FoV magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>std_dev_mag_rp</name>
                       <description>Square root of the unweighted RP magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>std_dev_over_rms_err_mag_bp</name>
                       <description>Signal-to-Noise BP estimate</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>std_dev_over_rms_err_mag_g_fov</name>
                       <description>Signal-to-Noise G FoV estimate</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>std_dev_over_rms_err_mag_rp</name>
                       <description>Signal-to-Noise RP estimate</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>stetson_mag_bp</name>
                       <description>Stetson BP variability index</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>stetson_mag_g_fov</name>
                       <description>Stetson G FoV variability index</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>stetson_mag_rp</name>
                       <description>Stetson RP variability index</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>time_duration_bp</name>
                       <description>Time duration of the BP time series</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>time_duration_g_fov</name>
                       <description>Time duration of the time series for G FoV transits</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>time_duration_rp</name>
                       <description>Time duration of the RP time series</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>trimmed_range_mag_bp</name>
                       <description>Trimmed difference between the highest and lowest BP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>trimmed_range_mag_g_fov</name>
                       <description>Trimmed difference between the highest and lowest G FoV magnitudes</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>trimmed_range_mag_rp</name>
                       <description>Trimmed difference between the highest and lowest RP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_long_period_variable</name>
                    <description>This table describes the Long Period Variable stars.Some entries can be NaN when absent.</description>
                    <nrows>1720588</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="392240" stat0:max="57.084347" stat0:mean="0.3267263328808061" stat0:median="0.12981507" stat0:min="5.908724E-4" stat0:q1="0.07948154" stat0:q3="0.33184478" stat0:stddev="0.44851228227060025">
                       <name>amplitude</name>
                       <description>Amplitude of the LPV variability</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="392240" stat0:max="0.02857103310332678" stat0:mean="0.007211823672389555" stat0:median="0.0039628165576864" stat0:min="9.847549745800753E-4" stat0:q1="0.0024737037605494137" stat0:q3="0.0095993987388553" stat0:stddev="0.00680130996197655">
                       <name>frequency</name>
                       <description>Frequency of the LPV</description>
                       <unit>d**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="392240" stat0:max="0.03252776" stat0:mean="0.0010855925616444933" stat0:median="8.712619E-4" stat0:min="1.1792955E-5" stat0:q1="3.379996E-4" stat0:q3="0.001508968" stat0:stddev="9.814560594318773E-4">
                       <name>frequency_error</name>
                       <description>Error on the frequency</description>
                       <unit>d**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>is_cstar</name>
                       <description>Flag to mark C-stars</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1693815" stat0:max="35.006" stat0:mean="7.478981832940143" stat0:median="6.206" stat0:min="-26.788" stat0:q1="5.0" stat0:q3="9.21" stat0:stddev="5.556008524048597">
                       <name>median_delta_wl_rp</name>
                       <description>Median of the pseudo-wavelength separations between the two highest peaks in RP spectra</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_short_timescale</name>
                    <description>This table describes the short-timescale sources.</description>
                    <nrows>471679</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="471679" stat0:max="5.961181" stat0:mean="0.21097650834354822" stat0:median="0.14139837" stat0:min="0.0069467" stat0:q1="0.0466558785" stat0:q3="0.324905695" stat0:stddev="0.2059084216545802">
                       <name>amplitude_estimate</name>
                       <description>Amplitude estimate of all per-CCD G-band photometry (95th quantile - 5th quantile)</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="471596" stat0:max="71.99974000960202" stat0:mean="19.92872604367305" stat0:median="7.3492599992199" stat0:min="1.000140000121017" stat0:q1="4.348740000501459" stat0:q3="34.616659993582196" stat0:stddev="21.491255341037277">
                       <name>frequency</name>
                       <description>Frequency search result for either G CCD, G FoV, BP or RP photometry</description>
                       <unit>d**-1</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="471679" stat0:max="1.1867164" stat0:mean="0.9223617449706374" stat0:median="0.9290035299999999" stat0:min="0.33294716" stat0:q1="0.88942842" stat0:q3="0.963625935" stat0:stddev="0.06258088180147535">
                       <name>mean_of_fov_abbe_values</name>
                       <description>Mean of per-FoV Abbe values derived from per-CCD G-band photometry</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>number_of_fov_transits</name>
                       <description>Number of FoV transits with more than 7 CCD measurements after time series cleaning</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>variogram_char_timescales</name>
                       <description>Characteristic timescale(s) of variability</description>
                       <unit>d</unit>
                       <ucd>time</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>variogram_num_points</name>
                       <description>Number of selected timescale(s) derived from the variogram</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>variogram_values</name>
                       <description>Variogram values associated with the variogram_char_timescales</description>
                       <unit>mag**2</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_rotation_modulation</name>
                    <description>This table describes the solar-like stars with rotational modulation.</description>
                    <nrows>474026</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>best_rotation_period</name>
                       <description>Best rotation period</description>
                       <unit>d</unit>
                       <ucd>phys.veloc.rotat;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="474026" stat0:max="7.7870216" stat0:mean="0.20020718901543477" stat0:median="0.041787207" stat0:min="2.0378324E-10" stat0:q1="0.004733573499999999" stat0:q3="0.225308495" stat0:stddev="0.38492156006980505">
                       <name>best_rotation_period_error</name>
                       <description>Error on best rotation period</description>
                       <unit>d</unit>
                       <ucd>stat.error;phys.veloc.rotat;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bp_unspotted</name>
                       <description>Unspotted BP mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bp_unspotted_error</name>
                       <description>Unspotted BP mag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="474026" stat0:max="20.260185" stat0:mean="16.421631959768288" stat0:median="16.615932" stat0:min="6.147665" stat0:q1="15.5780315" stat0:q3="17.4078375" stat0:stddev="1.4219091148955074">
                       <name>g_unspotted</name>
                       <description>Unspotted G mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="474026" stat0:max="0.82571703" stat0:mean="0.010702337450458772" stat0:median="0.0045620184" stat0:min="1.5389806E-4" stat0:q1="0.0023797840000000002" stat0:q3="0.009509868000000001" stat0:stddev="0.022530194094297518">
                       <name>g_unspotted_error</name>
                       <description>Unspotted G mag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;em.opt;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>max_activity_index_g</name>
                       <description>The maximum Activity Index in the G band</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>max_activity_index_g_error</name>
                       <description>Error on maximum activity index in the G band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="474026" stat0:max="53.0" stat0:mean="6.993010931889812" stat0:median="6.0" stat0:min="0.0" stat0:q1="4.0" stat0:q3="9.0" stat0:stddev="3.7774841242813335">
                       <name>num_outliers</name>
                       <description>Number of outliers</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="474026" stat0:max="18.0" stat0:mean="5.192196208646783" stat0:median="5.0" stat0:min="2.0" stat0:q1="3.0" stat0:q3="7.0" stat0:stddev="2.2541432752636723">
                       <name>num_segments</name>
                       <description>Number of segments</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>outliers_time</name>
                       <description>Times at which outliers occurs</description>
                       <unit>d</unit>
                       <ucd>meta.dataset;time</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="418547" stat0:max="19.857786" stat0:mean="15.631463800548914" stat0:median="15.855395999999999" stat0:min="5.7056394" stat0:q1="14.855663" stat0:q3="16.574361" stat0:stddev="1.3286502511380045">
                       <name>rp_unspotted</name>
                       <description>Unspotted RP mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="418547" stat0:max="0.22366114" stat0:mean="0.012618876660476555" stat0:median="0.010292726" stat0:min="4.3726992E-4" stat0:q1="0.0059335848" stat0:q3="0.016244185" stat0:stddev="0.009978040578696962">
                       <name>rp_unspotted_error</name>
                       <description>Unspotted RP mag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_a0_term</name>
                       <description>Constant term (A0) of linear fit in segment in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_a0_term_error</name>
                       <description>Errors on constant terms in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_activity_index</name>
                       <description>Activity Index in segment (computed in BP band)</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_activity_index_error</name>
                       <description>error on Activity index in segment (computed in BP band)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_chi_square</name>
                       <description>Array of chisquares for linear models (BP band)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_cos_term</name>
                       <description>Coefficient of cosine term of linear fit in segment in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_cos_term_error</name>
                       <description>Errors on cosine terms in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_rp_corr_coeff</name>
                       <description>Pearson coefficient between BP and RP in segment</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_rp_corr_signif</name>
                       <description>Significance associated with Pearson coefficient</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_rp_intercept</name>
                       <description>Intercept of regression fit of RP vs BP magnitudes in the segment</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_rp_intercept_error</name>
                       <description>Error on intercept of regression fit of RP vs BP magnitudes in the segment</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_rp_slope</name>
                       <description>Slope of regression fit of RP vs BP magnitudes in the segment</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_rp_slope_error</name>
                       <description>Error on slope of regression fit of RP vs BP magnitudes in the segment</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_sin_term</name>
                       <description>Coefficient of sine term of linear fit in segment in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_sin_term_error</name>
                       <description>Errors on sine terms in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_unspotted</name>
                       <description>The unspotted BP mag in segment</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_bp_unspotted_error</name>
                       <description>The unspotted BP mag uncertainties in segment</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_colour_mag_intercept</name>
                       <description>Colour-Magnitude Intercept in segments</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_colour_mag_intercept_error</name>
                       <description>Colour-Magnitude Intercept uncertainty in segments</description>
                       <ucd>stat.error;stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_colour_mag_slope</name>
                       <description>Colour-Magnitude Slope in segments</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_colour_mag_slope_error</name>
                       <description>Colour-Magnitude Slope uncertainty in segments</description>
                       <ucd>stat.error;stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_correlation_coefficient</name>
                       <description>Correlation coefficient in segments</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_correlation_significance</name>
                       <description>Correlation coefficient significance in segments</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_end_time</name>
                       <description>Times at which segments end</description>
                       <unit>d</unit>
                       <ucd>meta.dataset;time.end</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_g_a0_term</name>
                       <description>Constant term (A0) of linear fit in segment in the G band</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_g_a0_term_error</name>
                       <description>Errors on constant terms in the G band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_g_activity_index</name>
                       <description>Activity Index in segment (computed in G band)</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_g_activity_index_error</name>
                       <description>error on Activity index in segment (computed in G band)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_g_chi_square</name>
                       <description>Array of chisquares for linear models (G band)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_g_cos_term</name>
                       <description>Coefficient of cosine term of linear fit in segment in the G band</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_g_cos_term_error</name>
                       <description>Errors on cosine terms in the G band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_g_sin_term</name>
                       <description>Coefficient of sine term of linear fit in segment in the G band</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_g_sin_term_error</name>
                       <description>Errors on sine terms in the G band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_g_unspotted</name>
                       <description>The unspotted G mags in segment</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_g_unspotted_error</name>
                       <description>The unspotted G mag uncertainties in segment</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_model_reference_time</name>
                       <description>Time used as reference time for the period search procedure in the segment</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_rotation_period</name>
                       <description>Rotation period in segment</description>
                       <unit>d</unit>
                       <ucd>phys.veloc.rotat;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_rotation_period_error</name>
                       <description>Rotation period uncertainty in segment</description>
                       <unit>d</unit>
                       <ucd>stat.error;phys.veloc.rotat;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rotation_period_fap</name>
                       <description>FAP on rotation period in segment</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rp_a0_term</name>
                       <description>Constant term (A0) of linear fit in segment in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rp_a0_term_error</name>
                       <description>Errors on constant terms in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rp_activity_index</name>
                       <description>Activity Index in segment (computed in RP band)</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rp_activity_index_error</name>
                       <description>error on Activity index in segment (computed in RP band)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rp_chi_square</name>
                       <description>Array of chisquares for linear models (RP band)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rp_cos_term</name>
                       <description>Coefficient of cosine term of linear fit in segment in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rp_cos_term_error</name>
                       <description>Errors on cosine terms in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rp_sin_term</name>
                       <description>Coefficient of sine term of linear fit in segment in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rp_sin_term_error</name>
                       <description>Errors on sine terms in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rp_unspotted</name>
                       <description>The unspotted RP mag in segment</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_rp_unspotted_error</name>
                       <description>The unspotted RP mag uncertainties in segment</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>segments_start_time</name>
                       <description>Times at which segments start</description>
                       <unit>d</unit>
                       <ucd>meta.dataset;time.start</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_classifier_definition</name>
                    <description>Table with detailed descriptions of all classifiers used in table Vari_Classifier_Result. Details of the published classes for each classifier can be found in Vari_Classifier_ClassDefinition.In DR3, this table contains the details of a classifier with classifierName=’nTransits:5+’.</description>
                    <nrows>1</nrows>
                    <column>
                       <name>classifier_description</name>
                       <description>Description of this classifier</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>classifier_name</name>
                       <description>Name of the classifier that is detailed in this entry</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_classifier_class_definition</name>
                    <description>Table with detailed descriptions of published classes for each classifier described in Vari_Classifier_Definition and used in table Vari_Classifier_Result.In DR3, this table contains the details of a classifier with classifierName=’nTransits:5+’.</description>
                    <nrows>24</nrows>
                    <column>
                       <name>class_description</name>
                       <description>Description of the published class from this classifier</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>classifier_name</name>
                       <description>Name of the classifier that is detailed in this entry</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>class_name</name>
                       <description>Name of the published class from this classifier</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_classifier_result</name>
                    <description>Table with variability classification results of all classifiers, which are identified by the classifierName column. In DR3, multiple classifiers (depending on class) are combined into a single classifier with classifierName=’nTransits:5+’, which is described in Vari_Classifier_Definition and identifies the classes defined in Vari_Classifier_ClassDefinition.</description>
                    <nrows>9976881</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>best_class_name</name>
                       <description>Name of best class, see table vari_classifier_class_Definition for details of the class</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>best_class_score</name>
                       <description>Score of the best class</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>classifier_name</name>
                       <description>Classifier name used to produce this result, use for lookup in Vari_Classifier_Definition table</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_compact_companion</name>
                    <description>This table describes the compact companion candidates.</description>
                    <nrows>6306</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>alpha</name>
                       <description>alpha ellipsoidal coefficient</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>harmonic_model_params_bp</name>
                       <description>BP-band harmonics</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="6" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>harmonic_model_params_bp_error</name>
                       <description>BP-band harmonics errors</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="6" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>harmonic_model_params_g</name>
                       <description>G-band harmonics</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="6" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>harmonic_model_params_g_error</name>
                       <description>G-band harmonics errors</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="6" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>harmonic_model_params_rp</name>
                       <description>RP-band harmonics</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="6" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>harmonic_model_params_rp_error</name>
                       <description>RP-band harmonics errors</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType size="6" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>model_mean_bp</name>
                       <description>Harmonics model mean BP-band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>model_mean_bp_error</name>
                       <description>Harmonics model mean BP-band magnitude error</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>model_mean_g</name>
                       <description>Harmonics model mean G-band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>model_mean_g_error</name>
                       <description>Harmonics model mean G-band magnitude error</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>model_mean_rp</name>
                       <description>Harmonics model mean RP-band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>model_mean_rp_error</name>
                       <description>Harmonics model mean RP-band magnitude error</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mod_min_mass_ratio</name>
                       <description>Modified minimum mass ratio</description>
                       <ucd>phys.mass;arith.ratio</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mod_min_mass_ratio_one_sigma</name>
                       <description>15.9 percentile modified minimum mass ratio</description>
                       <ucd>phys.mass;arith.ratio</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mod_min_mass_ratio_three_sigma</name>
                       <description>0.135 percentile modified minimum mass ratio</description>
                       <ucd>phys.mass;arith.ratio</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>period</name>
                       <description>Orbital period</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>period_error</name>
                       <description>Orbital period error</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>t0_bp</name>
                       <description>BP-band reference time</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>t0_bp_error</name>
                       <description>BP-band reference time error</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>t0_g</name>
                       <description>G-band reference time</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>t0_g_error</name>
                       <description>G-band reference time error</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>t0_rp</name>
                       <description>RP-band reference time</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>t0_rp_error</name>
                       <description>RP-band reference time error</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_ms_oscillator</name>
                    <description>This table describes the main-sequence oscillators.</description>
                    <nrows>54476</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>amplitude_g_freq1</name>
                       <description>Half peak-to-peak amplitude in the G band of the best frequency</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>amplitude_g_freq1_harm2</name>
                       <description>Half peak-to-peak amplitude in the G band of the second harmonic of the best frequency</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>amplitude_g_freq1_harm3</name>
                       <description>Half peak-to-peak amplitude in the G band of the third harmonic of the best frequency</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fap_g_freq1</name>
                       <description>False alarm probability corresponding to the best frequency</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>frequency1</name>
                       <description>Best frequency</description>
                       <unit>d**-1</unit>
                       <ucd>src.var.pulse</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>num_harmonics</name>
                       <description>Number of significant harmonics of the best frequency</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>phase_g_freq1</name>
                       <description>Phase of the oscillation in the G band corresponding to best frequency</description>
                       <unit>rad</unit>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phase_g_freq1_harm2</name>
                       <description>Phase of the oscillation in the G band corresponding to the second harmonic of the best frequency</description>
                       <unit>rad</unit>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>phase_g_freq1_harm3</name>
                       <description>Phase of the oscillation in the G band corresponding to the third harmonic of the best frequency</description>
                       <unit>rad</unit>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_rad_vel_statistics</name>
                    <description>Statistical parameters of radial velocity time series, using only transits not rejected, see rejected_by_variability column in vari_epoch_radial_velocity. Note that NaN will be reported when the parameter value is missing or cannot be calculated.</description>
                    <nrows>1898</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1898" stat0:max="1.6210713" stat0:mean="0.89083904325491" stat0:median="0.90146816" stat0:min="0.17602335" stat0:q1="0.72251765" stat0:q3="1.0643383499999999" stat0:stddev="0.24751979541882424">
                       <name>abbe_rv</name>
                       <description>Abbe value for radial velocity transits</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="191.886" stat0:mean="28.164930306131648" stat0:median="26.708939" stat0:min="1.2318023" stat0:q1="17.3903615" stat0:q3="37.353674" stat0:stddev="15.083717211723314">
                       <name>iqr_rv</name>
                       <description>Interquartile range for radial velocity transits</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="12.860582" stat0:mean="-0.15476903679828474" stat0:median="-0.83567894" stat0:min="-3.1284876" stat0:q1="-1.28036555" stat0:q3="0.0391297285" stat0:stddev="2.007535115921348">
                       <name>kurtosis_rv</name>
                       <description>Standardized unweighted radial velocity kurtosis</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="221.6196" stat0:mean="19.071386686177853" stat0:median="17.812212" stat0:min="1.1989111" stat0:q1="11.5125825" stat0:q3="25.172847" stat0:stddev="11.170364793006241">
                       <name>mad_rv</name>
                       <description>Median Absolute Deviation (MAD) for radial velocity transits</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="671.422" stat0:mean="44.96537364404786" stat0:median="30.811974" stat0:min="-390.7615" stat0:q1="-24.3430575" stat0:q3="103.774737" stat0:stddev="128.24935460550333">
                       <name>max_rv</name>
                       <description>Maximum radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="2608.0777176770753" stat0:mean="2218.1997108206297" stat0:median="2221.2910497168186" stat0:min="1867.8363750012913" stat0:q1="2157.034811621421" stat0:q3="2278.5851081373885" stat0:stddev="99.2402247838196">
                       <name>mean_obs_time_rv</name>
                       <description>Mean observation time for radial velocity transits</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="488.23825" stat0:mean="10.518154738711349" stat0:median="1.9505311" stat0:min="-431.13727" stat0:q1="-53.1954375" stat0:q3="71.01755" stat0:stddev="124.07832816080155">
                       <name>mean_rv</name>
                       <description>Mean radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="488.57126" stat0:mean="10.6299391905154" stat0:median="1.9649652" stat0:min="-435.33038" stat0:q1="-53.1884995" stat0:q3="70.55014299999999" stat0:stddev="124.39320089036438">
                       <name>median_rv</name>
                       <description>Median radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="454.70023" stat0:mean="-25.18652411171204" stat0:median="-26.976864" stat0:min="-548.8183" stat0:q1="-85.252175" stat0:q3="38.679225" stat0:stddev="127.52831535635393">
                       <name>min_rv</name>
                       <description>Minimum radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="77.0" stat0:mean="22.294520547945204" stat0:median="21.0" stat0:min="4.0" stat0:q1="16.0" stat0:q3="27.0" stat0:stddev="9.39044599696848">
                       <name>num_selected_rv</name>
                       <description>Total number of radial velocity transits selected for variability analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="479.95886" stat0:mean="70.15189779998128" stat0:median="55.917515" stat0:min="5.4077373" stat0:q1="36.0935235" stat0:q3="79.104885" stat0:stddev="57.18353501201198">
                       <name>range_rv</name>
                       <description>Difference between the highest and lowest radial velocity transits</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;arith.diff</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="2.9720988" stat0:mean="-0.07814050552644175" stat0:median="-0.11175798" stat0:min="-3.2207396" stat0:q1="-0.45277589500000004" stat0:q3="0.289889285" stat0:stddev="0.7174014446443123">
                       <name>skewness_rv</name>
                       <description>Standardized unweighted radial velocity skewness</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="184.302" stat0:mean="19.246374478769756" stat0:median="17.290327" stat0:min="1.7549869" stat0:q1="11.382331" stat0:q3="23.5746435" stat0:stddev="12.490245935206369">
                       <name>std_dev_rv</name>
                       <description>Square root of the unweighted radial velocity variance</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.stdev;spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1898" stat0:max="1035.6527" stat0:mean="893.8133780074446" stat0:median="911.33075" stat0:min="146.72435" stat0:q1="858.347625" stat0:q3="958.22333" stat0:stddev="93.2268851268605">
                       <name>time_duration_rv</name>
                       <description>Time duration of the time series for radial velocity transits</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_agn</name>
                    <description>This table provides information on AGN properties.</description>
                    <nrows>872228</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>fractional_variability_g</name>
                       <description>Fractional variability in the G band</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>non_qso_variability</name>
                       <description>Non-quasar variability metric in the G band</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>qso_variability</name>
                       <description>Quasar variability metric in the G band</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>structure_function_index</name>
                       <description>Index of the first-order structure function in the G band</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>structure_function_index_scatter</name>
                       <description>Standard deviation of the index of the structure function</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.sso_source</name>
                    <description>This table contains data related to Solar System objects observed by Gaia. The quantities in the table are derived from data reduction and are associated to single objects.</description>
                    <nrows>158142</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>denomination</name>
                       <description>standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>num_of_obs</name>
                       <description>number of observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>num_of_spectra</name>
                       <description>Number of epoch spectra used to compute the average</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.sso_observation</name>
                    <description>Solar System object observations. Each table line contains data obtained during the transit of the source on a single CCD, during a single transit. The corresponding epoch is provided. Data not varying within the transit are repeated identically for all single observations of that transit.</description>
                    <nrows>23336467</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_outcome_ccd</name>
                       <description>Result of processing the CCDs</description>
                       <ucd>meta.code.status</ucd>
                       <dataType size="10" xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>astrometric_outcome_transit</name>
                       <description>Result of processing the transit</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec_error_random</name>
                       <description>Standard error of declination - random</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>dec_error_systematic</name>
                       <description>Standard error of declination - systematic</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>denomination</name>
                       <description>standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>epoch</name>
                       <description>Gaia-centric epoch TCB(Gaia)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>epoch_err</name>
                       <description>Error in Gaiacentric epoch</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_utc</name>
                       <description>Gaia-centric TCB epoch converted to UTC</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>g_flux</name>
                       <description>Average calibrated G flux for the transit</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>g_flux_error</name>
                       <description>Error on the G flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>g_mag</name>
                       <description>Calibrated G mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>observation_id</name>
                       <description>Observation Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>position_angle_scan</name>
                       <description>Position angle of the scanning direction</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra_dec_correlation_random</name>
                       <description>Correlation of ra and dec errors - random</description>
                       <ucd>stat.correlation;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_dec_correlation_systematic</name>
                       <description>Correlation of ra and dec errors - systematic</description>
                       <ucd>stat.correlation;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_error_random</name>
                       <description>Standard error of right ascension - random</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_error_systematic</name>
                       <description>Standard error of right ascension - systematic</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>transit_id</name>
                       <description>Transit Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>vx_gaia</name>
                       <description>Barycentric x velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.barycenter;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vx_gaia_geocentric</name>
                       <description>Geocentric x velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.geocentric;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vy_gaia</name>
                       <description>Barycentric y velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.barycenter;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vy_gaia_geocentric</name>
                       <description>Geocentric y velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.geocentric;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vz_gaia</name>
                       <description>Barycentric z velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.barycenter;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vz_gaia_geocentric</name>
                       <description>Geocentric z velocity of Gaia</description>
                       <unit>AU.d**-1</unit>
                       <ucd>phys.veloc;pos.geocentric;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>x_gaia</name>
                       <description>Barycentric x position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.x;pos.barycenter</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>x_gaia_geocentric</name>
                       <description>Geocentric x position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.x;pos.geocentric</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>y_gaia</name>
                       <description>Barycentric y position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.y;pos.barycenter</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>y_gaia_geocentric</name>
                       <description>Geocentric y position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.y;pos.geocentric</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>z_gaia</name>
                       <description>Barycentric z position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.z;pos.barycenter</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>z_gaia_geocentric</name>
                       <description>Geocentric z position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.z;pos.geocentric</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.sso_reflectance_spectrum</name>
                    <description>This table contains the mean BP/RP reflectance spectra of asteroids computed as the ratio between the asteroid flux and an averaged solar analogue flux. In each row, the reflectance spectrum of a given asteroid is given at a given wavelength. Entries for all asteroids are concatenated into a single table.</description>
                    <nrows>968288</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>denomination</name>
                       <description>standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>nb_samples</name>
                       <description>Nb samples in spectrum</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>num_of_spectra</name>
                       <description>number of epoch spectra used to compute the average</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>reflectance_spectrum</name>
                       <description>Reflectance spectrum</description>
                       <ucd>spect</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>reflectance_spectrum_err</name>
                       <description>Error in reflectance spectrum</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>reflectance_spectrum_flag</name>
                       <description>Reflectance spectrum value flag</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>wavelength</name>
                       <description>Internally-calibrated wavelength of reflectance spectrum</description>
                       <unit>nm</unit>
                       <ucd>em.wl</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.galaxy_candidates</name>
                    <description>This table contains parameters derived from various modules dedicated to the classification and characterisation of sources considered as galaxy candidates. This table has been constructed with the intention to be complete rather than pure and, as such, it will contain a large fraction of non-genuine extragalactic sources. Purer samples can be drawn using dedicated flags or queries.</description>
                    <nrows>4842342</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>classlabel_dsc</name>
                       <description>Class assigned by DSC based on the probability from its Combmod classifier</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>classlabel_dsc_joint</name>
                       <description>Class assigned by DSC based on the probability from its Specmod and Allosmod classifiers</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>classlabel_oa</name>
                       <description>Class assigned by OA the neuron that represents the source</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>classprob_dsc_combmod_galaxy</name>
                       <description>Probability from DSC-Combmod of being a galaxy (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>classprob_dsc_combmod_quasar</name>
                       <description>Probability from DSC-Combmod of being a quasar (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ellipticity_de_vaucouleurs</name>
                       <description>Fitted ellipticity of source for the de Vaucouleurs Profile</description>
                       <ucd>src.ellipticity</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ellipticity_de_vaucouleurs_error</name>
                       <description>Error on the fitted ellipticity of the source for the de Vaucouleurs Profile</description>
                       <ucd>stat.error;src.ellipticity</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ellipticity_sersic</name>
                       <description>Fitted ellipticity of source for the Sersic Profile</description>
                       <ucd>src.ellipticity</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ellipticity_sersic_error</name>
                       <description>Error on the fitted ellipticity of the source for the Sersic Profile</description>
                       <ucd>stat.error;src.ellipticity</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>flags_de_vaucouleurs</name>
                       <description>Flag indicative of processing or scientific quality for the morphological parameters fitting for the de Vaucouleurs Profile</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>flags_sersic</name>
                       <description>Flag indicative of processing or scientific quality for the morphological parameters fitting for the Sersic Profile</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>intensity_de_vaucouleurs</name>
                       <description>Fitted intensity of the source for the de Vaucouleurs Profile</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>intensity_de_vaucouleurs_error</name>
                       <description>Error on the fitted intensity of the bulge for the de Vaucouleurs Profile</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>intensity_sersic</name>
                       <description>Fitted intensity of the source for the Sersic Profile</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>intensity_sersic_error</name>
                       <description>Error on the fitted intensity of the source at effective radius radiusSersic</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>l2_de_vaucouleurs</name>
                       <description>L2 norm for the de Vaucouleurs Profile</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>l2_sersic</name>
                       <description>L2 norm for the Sersic Profile</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>morph_params_corr_vec_de_vaucouleurs</name>
                       <description>Vector form of the upper triangle of the correlation matrix for the fitted parameters for the de Vaucouleurs Profile</description>
                       <ucd>stat.correlation</ucd>
                       <dataType size="21" xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>morph_params_corr_vec_sersic</name>
                       <description>Vector form of the upper triangle of the correlation matrix for the fitted parameters for the Sersic Profile</description>
                       <ucd>stat.correlation</ucd>
                       <dataType size="10" xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>n_sersic</name>
                       <description>Fitted Sersic Index for Sersic Profile</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>n_sersic_error</name>
                       <description>Error on the fitted Sersic Index for Sersic Profile</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>n_transits</name>
                       <description>Number of transits used for the morphological analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>posangle_de_vaucouleurs</name>
                       <description>Fitted position angle of the source for the de Vaucouleurs Profile</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>posangle_de_vaucouleurs_error</name>
                       <description>Error on the fitted position angle of the source for the de Vaucouleurs Profile</description>
                       <unit>deg</unit>
                       <ucd>stat.error;pos.posAng</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>posangle_sersic</name>
                       <description>Fitted position angle of the source for the Sersic Profile</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>posangle_sersic_error</name>
                       <description>Error on the fitted position angle of the source for the Sersic Profile</description>
                       <unit>deg</unit>
                       <ucd>stat.error;pos.posAng</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>radius_de_vaucouleurs</name>
                       <description>Fitted effective radius of the source for de Vaucouleurs Profile</description>
                       <unit>mas</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>radius_de_vaucouleurs_error</name>
                       <description>Error on the fitted effective radius of the source for the de Vaucouleurs Profile</description>
                       <unit>mas</unit>
                       <ucd>stat.error;phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>radius_sersic</name>
                       <description>Fitted effective radius of the source for the Sersic Profile</description>
                       <unit>mas</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>radius_sersic_error</name>
                       <description>Error on the fitted effective radius of the source for the Sersic Profile</description>
                       <unit>mas</unit>
                       <ucd>stat.error;phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>redshift_ugc</name>
                       <description>Redshift from UGC</description>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>redshift_ugc_lower</name>
                       <description>Redshift prediction lower limit from UGC</description>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>redshift_ugc_upper</name>
                       <description>Redshift prediction upper limit from UGC</description>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>source_selection_flags</name>
                       <description>Bit indicative of whether the input data from a given module met the source list eligibility criteria for the source of interest</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>vari_best_class_name</name>
                       <description>Name of best class, see table vari_classifier_class_Definition for details of the class</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>vari_best_class_score</name>
                       <description>Score of the best class</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.galaxy_catalogue_name</name>
                    <description>This table provides the list of input catalogues that have been used to select any given source for which morphological analysis parameters are provided in table galaxy_candidates. Each source may have been cross-matched to more than one catalogue and therefore can have several entries in the table .For DR3, the catalogues considered for this selection are mostly external, although sources identified by DPAC based on the classification performed by other processing have also been included here.Each catalogue is assigned a catalogue_id.</description>
                    <nrows>914837</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>catalogue_id</name>
                       <description>The unique identifier for the catalogue(s) used to select the sources in the morphological analysis</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.qso_candidates</name>
                    <description>This table contains parameters derived from various modules dedicated to the classification and characterisation of sources considered as QSO candidates. Together with those, the QSOs used to define the Gaia-CRF3 are also listed in this table. This table has been constructed with the intention to be complete rather than pure and, as such, it will contain a large fraction of non-genuine extragalactic sources. Purer samples can be drawn using dedicated flags or queries.</description>
                    <nrows>6649162</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_selection_flag</name>
                       <description>Flag indicating if the source is part of the astrometric selection</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ccfratio_qsoc</name>
                       <description>Value of the cross-correlation function used to derive the redshift from QSOC, relative to the maximum value</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>classlabel_dsc</name>
                       <description>Class assigned by DSC based on the probability from its Combmod classifier</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>classlabel_dsc_joint</name>
                       <description>Class assigned by DSC based on the probability from its Specmod and Allosmod classifiers</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>classlabel_oa</name>
                       <description>Class assigned by OA the neuron that represents the source</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>classprob_dsc_combmod_galaxy</name>
                       <description>Probability from DSC-Combmod of being a galaxy (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>classprob_dsc_combmod_quasar</name>
                       <description>Probability from DSC-Combmod of being a quasar (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ellipticity_hostgalaxy</name>
                       <description>Fitted ellipticity of the host galaxy</description>
                       <ucd>src.ellipticity</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ellipticity_hostgalaxy_error</name>
                       <description>Error on the fitted ellipticity of the host galaxy</description>
                       <ucd>stat.error;src.ellipticity</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>flags_qsoc</name>
                       <description>Processing flags for the analysis based on BP/RP Spectra from QSOC</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>fractional_variability_g</name>
                       <description>Fractional variability in the G band</description>
                       <ucd>src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>gaia_crf_source</name>
                       <description>Flag indicative of whether the source was used define the Gaia-CRF3</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>host_galaxy_detected</name>
                       <description>Flag indicating whether a host galaxy has been detected</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>host_galaxy_flag</name>
                       <description>Flag indicative of processing or scientific quality for the morphological parameters fitting</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>intensity_hostgalaxy</name>
                       <description>Fitted intensity of the host galaxy at the effective radius</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>intensity_hostgalaxy_error</name>
                       <description>Error on the fitted intensity of the host galaxy at effective radius</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>intensity_quasar</name>
                       <description>Fitted intensity of the quasar at its centre</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>intensity_quasar_error</name>
                       <description>Error on the fitted intensity of the quasar at its centre</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>l2_norm</name>
                       <description>L2 norm for the fitted Sersic profile</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>morph_params_corr_vec</name>
                       <description>Vector form of the upper triangle of the correlation matrix for the fitted morphological parameters</description>
                       <ucd>stat.correlation</ucd>
                       <dataType size="15" xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>non_qso_variability</name>
                       <description>Non-quasar variability metric in the G band</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>n_transits</name>
                       <description>Number of transits used for the morphological analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>posangle_hostgalaxy</name>
                       <description>Fitted position angle of the host galaxy</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>posangle_hostgalaxy_error</name>
                       <description>Error on the fitted position angle of the host galaxy</description>
                       <unit>deg</unit>
                       <ucd>stat.error;pos.posAng</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>qso_variability</name>
                       <description>Quasar variability metric in the G band</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_hostgalaxy</name>
                       <description>Fitted effective radius of the host galaxy</description>
                       <unit>mas</unit>
                       <ucd>src.morph.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>radius_hostgalaxy_error</name>
                       <description>Error on the fitted effective radius of the host galaxy</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>redshift_qsoc</name>
                       <description>Redshift from QSOC</description>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>redshift_qsoc_lower</name>
                       <description>Redshift lower confidence level from QSOC</description>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>redshift_qsoc_upper</name>
                       <description>Redshift upper confidence level from QSOC</description>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>sersic_index</name>
                       <description>Fitted sersic Index</description>
                       <ucd>src.morph.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>sersic_index_error</name>
                       <description>Error on the fitted sersic Index</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>source_selection_flags</name>
                       <description>Bit indicative of whether the input data from a given module met the source list eligibility criteria for the source of interest</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>structure_function_index</name>
                       <description>Index of the first-order structure function in the G band</description>
                       <ucd>src.var.index</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>structure_function_index_scatter</name>
                       <description>Standard deviation of the index of the structure function</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vari_agn_membership_score</name>
                       <description>Membership score (0=lowest,1=highest) of source to be of AGN type</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>vari_best_class_name</name>
                       <description>Name of best class, see table vari_classifier_class_Definition for details of the class</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>vari_best_class_score</name>
                       <description>Score of the best class</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>zscore_qsoc</name>
                       <description>Redshift zscore from QSOC</description>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.qso_catalogue_name</name>
                    <description>This table provides the list of input catalogues that have been used to select any given source for which morphological analysis parameters are provided in table qso_candidates. Each source may have been cross-matched to more than one catalogue and therefore can have several entries in the table.For DR3, the catalogues considered for this selection are mostly external, although sources identified by DPAC based on the classification performed by other processing have also been included here.Each catalogue is assigned a catalogue_id.</description>
                    <nrows>2722093</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>catalogue_id</name>
                       <description>The unique identifier for the catalogue(s) used to select the sources in the morphological analysis</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.nss_acceleration_astro</name>
                    <description>This table contains non-single-star astrometric models for sources having a non-linear proper motion which is compatible with an acceleration solution. Several possible models are hosted within the same table and they are indicated by the field nss_solution_type.</description>
                    <nrows>338215</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>accel_dec</name>
                       <description>Acceleration in DEC</description>
                       <unit>mas.yr**-2</unit>
                       <ucd>phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>accel_dec_error</name>
                       <description>Standard error of Acceleration in DEC</description>
                       <unit>mas.yr**-2</unit>
                       <ucd>stat.error;phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>accel_ra</name>
                       <description>Acceleration in RA</description>
                       <unit>mas.yr**-2</unit>
                       <ucd>phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>accel_ra_error</name>
                       <description>Standard error of Acceleration in RA</description>
                       <unit>mas.yr**-2</unit>
                       <ucd>stat.error;phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>astrometric_n_good_obs_al</name>
                       <description>Total astrometric CCD observations in AL actually used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>astrometric_n_obs_al</name>
                       <description>Total astrometric CCD observations in AL considered</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>bit_index</name>
                       <description>Boolean mask for the fields above in the corrVec matrix</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>corr_vec</name>
                       <description>Vector form of the upper triangle of the correlation matrix</description>
                       <ucd>stat.correlation</ucd>
                       <dataType size="98" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>deriv_accel_dec</name>
                       <description>Time derivative of the accel. in DEC</description>
                       <unit>mas.yr**-3</unit>
                       <ucd>phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>deriv_accel_dec_error</name>
                       <description>Standard error of Time derivative of the acceleration in DEC</description>
                       <unit>mas.yr**-3</unit>
                       <ucd>stat.error;phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>deriv_accel_ra</name>
                       <description>Time derivative of the accel. in RA</description>
                       <unit>mas.yr**-3</unit>
                       <ucd>phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>deriv_accel_ra_error</name>
                       <description>Standard error of Time derivative of the acceleration in RA</description>
                       <unit>mas.yr**-3</unit>
                       <ucd>stat.error;phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flags</name>
                       <description>Quality flag for the achieved NSS solution</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>goodness_of_fit</name>
                       <description>Goodness of fit in the Hipparcos sense</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>nss_solution_type</name>
                       <description>NSS model adopted</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>obj_func</name>
                       <description>Value of the objective function at the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>significance</name>
                       <description>The significance of the solution (i.e. how worth keeping a model is)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.nss_two_body_orbit</name>
                    <description>This table contains non-single-star orbital models for sources compatible with an orbital two-body solution. This covers astrometric binaries, spectroscopic binaries, eclipsing binaries and certain combinations thereof. Several possible models are hosted within the same table and they are indicated by the field nss_solution_type. The description of this latter lists all possible solution types considered for this release. Only a selection of parameters hosted in this table are provided here, depending on the solution.</description>
                    <nrows>443205</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>arg_periastron</name>
                       <description>Argument of periastron</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.periastron</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>arg_periastron_error</name>
                       <description>Standard error of Argument of periastron</description>
                       <unit>deg</unit>
                       <ucd>stat.error;src.orbital.periastron</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>astrometric_jitter</name>
                       <description>Uncorrelated astrometric jitter term</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>astrometric_n_good_obs_al</name>
                       <description>Total astrometric CCD observations in AL actually used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>astrometric_n_obs_al</name>
                       <description>Total astrometric CCD observations in AL considered</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>a_thiele_innes</name>
                       <description>Thiele-Innes element A</description>
                       <unit>mas</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>a_thiele_innes_error</name>
                       <description>Standard error of Thiele-Innes element A</description>
                       <unit>mas</unit>
                       <ucd>stat.error;phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bit_index</name>
                       <description>boolean mask for the fields above in the corrVec matrix</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>b_thiele_innes</name>
                       <description>Thiele-Innes element B</description>
                       <unit>mas</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>b_thiele_innes_error</name>
                       <description>Standard error of Thiele-Innes element B</description>
                       <unit>mas</unit>
                       <ucd>stat.error;phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>center_of_mass_velocity</name>
                       <description>The velocity of the center of mass</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>center_of_mass_velocity_error</name>
                       <description>Standard error of The velocity of the center of mass</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;phys.veloc</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>conf_spectro_period</name>
                       <description>The probability of the period for not being due to (gaussian white) noise. Relevant for SB1, SB1C, SB2 and SB2C models. To be ignored otherwise.</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>corr_vec</name>
                       <description>Vector form of the upper triangle of the correlation matrix (column-major ordered)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType size="231" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>c_thiele_innes</name>
                       <description>C element of Thiele-Innes</description>
                       <unit>AU</unit>
                       <ucd>phys.angSize;phys.angSize.smajAxis</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>c_thiele_innes_error</name>
                       <description>Standard error of C element of Thiele-Innes</description>
                       <unit>AU</unit>
                       <ucd>stat.error;phys.angSize;phys.angSize.smajAxis</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>eccentricity</name>
                       <description>eccentricity</description>
                       <ucd>src.orbital.eccentricity</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>eccentricity_error</name>
                       <description>Standard error of eccentricity</description>
                       <ucd>stat.error;src.orbital.eccentricity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ecl_dur_primary</name>
                       <description>Duration of primary eclipse assuming spherical components</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ecl_dur_secondary</name>
                       <description>Duration of secondary eclipse assuming spherical components</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ecl_time_primary</name>
                       <description>Time of mid-eclipse of the primary by the secondary</description>
                       <unit>d</unit>
                       <ucd>time.crossing</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ecl_time_secondary</name>
                       <description>Time of mid-eclipse of the secondary by the primary</description>
                       <unit>d</unit>
                       <ucd>time.crossing</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>efficiency</name>
                       <description>Efficiency of the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fill_factor_primary</name>
                       <description>Fill factor of primary</description>
                       <ucd>src.morph.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>fill_factor_primary_error</name>
                       <description>Standard error of Fill factor of primary</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fill_factor_secondary</name>
                       <description>Fill factor of secondary</description>
                       <ucd>src.morph.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>fill_factor_secondary_error</name>
                       <description>Standard error of Fill factor of secondary</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flags</name>
                       <description>Quality flag for the achieved NSS solution</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>f_thiele_innes</name>
                       <description>Thiele-Innes element F</description>
                       <unit>mas</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>f_thiele_innes_error</name>
                       <description>Standard error of Thiele-Innes element F</description>
                       <unit>mas</unit>
                       <ucd>stat.error;phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>g_luminosity_ratio</name>
                       <description>Ratio of the G-band luminosity of the secondary over the primary</description>
                       <ucd>phys.luminosity;arith.ratio</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>goodness_of_fit</name>
                       <description>goodness of fit in the Hipparcos sense</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>g_rank</name>
                       <description>Rank of the G-band solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>g_thiele_innes</name>
                       <description>Thiele-Innes element G</description>
                       <unit>mas</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>g_thiele_innes_error</name>
                       <description>Standard error of Thiele-Innes element G</description>
                       <unit>mas</unit>
                       <ucd>stat.error;phys.angSize</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>h_thiele_innes</name>
                       <description>H element of Thiele-Innes</description>
                       <unit>AU</unit>
                       <ucd>phys.angSize;phys.angSize.smajAxis</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>h_thiele_innes_error</name>
                       <description>Standard error of H element of Thiele-Innes</description>
                       <unit>AU</unit>
                       <ucd>stat.error;phys.angSize;phys.angSize.smajAxis</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>inclination</name>
                       <description>Orbital inclination</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.inclination</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>inclination_error</name>
                       <description>Standard error of Orbital inclination</description>
                       <unit>deg</unit>
                       <ucd>stat.error;src.orbital.inclination</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>input_period_error</name>
                       <description>Standard error of the period taken from Vari_Eclipsing_Binary.frequencyError</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mass_ratio</name>
                       <description>Mass ratio</description>
                       <ucd>phys.mass;arith.ratio</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>mass_ratio_error</name>
                       <description>Standard error of Mass ratio</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>nss_solution_type</name>
                       <description>NSS model adopted</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>obj_func</name>
                       <description>value of the objective function at the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>period</name>
                       <description>Orbital Period</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>period_error</name>
                       <description>Standard error of Orbital Period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>phot_g_n_good_obs</name>
                       <description>Total number of G photometry measurements actually used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>phot_g_n_obs</name>
                       <description>Total number of G photometry measurements considered</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>r_l1_point_sum</name>
                       <description>L1-pointing radii of primary and secondary (in units of the semi-major axis)</description>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>r_pole_sum</name>
                       <description>Sum of the polar radii of primary and secondary (in units of the semi-major axis)</description>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>r_spher_sum</name>
                       <description>Sum of the radii of sphere having the same volume as the primary and secondary (in units of the semi-major axis</description>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>rv_n_good_obs_primary</name>
                       <description>Total number of radial velocities actually used for the primary</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>rv_n_good_obs_secondary</name>
                       <description>Total number of radial velocities actually used for the secondary in the case of SB2</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>rv_n_obs_primary</name>
                       <description>Total number of radial velocities considered for the primary</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>rv_n_obs_secondary</name>
                       <description>Total number of radial velocities considered for the secondary in the case of SB2</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>semi_amplitude_primary</name>
                       <description>Semi-amplitude of the center of mass</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>semi_amplitude_primary_error</name>
                       <description>Standard error of Semi-amplitude of the center of mass</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;phys.veloc</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>semi_amplitude_secondary</name>
                       <description>The semiamplitude of the radial velocity curve for second component</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>semi_amplitude_secondary_error</name>
                       <description>Standard error of The semiamplitude of the radial velocity curve for second component</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;phys.veloc</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>significance</name>
                       <description>The significance of the solution (i.e. how worth keeping a model is)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>temperature_ratio</name>
                       <description>Ratio of the effective temperatures</description>
                       <ucd>phys.temperature;arith.ratio</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>temperature_ratio_definition</name>
                       <description>Code defining which fitting scenario did apply to the effective temperature</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>temperature_ratio_error</name>
                       <description>Standard error of the ratio of the effective temperatures</description>
                       <ucd>stat.error;phys.temperature</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>t_periastron</name>
                       <description>Periastron epoch</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>t_periastron_error</name>
                       <description>Standard error of Periastron epoch</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.nss_vim_fl</name>
                    <description>This table contains non-single-star models for sources compatible with an Variability Induced Mover (VIM) solution. Several possible models are in principle hosted within the same table and they are indicated by the field nss_solution_type. The description of this latter lists all possible solution types considered for this release. Only a selection of parameters hosted in this table are provided here, depending on the solution.</description>
                    <nrows>870</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_n_good_obs_al</name>
                       <description>Total astrometric CCD observations in AL actually used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>astrometric_n_obs_al</name>
                       <description>Total astrometric CCD observations in AL considered</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>bit_index</name>
                       <description>Boolean mask for the fields above in the corrVec matrix</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>corr_vec</name>
                       <description>Vector form of the upper triangle of the correlation matrix</description>
                       <ucd>stat.correlation</ucd>
                       <dataType size="50" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>efficiency</name>
                       <description>Efficiency of the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flags</name>
                       <description>Quality flag for the achieved NSS solution</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>goodness_of_fit</name>
                       <description>Goodness of fit in the Hipparcos sense</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>nss_solution_type</name>
                       <description>NSS model adopted</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>obj_func</name>
                       <description>Value of the objective function at the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ref_flux_g</name>
                       <description>Reference flux in the G band</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>significance</name>
                       <description>The significance of the solution (i.e. how worth keeping a model is)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>vim_d_dec</name>
                       <description>VIM coordinate in DEC</description>
                       <unit>mas</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vim_d_dec_error</name>
                       <description>Standard error of VIM coordinate in DEC</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>vim_d_ra</name>
                       <description>VIM coordinate in RA</description>
                       <unit>mas</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vim_d_ra_error</name>
                       <description>Standard error of VIM coordinate in RA</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.nss_non_linear_spectro</name>
                    <description>This table contains non-single-star orbital models for spectroscopic binaries compatible with a trend. Several possible models are hosted within the same table and they are indicated by the field nss_Solution_Type. The description of this latter lists all possible solution types considered for this release. Only a selection of parameters hosted in this table are provided here, depending on the solution. The details of those is given in the description of field bitIndex, which can also be used to extract the relevant elements of the correlation vector corr_vec.</description>
                    <nrows>56808</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>bit_index</name>
                       <description>Boolean mask for the fields above in the corrVec matrix</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>corr_vec</name>
                       <description>Vector form of the upper triangle of the correlation matrix</description>
                       <ucd>stat.correlation</ucd>
                       <dataType size="36" xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>first_deriv_velocity</name>
                       <description>First order derivative of the velocity</description>
                       <unit>Km.s**-1.d**-1</unit>
                       <ucd>phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>first_deriv_velocity_error</name>
                       <description>Standard error of First order derivative of the velocity</description>
                       <unit>Km.s**-1.d**-1</unit>
                       <ucd>stat.error;phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flags</name>
                       <description>Quality flag for the achieved NSS solution</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>goodness_of_fit</name>
                       <description>Goodness of fit in the Hipparcos sense</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mean_velocity</name>
                       <description>Mean velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>mean_velocity_error</name>
                       <description>Standard error of Mean velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;phys.veloc</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>nss_solution_type</name>
                       <description>NSS model adopted</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>obj_func</name>
                       <description>Value of the objective function at the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rv_n_good_obs_primary</name>
                       <description>Total number of radial velocities actually used for the primary</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>rv_n_obs_primary</name>
                       <description>Total number of radial velocities considered for the primary</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>second_deriv_velocity</name>
                       <description>Second order derivative of the velocity</description>
                       <unit>Km.s**-1.d**-2</unit>
                       <ucd>phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>second_deriv_velocity_error</name>
                       <description>Standard error of Second order derivative of the velocity</description>
                       <unit>Km.s**-1.d**-2</unit>
                       <ucd>stat.error;phys.acceleration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.oa_neuron_information</name>
                    <description>This is the table hosting the content of a Self-Organized Map calculated from a dataset composed by outliers by the Apsis module OA. Each entry corresponds to parameters estimated for one particular neuron of the map. The prototype BP/RP spectrum for a particular neuron is available in another table: oa_beuron_xp_spectra.</description>
                    <nrows>900</nrows>
                    <column>
                       <name>bp_mag_max</name>
                       <description>Maximum value of G_(BP) for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bp_mag_mean</name>
                       <description>Mean G_(BP) value for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bp_mag_min</name>
                       <description>Minimum value of G_(BP) for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bp_mag_std_dev</name>
                       <description>Standard deviation of G_(BP) values for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bprp_colour_max</name>
                       <description>Maximum value of the G_(BP) − G_(RP) colour for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.color;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bprp_colour_mean</name>
                       <description>Mean value of the G_(BP) − G_(RP) colour for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.color;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bprp_colour_min</name>
                       <description>Minimum value of the G_(BP) − G_(RP) colour for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.color;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bprp_colour_std_dev</name>
                       <description>Standard deviation of the G_(BP) − G_(RP) colour for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bprp_mean_flux_excess_max</name>
                       <description>Maximum value of the BP/RP flux excess for the sources that belong to the neuron</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bprp_mean_flux_excess_mean</name>
                       <description>Mean value of the BP/RP flux excess for the sources that belong to the neuron</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bprp_mean_flux_excess_min</name>
                       <description>Minimum value of the BP/RP flux excess for the sources that belong to the neuron</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bprp_mean_flux_excess_std_dev</name>
                       <description>Standard deviation of the BP/RP flux excess for the sources that belong to the neuron</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bp_transits_max</name>
                       <description>Maximum value of the number of BP transits for the sources that belong to the neuron</description>
                       <ucd>meta.number;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bp_transits_mean</name>
                       <description>Mean value of the number of BP transits for the sources that belong to the neuron</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bp_transits_min</name>
                       <description>Minimum value of the number of BP transits for the sources that belong to the neuron</description>
                       <ucd>meta.number;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bp_transits_std_dev</name>
                       <description>Standard deviation of the number of BP transits for the sources that belong to the neuron</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>centroid_distance</name>
                       <description>Squared Euclidean distance between the centroid XP spectrum and the neuron XP prototype</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>centroid_id</name>
                       <description>Identifier of the Gaia source that minimizes the classification distance to the neuron</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>class_label</name>
                       <description>Astronomical class estimated for the neuron</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>distance_fwhm</name>
                       <description>Full Width at Half Maximum value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distance_fwhm_norm</name>
                       <description>Normalized FWHM value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distance_i_q_r</name>
                       <description>Inter-Quartile Range value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distance_kurtosis</name>
                       <description>Kurtosis value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distance_percentile25</name>
                       <description>25th percentile value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distance_percentile50</name>
                       <description>50th percentile value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distance_percentile68</name>
                       <description>68th percentile value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distance_percentile75</name>
                       <description>75th percentile value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distance_percentile95</name>
                       <description>95th percentile value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distance_skew</name>
                       <description>Skewness value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>gal_latitude_max</name>
                       <description>Maximum galactic latitude for the sources that belong to the neuron</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>gal_latitude_mean</name>
                       <description>Mean galactic latitude for the sources that belong to the neuron</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>gal_latitude_min</name>
                       <description>Minimum galactic latitude for the sources that belong to the neuron</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>gal_latitude_std_dev</name>
                       <description>Standard deviation of the galactic latitude values for the sources that belong to the neuron</description>
                       <unit>deg</unit>
                       <ucd>stat.error;pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>g_mag_max</name>
                       <description>Maximum G value for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>g_mag_mean</name>
                       <description>Mean G value for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>g_mag_min</name>
                       <description>Minimum G value for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>g_mag_std_dev</name>
                       <description>Standard deviation of G values for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>hits</name>
                       <description>Number of sources populating the neuron</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>inter_neuron_distance_max</name>
                       <description>Maximum value of the squared Euclidean distance between the neuron XP prototype and the XP prototypes of its immediate neighbours</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>inter_neuron_distance_mean</name>
                       <description>Mean value of the squared Euclidean distance between the neuron XP prototype and the XP prototypes of its immediate neighbours</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>inter_neuron_distance_min</name>
                       <description>Minimum value of the squared Euclidean distance between the neuron XP prototype and the XP prototypes of its immediate neighbours</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>inter_neuron_distance_std_dev</name>
                       <description>Standard deviation of the squared Euclidean distance between the neuron XP prototype and the XP prototypes of its immediate neighbours</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>intra_neuron_distance_max</name>
                       <description>Maximum squared Euclidean distance between each of the XP sources in the neuron and the neuron prototype</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>intra_neuron_distance_mean</name>
                       <description>Mean value of the squared Euclidean distance between each of the XP sources in the neuron and the neuron prototype</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>intra_neuron_distance_min</name>
                       <description>Minimum squared Euclidean distance between each of the XP sources in the neuron and the neuron prototype</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>intra_neuron_distance_std_dev</name>
                       <description>Standard deviation of the squared Euclidean distance between each of the XP sources in the neuron and the neuron prototype</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>neuron_column_index</name>
                       <description>Column index of the neuron in the Self-Organised Map lattice</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>neuron_id</name>
                       <description>Neuron identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>neuron_row_index</name>
                       <description>Row index of the neuron in the Self-Organised Map lattice</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>parallax_max</name>
                       <description>Maximum parallax value for the sources that belong to the neuron</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>parallax_mean</name>
                       <description>Mean parallax value for the sources that belong to the neuron</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>parallax_min</name>
                       <description>Minimum parallax value for the sources that belong to the neuron</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>parallax_std_dev</name>
                       <description>Standard deviation of the parallax values for the sources that belong to the neuron</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pm_dec_max</name>
                       <description>Maximum value of the proper motion in declination for the sources that belong to the neuron</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pm_dec_mean</name>
                       <description>Mean value of the proper motion in declination for the sources that belong to the neuron</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pm_dec_min</name>
                       <description>Minimum value of the proper motion in declination for the sources that belong to the neuron</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pm_dec_std_dev</name>
                       <description>Standard deviation of the proper motion in declination for the sources that belong to the neuron</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pm_ra_max</name>
                       <description>Maximum value of the proper motion in right ascension for the sources that belong to the neuron</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pm_ra_mean</name>
                       <description>Mean value of the proper motion in right ascension for the sources that belong to the neuron</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pm_ra_min</name>
                       <description>Minimum value of the proper motion in right ascension for the sources that belong to the neuron</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pm_ra_std_dev</name>
                       <description>Standard deviation of the proper motion in right ascension for the sources that belong to the neuron</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>quality_category</name>
                       <description>Quality category assigned to the neuron, where 0 corresponds to the most homogeneous neurons and 6 to the most heterogeneous ones</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>rp_mag_max</name>
                       <description>Maximum value of G_(RP) for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rp_mag_mean</name>
                       <description>Mean G_(RP) value for the sources that belong to the neuron neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rp_mag_min</name>
                       <description>Minimum value of G_(RP) for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rp_mag_std_dev</name>
                       <description>Standard deviation of G_(RP) values for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rp_transits_max</name>
                       <description>Maximum value of the number of RP transits for the sources that belong to the neuron</description>
                       <ucd>meta.number;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rp_transits_mean</name>
                       <description>Mean value of the number of RP transits for the sources that belong to the neuron</description>
                       <ucd>meta.number;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rp_transits_min</name>
                       <description>Minimum value of the number of RP transits for the sources that belong to the neuron</description>
                       <ucd>meta.number;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rp_transits_std_dev</name>
                       <description>Standard deviation of the number of RP transits for the sources that belong to the neuron</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ruwe_max</name>
                       <description>Maximum value of the renormalised unit weight error for the sources that belong to the neuron</description>
                       <ucd>stat.weight;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ruwe_mean</name>
                       <description>Mean value of the renormalised unit weight error for the sources that belong to the neuron</description>
                       <ucd>stat.weight;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ruwe_min</name>
                       <description>Minimum value of the renormalised unit weight error for the sources that belong to the neuron</description>
                       <ucd>stat.weight;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ruwe_std_dev</name>
                       <description>Standard deviation of the renormalised unit weight error for the sources that belong to the neuron</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>som_id</name>
                       <description>Self-Organized Map identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>template_distance</name>
                       <description>Squared Euclidean distance between the reference XP template and the neuron XP prototype</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>template_name</name>
                       <description>Name of the template used to describe the neuron</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.oa_neuron_xp_spectra</name>
                    <description>This is the table hosting the prototype BP/RP spectrum corresponding to each of the neurons of the Self-Organised-Map produced by the Apsis module OA. Other neuron attributes, such as statistics on various parameters, are available in another table: oa_neuron_information.</description>
                    <nrows>78300</nrows>
                    <column>
                       <name>neuron_column_index</name>
                       <description>Column index of the neuron in the Self-Organised Map lattice</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>neuron_id</name>
                       <description>Neuron identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>neuron_row_index</name>
                       <description>Row index of the neuron in the Self-Organised Map lattice</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>xp_spectrum_prototype_flux</name>
                       <description>Normalised flux at wavelength xpSpectrum_Prototype_Wavelength for the preprocessed XP spectrum that best represents the neuron (prototype)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>xp_spectrum_prototype_wavelength</name>
                       <description>Wavelength associated with the XP spectrum flux values</description>
                       <unit>nm</unit>
                       <ucd>em.wl.central</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>xp_spectrum_template_flux</name>
                       <description>Normalised flux at wavelength xpSpectrum_Prototype_Wavelength for the preprocessed XP spectrum corresponding to the neuron template</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.total_galactic_extinction_map</name>
                    <description>This table provides the Total Galactic Extinction (TGE) map for extinction parameters A₀ describing the effective total Galactic extinction and related uncertainties at four separate HEALPix levels, namely levels 6 to 9.</description>
                    <nrows>4177920</nrows>
                    <column>
                       <name>a0</name>
                       <description>Mean A₀ extinction parameter</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.coeff</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>a0_max</name>
                       <description>Maximum A₀ value used for the HEALPix of interest</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.coeff;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>a0_min</name>
                       <description>Minimum A₀ value used for the HEALPix of interest</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.coeff;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>a0_uncertainty</name>
                       <description>Uncertainty for the mean A₀</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption.coeff</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>healpix_id</name>
                       <description>HEALPix identification</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>healpix_level</name>
                       <description>HEALPix level used</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>num_tracers_used</name>
                       <description>Number of tracers used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>optimum_hpx_flag</name>
                       <description>Flag to indicate whether a given HEALPix level is the optimum (True) or not (False)</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>status</name>
                       <description>Exit status for TGE</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.total_galactic_extinction_map_opt</name>
                    <description>This table provides an optimum version of the Total Galactic Extinction map, derived from the table Total_Galactic_ExtinctionMap at a single HEALPix level 9. For this, the mean effective total Galactic extinction and related uncertainties have been selected from the optimal HEALPix level of the four offered in Total_Galactic_ExtinctionMap.</description>
                    <nrows>4177920</nrows>
                    <column>
                       <name>a0</name>
                       <description>Median A₀ extinction parameter</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.coeff</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>a0_uncertainty</name>
                       <description>Uncertainty for the mean A₀</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption.coeff</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>healpix_id</name>
                       <description>HEALPix identification</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>num_tracers_used</name>
                       <description>Number of tracers used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>optimum_hpx_level</name>
                       <description>Number indicating which HEALPix level was chosen to populate this HEALPix</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>status</name>
                       <description>Exit status for TGE</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.mcmc_samples_msc</name>
                    <description>This is the DataLink table hosting Monte-Carlo Markov Chain (MCMC) samples for the posterior probability distribution of all parameters derived from the Multiple Source Classifier (MSC). 100 random MCMC samples are provided for each source.</description>
                    <nrows>348711151</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>azero</name>
                       <description>MCMC samples for extinction A₀ from MSC</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distancepc</name>
                       <description>MCMC samples for distance from MSC</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logg1</name>
                       <description>MCMC samples for log g₁ of primary from MSC</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logg2</name>
                       <description>MCMC samples for log g₂ of secondary from MSC</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>log_lik</name>
                       <description>MCMC samples for the log-likelihood from MSC</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>log_pos</name>
                       <description>MCMC samples for the log-posterior from MSC</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mh</name>
                       <description>MCMC samples for the metallicity from MSC</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>nsamples</name>
                       <description>Number of samples in the chain from MSC</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>teff1</name>
                       <description>MCMC samples for T_(eff, 1) of primary from MSC</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>teff2</name>
                       <description>MCMC samples for T_(eff, 2) of secondary from MSC</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.mcmc_samples_gsp_phot</name>
                    <description>This is the DataLink table hosting Monte-Carlo Markov Chain (MCMC) samples for the posterior probability distribution of all parameters derived from the General Stellar Parametrizer from Photometry (GSP-Phot, see Section [ssec:cu8par_apsis_gspphot] in the online documentation). 2000 MCMC samples are provided for 1) all sources brighter than G=12, 2) a random subset of 0.1.</description>
                    <nrows>449297716</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>abp</name>
                       <description>MCMC samples for extinction in G_(BP) band from GSP-Phot</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ag</name>
                       <description>MCMC samples for extinction in G band from GSP-Phot</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>arp</name>
                       <description>MCMC samples for extinction in G_(RP) band from GSP-Phot</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>azero</name>
                       <description>MCMC samples for extinction A₀ from GSP-Phot</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distancepc</name>
                       <description>MCMC samples for distance from GSP-Phot</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ebpminrp</name>
                       <description>MCMC samples for reddening E(G_(BP)−G_(RP)) from GSP-Phot</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logg</name>
                       <description>MCMC samples for log g from GSP-Phot</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>log_lik</name>
                       <description>MCMC samples for the log-likelihood from GSP-Phot</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>log_pos</name>
                       <description>MCMC samples for the log-posterior from GSP-Phot</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mg</name>
                       <description>MCMC samples for M_(G) from GSP-Phot</description>
                       <unit>mag</unit>
                       <ucd>phys.magAbs;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mh</name>
                       <description>MCMC samples for the metallicity from GSP-Phot</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>nsamples</name>
                       <description>Number of samples in the chain from GSP-Phot</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>radius</name>
                       <description>MCMC samples for stellar radius from GSP-Phot</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>teff</name>
                       <description>MCMC samples for T_(eff) from GSP-Phot</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.allwise_best_neighbour</name>
                    <description>Lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia source counterparts in AllWISE. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix from the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>324115003</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.allwise_neighbourhood</name>
                    <description>Includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in AllWISE. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>324116921</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.apassdr9_best_neighbour</name>
                    <description>Lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in APASS DR9. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>74904012</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.apassdr9_neighbourhood</name>
                    <description>Includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in APASS DR9. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>76274759</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.apassdr9_join</name>
                    <description>Convenience table to be used to join the APASS DR9 catalogue with the cross-match results. The table links the external catalogue original source_id (original_ext_source_id) to the corresponding additional numerical identifier (clean_apassdr9_oid). Both original_ext_source_id and clean_apassdr9_oid are present in the cross-match output tables (apassdr9_best_neighbour and apassdr9_neighbourhood). However, in case there are suspected duplicates in the external catalogue, different original_ext_source_id will correspond to the same clean_apassdr9_oid. In the cross-match output table only the original_ext_source_id of the source with the best astrometry among the suspected duplicates will be listed. In practice, users may use the original_ext_source_id in the original catalogue to find the matching source with the best astrometry. Users interested in all matching suspected duplicates should instead use the clean_apassdr9_oid in the join with the cross-match result tables.</description>
                    <nrows>61176401</nrows>
                    <column>
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gsc23_best_neighbour</name>
                    <description>Lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in GSC2.3. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>893811527</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gsc23_neighbourhood</name>
                    <description>Includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in GSC2.3. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>896358993</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gsc23_join</name>
                    <description>Convenience table to be used to join the GSC 2.3 catalogue with cross-match results. The table links the external catalogue original source_id (original_ext_source_id) to the corresponding additional numerical identifier (clean_gsc23_oid). Both original_ext_source_id and clean_gsc23_oid are present in the cross-match output tables (gsc23_best_neighbour and gsc23_neighbourhood). However, in case there are suspected duplicates in the external catalogue, different original_ext_source_id will correspond to the same clean_gsc23_oid. In the cross-match output table only the original_ext_source_id of the source with the best astrometry among the suspected duplicates will be listed. In practice, users may use the original_ext_source_id in the original catalogue to find the matching source with the best astrometry. Users interested to find all matching suspected duplicates should instead use the clean_gsc23_oid in the join with the cross-match result tables.</description>
                    <nrows>945592683</nrows>
                    <column>
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.ravedr6_best_neighbour</name>
                    <description>Table Ravedr6BestNeighbour lists each matched external catalogue object with its best neighbour in Gaia. The cross-match algorithm is not symmetric and searches RAVE DR6 sources counterparts in Gaia. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in Gaia whose position is compatible within position errors with the external catalogue target. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.Please note that the cross-match algorithm is a trade-off between multiple requirements, in particular between completeness and correctness. It is thus not limited to a simple cone search.Reference papers:</description>
                    <nrows>450597</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ravedr6_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.ravedr6_neighbourhood</name>
                    <description>Table Ravedr6Neighbourhood includes all good neighbours for each matched RAVE DR6 object. A good neighbour for a given RAVE DR6 source is a nearby Gaia object whose position is compatible (within position errors) with the RAVE DR6 target. The cross-match algorithm is not symmetric and searches RAVE DR6 sources counterparts in Gaia. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.Please note that the cross-match algorithm is a trade-off between multiple requirements, in particular between completeness and correctness. It is thus not limited to a simple cone search.Reference papers:</description>
                    <nrows>456370</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ravedr6_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.ravedr6_join</name>
                    <description>Convenience table to be used to join RAVE DR6 catalogue with the cross-match results. The table links the external catalogue original sourceId (original_Ext_SourceId) to the corresponding additional numerical identifier (ravedr6Oid).Both original_Ext_SourceId and ravedr6Oid are present in the cross-match output tables (Ravedr6BestNeighbour and Ravedr6Neighbourhood).However, in case there are suspected duplicates in the external catalogue, different original_Ext_SourceId will correspond to the same ravedr6Oid. In the cross-match output table only the original_Ext_SourceId of the source with the best astrometry among the suspected duplicates will be listed.In practice, users may use the original_Ext_SourceId in the original catalogue to find the matching source with the best astrometry. Users interested to find all matching suspected duplicates should instead use the ravedr6Oid in the join with the cross-match result tables.See Chapter [chap:crossmatch], for more details on the duplicates in the external catalogues and their treatment in the cross-match computations.</description>
                    <nrows>518387</nrows>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ravedr6_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.hipparcos2_best_neighbour</name>
                    <description>Hipparcos2 BestNeighbour table lists each matched external catalogue object with its best neighbour in Gaia. The cross-match algorithm is not symmetric and searches Hipparcos2 sources counterparts in Gaia. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in Gaia whose position is compatible within position errors with the external catalogue target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.</description>
                    <nrows>99525</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.hipparcos2_neighbourhood</name>
                    <description>Hipparcos2 Neighbourhood table includes all good neighbours for each matched Hipparcos2 object. A good neighbour for a given Hipparcos2 source is a nearby Gaia object whose position is compatible (within position errors) with the Hipparcos2 target. The cross-match algorithm is not symmetric and searches Hipparcos2 sources counterparts in Gaia. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.</description>
                    <nrows>100000</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.panstarrs1_best_neighbour</name>
                    <description>Pan-STARRS1 DR1 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in Pan-STARRS1 DR1. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>951450474</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.panstarrs1_neighbourhood</name>
                    <description>Pan-STARRS1 DR1 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in Pan-STARRS1 DR1. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>951850826</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.panstarrs1_join</name>
                    <description>Convenience table to be used to join Pan-STARRS1 DR1.1 catalogue with the cross-match results. The table links the external catalogue original source_id (original_ext_source_id) to the corresponding the additional numerical identifier (clean_panstarrs1_oid). Both original_ext_source_id and clean_panstarrs1_oid are present in the cross-match output tables (panstarrs1BestNeighbour and panstarrs1Neighbourhood). However, in case there are suspected duplicates in the external catalogue, different original_ext_source_id will correspond to the same clean_panstarrs1_oid. In the cross-match output table only the original_ext_source_id of the source with the best astrometry among the suspected duplicates will be listed.In practice, users may use the original_ext_source_id in the original catalogue to find the matching source with the best astrometry. Users interested to find all matching suspected duplicates should instead use the clean_panstarrs1_oid in the join with the cross-match result tables.</description>
                    <nrows>2264263282</nrows>
                    <column>
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.sdssdr13_best_neighbour</name>
                    <description>SDSS DR13 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in SDSS DR13. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>128130925</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.sdssdr13_neighbourhood</name>
                    <description>SDSS DR13 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in SDSS DR13. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>128251974</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.sdssdr13_join</name>
                    <description>Convenience table to be used to join SDSS DR13 catalogue with the cross-match results. The table links the external catalogue original sourceId (originalExtSourceId) to the corresponding additional numerical identifier (cleanSdssdr13Oid).  Both originalExtSourceId and cleanSdssdr13Oid are present in the cross-match output tables (Sdssdr13BestNeighbour and Sdssdr13Neighbourhood).  However, in case there are suspected duplicates in the external catalogue, different originalExtSourceId will correspond to the same cleanSdssdr13Oid. In the cross-match output table only the originalExtSourceId of the source with the best astrometry among the suspected duplicates will be listed.  In practice, users may use the originalExtSourceId in the original catalogue to find the matching source with the best astrometry. Users interested to find all matching suspected duplicates should instead use the cleanSdssdr13Oid in the join with the cross-match result tables.  See Chapter [chap:crossmatch] for more details on the duplicates in the external catalogues and their treatment in the cross-match computations.</description>
                    <nrows>468180930</nrows>
                    <column>
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.skymapperdr2_best_neighbour</name>
                    <description>SkyMapper DR2 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in SkyMapper DR2. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>445161579</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.skymapperdr2_neighbourhood</name>
                    <description>SkyMapper DR2 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in SkyMapper DR2. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>446297242</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.skymapperdr2_join</name>
                    <description>Convenience table to be used to join SkyMapper DR2 catalogue with the cross-match results. It lists all the SkyMapper DR2 sources which were used in the cross-match. See Documentation, 8, for more details on the catalogue.</description>
                    <nrows>504910161</nrows>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.tmass_psc_xsc_best_neighbour</name>
                    <description>2MASS BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in 2MASS. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>469051627</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.tmass_psc_xsc_neighbourhood</name>
                    <description>2MASS Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in 2MASS. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>469600014</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.tmass_psc_xsc_join</name>
                    <description>Convenience table to be used to join 2MASS PSC+XSC catalogue with the cross-match results. The table links the external catalogue original source_id (original_ext_source_id) to the corresponding the additional numerical identifier (clean_tmass_psc_xsc_oid). Both original_ext_source_id and clean_tmass_psc_xsc_oid are present in the cross-match output tables (tmassPscXscBestNeighbour and tmassPscXscNeighbourhood). However, in case there are suspected duplicates in the external catalogue, different original_ext_source_id will correspond to the same clean_tmass_psc_xsc_oid.In the cross-match output table only the original_ext_source_id of the source with the best astrometry among the suspected duplicates will be listed. In practice, users may use the original_ext_source_id in the original catalogue to find the matching source with the best astrometry. Users interested to find all matching suspected duplicates should instead use the clean_tmass_psc_xsc_oid in the join with the cross-match result tables.</description>
                    <nrows>471063502</nrows>
                    <column>
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_psc_source_id</name>
                       <description>Original 2MASS PSC source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_xsc_source_id</name>
                       <description>Original 2MASS XSC source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.tycho2tdsc_merge</name>
                    <description>Tycho-2 merged with the TDSC catalog and TDSC supplement.  The Tycho Double Star Catalogue, (TDSC, ) contains 98482 components of double and multiple systems processed in the Tycho-2 context. It includes either original Tycho-2 data or results from a dedicated re-processing aimed at binaries. As pointed out by P. Marrese (personal communication), the TDSC star with identifier 29583 is redundant and it was therefore skipped. The TDSC supplement contains data from an additional 4777 components from either Hipparcos or Tycho-1.  The Tycho-2 main catalogue  contains 2539913 sources, including many binaries, but a minimum separation of 0.8 arcsec was imposed during the catalogue construction. The Tycho-2 supplement-1 contains data for 17588 Hipparcos and Tycho-1 stars, which do not appear in the main catalogue, but only the 4777 stars relevant for TDSC are included here. The Tycho-2 supplement-2 contains an additional 1146 Tycho-1 stars of poor quality.  We have merged Tycho-2 (main) with the TDSC main and supplement, keeping the Tycho-2 data model and extending it to include TDSC–specific fields. This is only possible to a certain degree as specified in detail below. In particular, Tycho-2 includes fields for mean position, proper motion etc. for a combination of Tycho-2 and several ground based catalogues. These fields are inherited for TDSC main stars, but were not derived for the TDSC supplement, where we only provide HIP proper motions. For Tycho-2 stars not in TDSC, blank TDSC fields were appended.  For Tycho-2 stars in TDSC, the following fields were replaced by the corresponding TDSC fields:  -   tyc1, tyc2, tyc3;  -   hip;  -   ccdm.  In addition, if the TDSC contains a new solution:  -   btMag, eBtMag, vtMag, eVtMag, raDeg, deDeg, epRa1990, epDe1990,     eRaDeg, eDeDec;  -   The mean position flag, pflag, is set to ‘P’ (“photocentre") if     resolved and there are Tycho-2 mean positions. Mean position     etc. are then repeated for both new components;  -   The proximity indicator, prox, is set to blank if the Tycho-2 star     was resolved in TDSC;  -   The type-of-solution flag, posflg, set to ‘N’;  -   For resolved Tycho-2 stars, two records are given.  For the few TDSC stars with new solutions, but not in Tycho-2, and for the TDSC supplement stars (Hipparcos or Tycho-1), the Tycho-2 part of the merged record was populated in the following way:  -   TYC1..3 from TDSC;  -   pflag set to TDSC pmflg (‘H’ or ‘X’), ‘H’ indicating Hip proper     motions;  -   no mean position and related fields;  -   proper motions only for Hipparcos stars;  -   $B_{\rm T}, V_{\rm T}$ photometry from TDSC;  -   Tycho-1 flag, tyc, is set to posflg, i.e. ‘T’ or ‘H’ although     Hipparcos stars may well be in Tycho-1;  -   Hipparcos, hip, and CCDM, ccdm, identifiers from TDSC;  -   astrometry from TDSC, but the (ra, dec)-correlation, corr, is set to     blank.  New TDSC specific fields added after the Tycho-2 part of the record:  -   sysNo, cmp, nMain, nSup, magflg, wds, note, hd;  -   rcmp, pa, sep, ePa, ePaSep, eSep.</description>
                    <nrows>2561887</nrows>
                    <column>
                       <name>id</name>
                       <description>Tycho-2 identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>hip</name>
                       <description>Hipparcos number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tyc1</name>
                       <description>TYC1 component from TYC or GSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tyc2</name>
                       <description>TYC2 component from TYC or GSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tyc3</name>
                       <description>TYC3 component from TYC or TDSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>id_tycho</name>
                       <description>Numeric Tycho-2 identifier</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tyc</name>
                       <description>Tycho-1 star</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Proper motion in RA*cos(dec)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>pm_ra</name>
                       <description>Proper motion in RA*cos(dec)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.eq.ra;pos.pm</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>pm_de</name>
                       <description>Proper motion in Dec</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.eq.dec;pos.pm</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>corr</name>
                       <description>Correlation (RAdeg,DEdeg)</description>
                       <ucd>stat.correlation;pos.eq.ra;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>bt_mag</name>
                       <description>Tycho-2 BT magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ccdm</name>
                       <description>CCDM component identifier for HIP stars</description>
                       <ucd>meta.code.multip</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>cmp</name>
                       <description>Component designation</description>
                       <ucd>meta.id.part</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>de_deg</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>de_mdeg</name>
                       <description>Mean Declination, ICRS, at epoch=J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>e_bt_mag</name>
                       <description>Uncertainty of BT</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>e_de_deg</name>
                       <description>Uncertainty of observed Tycho-2 Dec.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>e_de_mdeg</name>
                       <description>Uncertainty of Dec at mean epoch.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>e_pa</name>
                       <description>Uncertainty of the position angle</description>
                       <unit>deg</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>e_pa_sep</name>
                       <description>Uncertainty of the position angle * separation</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>ep_de1990</name>
                       <description>Epoch--1990 of deDeg</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ep_de_m</name>
                       <description>Mean epoch of Dec.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>e_pm_de</name>
                       <description>Uncertainty of proper motion in Dec.</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>e_pm_ra</name>
                       <description>Uncertainty proper motion in RA*cos(dec).</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ep_ra1990</name>
                       <description>Epoch--1990 of raDeg</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ep_ra_m</name>
                       <description>Mean epoch of RA.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>e_ra_deg</name>
                       <description>Uncertainty RA*cos(dec), of observed Tycho-2 RA.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>e_ra_mdeg</name>
                       <description>Uncertainty RA*cos(dec),at mean epoch.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>e_sep</name>
                       <description>Uncertainty of the separation</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>e_vt_mag</name>
                       <description>Uncertainty of VT</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>hd</name>
                       <description>HD identifier for TDSC entries</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>magflg</name>
                       <description>TDSC photometry flag</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column>
                       <name>n_main</name>
                       <description>Number of components in TDSC main catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>note</name>
                       <description>TDSC notes</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column>
                       <name>n_sup</name>
                       <description>Number of components in the TDSC supplement</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num</name>
                       <description>Number of positions used for forming mean data</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>pa</name>
                       <description>Position angle</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pflag</name>
                       <description>Mean position flag</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>posflg</name>
                       <description>Type of Tycho-2 solution</description>
                       <ucd>meta.id;stat.fit</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>prox</name>
                       <description>Proximity indicator</description>
                       <unit>100mas</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>q_de_mdeg</name>
                       <description>Goodness of fit for mean Dec</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>q_pm_de</name>
                       <description>Goodness of fit for pmDe</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>q_pm_ra</name>
                       <description>Goodness of fit for pmRa</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>q_ra_mdeg</name>
                       <description>Goodness of fit for mean RA</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ra_deg</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_mdeg</name>
                       <description>Mean Right Ascension, ICRS, epoch=J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>rcmp</name>
                       <description>Reference component for position angle and separation</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>sep</name>
                       <description>Separation</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>sys_no</name>
                       <description>TDSC identifier for the system</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>vt_mag</name>
                       <description>Tycho-2 VT magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>wds</name>
                       <description>WDS identifier for the system</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.tycho2tdsc_merge_best_neighbour</name>
                    <description>Tycho2TDSCmerge BestNeighbour table lists each matched external catalogue object with its best neighbour in Gaia. The cross-match algorithm is not symmetric and searches Tycho2TDSCmerge sources counterparts in Gaia. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in Gaia whose position is compatible within position errors with the external catalogue target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.</description>
                    <nrows>2518330</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tycho2tdsc_merge_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.tycho2tdsc_merge_neighbourhood</name>
                    <description>Tycho2TDSCmerge Neighbourhood table includes all good neighbours for each matched Tycho2TDSCmerge object. A good neighbour for a given Tycho2TDSCmerge source is a nearby Gaia object whose position is compatible (within position errors) with the Tycho2TDSCmerge target. The cross-match algorithm is not symmetric and searches Tycho2TDSCmerge sources counterparts in Gaia. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.</description>
                    <nrows>2536896</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tycho2tdsc_merge_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.urat1_best_neighbour</name>
                    <description>URAT-1 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in URAT-1. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>227682906</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.urat1_neighbourhood</name>
                    <description>URAT-1 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in URAT-1. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>227683310</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.synthetic_photometry_gspc</name>
                    <description>Gaia Synthetic Photometry Catalogue (GSPC)This is a catalogue of synthetic photometry generated from the Gaia BP/RP mean spectra in Data Release 3 and standardised using wide and reliable sets of external standard stars.Only sources that have BP/RP mean spectra in Gaia DR3 can be included in this catalogue. Individual magnitudes and fluxes are included only if F/σ_(F) &gt; 30 in that passband, where F and σ_(F) are the flux and its uncertainty.Synthetic photometry is provided in a selection of photometric systems.Further details on the generation and composition of the catalogue are available in .</description>
                    <nrows>218936915</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>b_jkc_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>b_jkc_flux</name>
                       <description>B flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>b_jkc_flux_error</name>
                       <description>Error on the B flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>b_jkc_mag</name>
                       <description>B magnitude in the Johnson-Kron-Cousins system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>c_star</name>
                       <description>BP/RP excess factor corrected for the expected colour dependency</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>f606w_acswfc_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>f606w_acswfc_flux</name>
                       <description>F606W flux in the HST ACS/WFC system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>f606w_acswfc_flux_error</name>
                       <description>Error on the F606W flux in the HST ACS/WFC system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>f606w_acswfc_mag</name>
                       <description>F606W magnitude in the HST ACS/WFC system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>f814w_acswfc_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>f814w_acswfc_flux</name>
                       <description>F814W flux in the HST ACS/WFC system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>f814w_acswfc_flux_error</name>
                       <description>Error on the F814W flux in the HST ACS/WFC system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>f814w_acswfc_mag</name>
                       <description>F814W magnitude in the HST ACS/WFC system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>g_sdss_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>g_sdss_flux</name>
                       <description>g flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>g_sdss_flux_error</name>
                       <description>Error on the g flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>g_sdss_mag</name>
                       <description>g magnitude in the SDSS system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>i_jkc_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>i_jkc_flux</name>
                       <description>I flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>i_jkc_flux_error</name>
                       <description>Error on the I flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>i_jkc_mag</name>
                       <description>I magnitude in the Johnson-Kron-Cousins system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>i_sdss_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>i_sdss_flux</name>
                       <description>i flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>i_sdss_flux_error</name>
                       <description>Error on the i flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>i_sdss_mag</name>
                       <description>i magnitude in the SDSS system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>r_jkc_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>r_jkc_flux</name>
                       <description>R flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>r_jkc_flux_error</name>
                       <description>Error on the R flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>r_jkc_mag</name>
                       <description>R magnitude in the Johnson-Kron-Cousins system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>r_sdss_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>r_sdss_flux</name>
                       <description>r flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>r_sdss_flux_error</name>
                       <description>Error on the r flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>r_sdss_mag</name>
                       <description>r magnitude in the SDSS system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>u_jkc_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>u_jkc_flux</name>
                       <description>U flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>u_jkc_flux_error</name>
                       <description>Error on the U flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>u_jkc_mag</name>
                       <description>U magnitude in the Johnson-Kron-Cousins system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>u_sdss_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>u_sdss_flux</name>
                       <description>u flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>u_sdss_flux_error</name>
                       <description>Error on the u flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>u_sdss_mag</name>
                       <description>u magnitude in the SDSS system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>v_jkc_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>v_jkc_flux</name>
                       <description>V flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>v_jkc_flux_error</name>
                       <description>Error on the V flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>v_jkc_mag</name>
                       <description>V magnitude in the Johnson-Kron-Cousins system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>y_ps1_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>y_ps1_flux</name>
                       <description>y flux in the Pan-STARRS1 system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>y_ps1_flux_error</name>
                       <description>Error on the y flux in the Pan-STARRS1 system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>y_ps1_mag</name>
                       <description>y magnitude in the Pan-STARRS1 system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>z_sdss_flag</name>
                       <description>Flag indicating if G mag and BP-RP color of the source lie in the validated range</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>z_sdss_flux</name>
                       <description>z flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>z_sdss_flux_error</name>
                       <description>Error on the z flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>z_sdss_mag</name>
                       <description>z magnitude in the SDSS system</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.binary_masses</name>
                    <description>Masses derived from the non-single stars (NSS) solutions with orbital parameters in table gaiadr3.nss_two_body_orbit. The table presents the different types of NSS orbital solutions combined and which parameters each combination allows to constrain</description>
                    <nrows>195315</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>combination_method</name>
                       <description>Combination of NSS solutions used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>flag</name>
                       <description>Flag</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>fluxratio</name>
                       <description>Flux ratio of the secondary to the primary in the G-band</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fluxratio_lower</name>
                       <description>Lower value of the flux ratio</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>fluxratio_upper</name>
                       <description>Upper value of the flux ratio</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>m1</name>
                       <description>Primary mass</description>
                       <unit>solMass</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>m1_lower</name>
                       <description>Lower confidence level (16%) of the primary mass</description>
                       <unit>solMass</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>m1_ref</name>
                       <description>Reference for the primary mass</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>m1_upper</name>
                       <description>Upper confidence level (84%) of the primary mass</description>
                       <unit>solMass</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>m2</name>
                       <description>Secondary mass</description>
                       <unit>solMass</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>m2_lower</name>
                       <description>Lower confidence level (16%) of the secondary mass</description>
                       <unit>solMass</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>m2_upper</name>
                       <description>Upper confidence level (84%) of the secondary mass</description>
                       <unit>solMass</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.sso_orbits</name>
                    <description>Orbital parameters and uncertainties computed from the sso_observation astrometric data. The content of the table is described in the DR3 publication .</description>
                    <nrows>154741</nrows>
                    <column>
                       <name>arc_length</name>
                       <description>Orbital arc length spanned by the observations</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>arg_perihelion</name>
                       <description>Argument of perihelion</description>
                       <unit>rad</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>denomination</name>
                       <description>Solar system object name</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>eccentricity</name>
                       <description>Eccentricity</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>h_state_vector</name>
                       <description>Heliocentric State Vector at reference Epoch</description>
                       <unit>?AUAndAUPerDay?</unit>
                       <ucd>meta.version</ucd>
                       <dataType size="6" xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>h_state_vector_var_covar_matrix</name>
                       <description>Covariance matrix of the State Vector</description>
                       <ucd>meta.version</ucd>
                       <dataType size="21" xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>inclination</name>
                       <description>Inclination</description>
                       <unit>rad</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>long_asc_node</name>
                       <description>Longitude of ascending node</description>
                       <unit>rad</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>mean_anomaly</name>
                       <description>Mean anomaly</description>
                       <unit>rad</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>number_mp</name>
                       <description>SSO Number</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>num_observations</name>
                       <description>Number of observations</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>orbital_elements_var_covar_matrix</name>
                       <description>var-covar matrix on elliptical elements at reference Epoch</description>
                       <ucd>meta.version</ucd>
                       <dataType size="21" xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>osc_epoch</name>
                       <description>Reference epoch for osculating orbit</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>semi_major_axis</name>
                       <description>Semimajor axis</description>
                       <unit>AU</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>std_dev_semi_major_axis</name>
                       <description>Standard deviation on Semimajor axis</description>
                       <unit>AU</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gold_sample_carbon_stars</name>
                    <description>List of Gaia DR3 source IDs for carbon stars extracted from the main list of candidate carbon stars for having C2 and CN molecular bands significantly stronger than usual M stars .</description>
                    <nrows>15740</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gold_sample_fgkm_stars</name>
                    <description>Stellar astrophysical parameters of the golden sample of F, G, K, and M stars from . Values are identical to the ones in the astrophysical_parameters and astrophysical_parameters_supp tables, but only those values retained after filtering are copied over.</description>
                    <nrows>3273041</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>age_flame</name>
                       <description>Age of the star from FLAME using stellar models, see massFlame for details</description>
                       <unit>Gyr</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>age_flame_spec</name>
                       <description>Age of the star from FLAME using stellar models, see mass_flame_spec for details</description>
                       <unit>Gyr</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ag_gspphot</name>
                       <description>Extinction in G band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>alphafe_gspspec</name>
                       <description>Median abundance of alpha-elements [alphe/Fe] with respect to iron from GSP-Spec MatisseGauguin using RVS spectra and monte carlo realizations</description>
                       <unit>dex</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ebpminrp_gspphot</name>
                       <description>Reddening E(BP-RP) from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>evolstage_flame</name>
                       <description>Evolutionary stage of the star derived from FLAME using stellar models, see massFlame for details</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>evolstage_flame_spec</name>
                       <description>Evolutionary stage of the star derived from FLAME using stellar models, see mass_flame_spec for details</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>logg_gspphot</name>
                       <description>Surface gravity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logg_gspspec</name>
                       <description>Median value of logarithm of the stellar surface gravity using RVS spectra and monte carlo realizations</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>lum_flame</name>
                       <description>Luminosity of the star from FLAME using G band magnitude, extinction (agGspphot), parallax and a bolometric correction (bcFlame)</description>
                       <unit>solLum</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>lum_flame_spec</name>
                       <description>Luminosity of the star from FLAME using G band magnitude, extinction (agGspphot), parallax and a bolometric correction (bc_flame_spec)</description>
                       <unit>solLum</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mass_flame</name>
                       <description>Mass of the star from FLAME using stellar models, lumFlame, and teffGspphot</description>
                       <unit>solMass</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mass_flame_spec</name>
                       <description>Mass of the star from FLAME using stellar models, lum_flame_spec, and teffGspspec</description>
                       <unit>solMass</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mh_gspphot</name>
                       <description>Global metallicity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>dex</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mh_gspspec</name>
                       <description>Median global metallicity [M/H] from GSP-Spec MatisseGauguin using RVS spectra and monte carlo realizations</description>
                       <unit>dex</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_flame</name>
                       <description>Radius of the star derived from FLAME using teffGspphot and lumFlame</description>
                       <unit>solRad</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_flame_spec</name>
                       <description>Radius of the star from FLAME using teffGspspec and lum_flame_spec</description>
                       <unit>solRad</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>spectraltype_esphs</name>
                       <description>Spectral type from ESP-HS</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>teff_gspphot</name>
                       <description>Effective temperature from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>teff_gspspec</name>
                       <description>Median value of the effective temperature from GSP-Spec MatisseGauguin monte carlo realizations using RVS spectra</description>
                       <unit>K</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gold_sample_oba_stars</name>
                    <description>List of Gaia DR3 source IDs of O, B, and A-type stars having an effective temperature estimate provided by ESP-HS or/and GSP-Phot greater than 7 500 K. Based on the information available in the Gaia DR3 catalogue, various filters were applied in order to reduce as much as possible the pollution from other types of targets. See for more details.</description>
                    <nrows>3023388</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>vtan_flag</name>
                       <description>Flag indicating whether the tangential velocity is above 180 km/s</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gold_sample_solar_analogues</name>
                    <description>Gaia DR3 source IDs of candidates for solar analogues selected from GSP-Spec via effective temperature, surface gravity and metallicity and from FLAME via mass and radius. For more details please refer to .</description>
                    <nrows>5863</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gold_sample_spss</name>
                    <description>Recommended parameters for the Gaia Spectro-Photometric Standard stars , selected as described in , from the available parameters produced by CU8 and CU6 .</description>
                    <nrows>111</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ag</name>
                       <description>Extinction in the G band</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>age</name>
                       <description>Best age</description>
                       <unit>Gyr</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>age_error</name>
                       <description>Uncertainty on the best age</description>
                       <unit>Gyr</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ag_error</name>
                       <description>Uncertainty on the extinction in the G band</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>alphafe</name>
                       <description>Best alpha enhancement</description>
                       <unit>dex</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>alphafe_error</name>
                       <description>Uncertainty on the best alpha enhancement</description>
                       <unit>dex</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>azero</name>
                       <description>Best extinction at 547.7 nm</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>azero_error</name>
                       <description>Uncertainty on the best extinction at 547.7 nm</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>bin_flag</name>
                       <description>Binary flag</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>distancepc</name>
                       <description>Best distance</description>
                       <unit>pc</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>distancepc_error</name>
                       <description>Uncertainty on the best distance</description>
                       <unit>pc</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ebpminrp</name>
                       <description>Reddening in BP-RP</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ebpminrp_error</name>
                       <description>Uncertainty on the reddening in BP-RP</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>feh</name>
                       <description>Best iron abundance</description>
                       <unit>dex</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>feh_error</name>
                       <description>Uncertainty on the best iron abundance</description>
                       <unit>dex</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logg</name>
                       <description>Best surface gravity</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>logg_error</name>
                       <description>Uncertainty on the best surface gravity</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>lum</name>
                       <description>Best luminosity</description>
                       <unit>solLum</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>lum_error</name>
                       <description>Uncertainty on the best luminosity</description>
                       <unit>solLum</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mass</name>
                       <description>Best mass</description>
                       <unit>solMass</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>mass_error</name>
                       <description>Uncertainty on the best mass</description>
                       <unit>solMass</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>notes</name>
                       <description>Free text notes on this object</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>radial_velocity</name>
                       <description>Radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radial_velocity_error</name>
                       <description>Uncertainty on the radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius</name>
                       <description>Best radius</description>
                       <unit>solRad</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_error</name>
                       <description>Uncertainty on the best radius</description>
                       <unit>solRad</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>spectraltype</name>
                       <description>Spectral type</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>spss_id</name>
                       <description>SPSS identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>spss_name</name>
                       <description>SPSS adopted name</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>teff</name>
                       <description>Best effective temperature</description>
                       <unit>K</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>teff_error</name>
                       <description>Uncertainty of the best effective temperature</description>
                       <unit>K</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>var_flag</name>
                       <description>Variability flag</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>vsin_error</name>
                       <description>Uncertainty on the best projected rotation</description>
                       <unit>km.s**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>vsini</name>
                       <description>Best projected rotation</description>
                       <unit>km.s**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.gold_sample_ucd</name>
                    <description>The table contains the bolometric luminosities and radii in solar units for a subset of ultracool dwarfs from the Gaia DR3 catalogue, as well as some intermediate quantities used in the selection of sources and in the derivation of the luminosities and radii.For more details please refer to .</description>
                    <nrows>21062</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ftot_fobs</name>
                       <description>Correction factor applied to obtain the total SED flux</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>lum</name>
                       <description>Bolometric luminosity in solar units</description>
                       <unit>solLum</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>lum_uncertainty</name>
                       <description>Uncertainty in bolometric luminosity</description>
                       <unit>solLum</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius</name>
                       <description>Radius in solar unit</description>
                       <unit>solRad</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_uncertainty</name>
                       <description>Uncertainty in radius</description>
                       <unit>solRad</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>reduced_chi2</name>
                       <description>Reduced chi-square of the SED fit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_planetary_transit_13june2022</name>
                    <description>This table describes the Planetary Transit candidate events.</description>
                    <nrows>214</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>num_in_transit</name>
                       <description>Number of in-transit observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>transit_depth</name>
                       <description>Transit depth</description>
                       <unit>mmag</unit>
                       <ucd>phot.mag;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>transit_duration</name>
                       <description>Transit duration</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>transit_period</name>
                       <description>Most probable transit period</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>transit_reference_time</name>
                       <description>Mid-transit reference time</description>
                       <unit>d</unit>
                       <ucd>time</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.chemical_cartography</name>
                    <description>Orbital parameters, actions, Galactocentric Cartesian coordinates and velocities for the sample of stars used in the DR3 chemical cartographic study of the Milky Way.For further details see .</description>
                    <nrows>5591594</nrows>
                    <column>
                       <name>ecc_hi</name>
                       <description>Upper confidence limit of the orbital eccentricity computed assuming the Staeckel approximation.</description>
                       <ucd>stat;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ecc_lo</name>
                       <description>Lower confidence limit of the orbital eccentricity computed assuming the Staeckel approximation.</description>
                       <ucd>stat;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ecc_med</name>
                       <description>Median orbital eccentricity computed assuming the Staeckel approximation.</description>
                       <ucd>stat;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>energy_med</name>
                       <description>Total energy per unit mass assuming median coordinates and velocities.</description>
                       <unit>km**2.s**-2</unit>
                       <ucd>phys;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>jphi_hi</name>
                       <description>Upper confidence limit of the azimuthal action per unit mass (positive clockwise) in units of 1967.3865 km/s kpc.</description>
                       <ucd>phys;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>jphi_lo</name>
                       <description>Lower confidence limit of the azimuthal action per unit mass (positive clockwise) in units of 1967.3865 km/s kpc. Equivalent to the lower confidence limit of the vertical component of the angular momentum.</description>
                       <ucd>phys;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>jphi_med</name>
                       <description>Median azimuthal action per unit mass (positive clockwise) in units of 1967.3865 km/s kpc. Equivalent to the median vertical component of the angular momentum.</description>
                       <ucd>phys;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>jr_hi</name>
                       <description>Upper confidence limit of the radial action per unit mass in units of 1967.3865 km/s kpc computed assuming the Staeckel approximation.</description>
                       <ucd>stat;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>jr_lo</name>
                       <description>Lower confidence limit of the radial action per unit mass in units of 1967.3865 km/s kpc computed assuming the Staeckel approximation.</description>
                       <ucd>stat;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>jr_med</name>
                       <description>Median radial action per unit mass in units of 1967.3865 km/s kpc computed assuming the Staeckel approximation.</description>
                       <ucd>stat;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>jz_hi</name>
                       <description>Upper confidence limit of the vertical action per unit mass in units of 1967.3865 km/s kpc computed assuming the Staeckel approximation.</description>
                       <ucd>stat;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>jz_lo</name>
                       <description>Lower confidence limit of the vertical action per unit mass in units of 1967.3865 km/s kpc computed assuming the Staeckel approximation.</description>
                       <ucd>stat;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>jz_med</name>
                       <description>Median vertical action per unit mass in units of 1967.3865 km/s kpc computed assuming the Staeckel approximation.</description>
                       <ucd>stat;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rapo_hi</name>
                       <description>Upper confidence limit of the of the maximum Galactocentric distance computed assuming the Staeckel approximation.</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rapo_lo</name>
                       <description>Lower confidence limit of the of the maximum Galactocentric distance computed assuming the Staeckel approximation.</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rapo_med</name>
                       <description>Median of the maximum Galactocentric distance computed assuming the Staeckel approximation.</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rperi_hi</name>
                       <description>Upper confidence limit of the of the minimum Galactocentric distance computed assuming the Staeckel approximation.</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rperi_lo</name>
                       <description>Lower confidence limit of the of the minimum Galactocentric distance computed assuming the Staeckel approximation.</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rperi_med</name>
                       <description>Median of the minimum Galactocentric distance computed assuming the Staeckel approximation.</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rplane_hi</name>
                       <description>Upper confidence limit of the in-plane projection of the Galactocentric distance.</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rplane_lo</name>
                       <description>Lower confidence limit of the in-plane projection of the Galactocentric distance.</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>rplane_med</name>
                       <description>Median in-plane projection of the Galactocentric distance.</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>vphi_hi</name>
                       <description>Upper confidence limit of the Galactocentric azimuthal velocity (positive clockwise). Equivalent to the upper confidence limit of the vertical component of the angular momentum.</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc.transverse;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>vphi_lo</name>
                       <description>Lower confidence limit of the Galactocentric azimuthal velocity (positive clockwise).</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc.transverse;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>vphi_med</name>
                       <description>Median Galactocentric azimuthal velocity (positive clockwise).</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc.transverse;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>vrplane_hi</name>
                       <description>Upper confidence limit of the Galactocentric radial velocity.</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>vrplane_lo</name>
                       <description>Lower confidence limit of the Galactocentric radial velocity.</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>vrplane_med</name>
                       <description>Median Galactocentric radial velocity.</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>vz_hi</name>
                       <description>Upper confidence limit of the vertical velocity.</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>vz_lo</name>
                       <description>Lower confidence limit of the vertical velocity.</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>vz_med</name>
                       <description>Median vertical velocity.</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>x_hi</name>
                       <description>Upper confidence limit of the Cartesian coordinate X.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.x;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>x_lo</name>
                       <description>Lower confidence limit of the Cartesian coordinate X.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.x;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>x_med</name>
                       <description>Median of the Cartesian coordinate X.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.x;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>y_hi</name>
                       <description>Upper confidence limit of the Cartesian coordinate Y.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.y;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>y_lo</name>
                       <description>Lower confidence limit of the Cartesian coordinate Y.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.y;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>y_med</name>
                       <description>Median of the Cartesian coordinate Y.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.y;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>z_hi</name>
                       <description>Upper confidence limit of the Cartesian coordinate Z.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.z;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>z_lo</name>
                       <description>Lower confidence limit of the Cartesian coordinate Z.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.z;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>zmax_hi</name>
                       <description>Upper confidence limit of the maximum Galactic height (in absolute value) computed assuming the Staeckel approximation.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.z;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>zmax_lo</name>
                       <description>Lower confidence limit of the maximum Galactic height (in absolute value) computed assuming the Staeckel approximation.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.z;stat;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>zmax_med</name>
                       <description>Median maximum Galactic height (in absolute value) computed assuming the Staeckel approximation.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>z_med</name>
                       <description>Median of the Cartesian coordinate Z.</description>
                       <unit>kpc</unit>
                       <ucd>pos.cartesian.z;stat.median</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr3.vari_spurious_signals</name>
                    <description>Several statistics computed for all sources with published photometric time series which can help in the identification of sources that are affected by calibration issues resulting in, for example, spurious variability signals.The table has a row for every source with GaiaSource.has_Epoch_Photometry set to TRUE and is described in detail in .</description>
                    <nrows>11754237</nrows>
                    <column>
                       <name>gls_freq_ampl_g_fov</name>
                       <description>Normalised amplitude of the frequency identified by Generalised Least Squares period search on G FoV timeseries</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>gls_freq_fap_g_fov</name>
                       <description>False Alarm Probability (FAP) of the frequency identified by Generalised Least Squares period search on G FoV timeseries</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>gls_freq_g_fov</name>
                       <description>Frequency identified by Generalised Least Squares period search on G FoV timeseries</description>
                       <unit>d**-1</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>gls_freq_sde_g_fov</name>
                       <description>Signal Detection Efficiency (SDE) of the frequency identified by Generalised Least Squares period search on G FoV timeseries</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>in_andromeda_survey</name>
                       <description>Flag indicating that the source is present in the Gaia Andromeda Photometric Survey (GAPS)</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>nhm_fund_freq_error_g_fov</name>
                       <description>Uncertainty of the fundamental frequency identified by non-linear harmonic modelling on G FoV timeseries</description>
                       <unit>d**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>nhm_fund_freq_g_fov</name>
                       <description>Fundamental frequency identified by non-linear harmonic modelling on G FoV timeseries, initialised by the Generalised Least Squares frequency</description>
                       <unit>d**-1</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>num_obs_common_all_bands</name>
                       <description>Number of observations in common for G, BP and RP bands, used in computation of the Spearman correlation excess factor fields</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_obs_excl_epsl_bp</name>
                       <description>Number of BP-band photometry observations excluding EPSL, used for the IPD correlation and scan angle modelling in the BP band</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_obs_excl_epsl_g_fov</name>
                       <description>Number of G-band FoV photometry observations excluding EPSL, used for the IPD correlation and scan angle modelling in the G band</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_obs_excl_epsl_rp</name>
                       <description>Number of RP-band photometry observations excluding EPSL, used for the IPD correlation and scan angle modelling in the RP band</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>num_obs_g_fov</name>
                       <description>Number of selected observations of G FoV transits, used in the frequency fields</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>phot_variable_flag</name>
                       <description>Photometric variability flag</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_ampl_bp</name>
                       <description>Amplitude of the scan angle model fit to BP-band photometry</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_ampl_g_fov</name>
                       <description>Amplitude of the scan angle model fit to G-band FoV photometry</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_ampl_rp</name>
                       <description>Amplitude of the scan angle model fit to RP-band photometry</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_ampl_sig_bp</name>
                       <description>Significance of the amplitude of the scan angle model fit to BP-band photometry</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_ampl_sig_g_fov</name>
                       <description>Significance of the amplitude of the scan angle model fit to G-band FoV photometry</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_ampl_sig_rp</name>
                       <description>Significance of the amplitude of the scan angle model fit to RP-band photometry</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_f2_bp</name>
                       <description>F2 goodness-of-fit of the scan angle model fit to BP-band photometry</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_f2_g_fov</name>
                       <description>F2 goodness-of-fit of the scan angle model fit to G-band FoV photometry</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_f2_rp</name>
                       <description>F2 goodness-of-fit of the scan angle model fit to RP-band photometry</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_offset_bp</name>
                       <description>Magnitude offset of the scan angle model fit to BP-band photometry</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_offset_g_fov</name>
                       <description>Magnitude offset of the scan angle model fit to G-band FoV photometry</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_offset_rp</name>
                       <description>Magnitude offset of the scan angle model fit to RP-band photometry</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_phase_bp</name>
                       <description>Phase of the scan angle model fit to BP-band photometry</description>
                       <unit>deg</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_phase_g_fov</name>
                       <description>Phase of the scan angle model fit to G-band FoV photometry</description>
                       <unit>deg</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_phase_rp</name>
                       <description>Phase of the scan angle model fit to RP-band photometry</description>
                       <unit>deg</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_red_chi2_bp</name>
                       <description>Reduced Chi2 of the scan angle model fit to BP-band photometry</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_red_chi2_g_fov</name>
                       <description>Reduced Chi2 of the scan angle model fit to G-band FoV photometry</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>scan_angle_model_red_chi2_rp</name>
                       <description>Reduced Chi2 of the scan angle model fit to RP-band photometry</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>spearman_corr_exf_bp</name>
                       <description>BP-band photometry Spearman correlation with corrected flux excess factor</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>spearman_corr_exf_g_fov</name>
                       <description>G-band FoV photometry Spearman correlation with corrected flux excess factor</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>spearman_corr_exf_rp</name>
                       <description>RP-band photometry Spearman correlation with corrected flux excess factor</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>spearman_corr_ipd_bp</name>
                       <description>BP-band Spearman correlation with IPD model</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>spearman_corr_ipd_g_fov</name>
                       <description>G-band FoV photometry Spearman correlation with IPD model</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>spearman_corr_ipd_rp</name>
                       <description>RP-band Spearman correlation with IPD model</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
              </schema>
              <schema>
                 <name>gaiaedr3</name>
                 <table>
                    <name>gaiaedr3.gaia_source</name>
                    <description>This table has an entry for every Gaia observed source as listed in the Main Database accumulating catalogue version from which the catalogue release has been generated. It contains the basic source parameters, that is only final data (no epoch data) and no spectra (neither final nor epoch).</description>
                    <nrows>1811709771</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>designation</name>
                       <description>Unique source designation (unique across all Data Releases)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="768.0665391873573" stat0:mean="0.3663611304769418" stat0:median="0.3063017731950858" stat0:min="-187.02939637423492" stat0:q1="0.011034126878646364" stat0:q3="0.6743959701657518" stat0:stddev="1.0261718025886906">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="6765.995136250774" stat0:mean="-2.5590960591380014" stat0:median="-2.51109363349256" stat0:min="-4406.469178827325" stat0:q1="-4.793564760251378" stat0:q3="-0.34840010423696" stat0:stddev="5.64273159018546">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="10362.394206546573" stat0:mean="-3.115878202133661" stat0:median="-3.1059277881307357" stat0:min="-5817.8001940492695" stat0:q1="-5.608696185478165" stat0:q3="-0.3168450716143981" stat0:stddev="5.752189036030053">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1806254432" stat0:max="22.9564247" stat0:mean="19.314286420905198" stat0:median="19.7278919" stat0:min="1.73160696" stat0:q1="18.618885" stat0:q3="20.4544563" stat0:stddev="1.5508608769455074">
                       <name>phot_g_mean_mag</name>
                       <description>G-band mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1542033472" stat0:max="25.3330841" stat0:mean="19.865036778257277" stat0:median="20.2946873" stat0:min="2.39800119" stat0:q1="19.0640488" stat0:q3="21.0553608" stat0:stddev="1.6522275403846276">
                       <name>phot_bp_mean_mag</name>
                       <description>Integrated BP mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1554997939" stat0:max="24.6959972" stat0:mean="18.264446471753853" stat0:median="18.6045628" stat0:min="1.74363327" stat0:q1="17.4911308" stat0:q3="19.4076767" stat0:stddev="1.572777252473456">
                       <name>phot_rp_mean_mag</name>
                       <description>Integrated RP mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="99.9976349" stat0:mean="1.661338689464026" stat0:median="0.369363785" stat0:min="0.00353716919" stat0:q1="0.151141658" stat0:q3="0.950637341" stat0:stddev="4.9401790811064155">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="99.9797363" stat0:mean="1.3781491253972378" stat0:median="0.340729296" stat0:min="0.00429516425" stat0:q1="0.142864108" stat0:q3="0.848152041" stat0:stddev="3.957923184514011">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="5.80227423" stat0:mean="0.46354015810114857" stat0:median="0.343198925" stat0:min="0.00718995742" stat0:q1="0.155407533" stat0:q3="0.642054975" stat0:stddev="0.4198968376195933">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="3.44736791" stat0:mean="0.5054975200357122" stat0:median="0.352559268" stat0:min="0.00395966368" stat0:q1="0.1576132405" stat0:q3="0.688783526" stat0:stddev="0.4824088716833905">
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="3.44496036" stat0:mean="0.4493754327439895" stat0:median="0.314814121" stat0:min="0.00529272668" stat0:q1="0.14576596" stat0:q3="0.609503269" stat0:stddev="0.42893465359036087">
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="116.016365" stat0:mean="1.0973414511604185" stat0:median="1.0229435" stat0:min="0.192398652" stat0:q1="0.987575829" stat0:q3="1.06846392" stat0:stddev="0.6082553480662204">
                       <name>ruwe</name>
                       <description>Renormalised unit weight error</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="5.77910733E9" stat0:mean="3192.7185905522074" stat0:median="308.670319" stat0:min="2.730088" stat0:q1="186.004669" stat0:q3="437.653381" stat0:stddev="642462.9100341338">
                       <name>astrometric_chi2_al</name>
                       <description>AL chi-square value</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="1131.58459" stat0:mean="1.447248137219584" stat0:median="0.252737224" stat0:min="0.0" stat0:q1="0.0" stat0:q3="1.45476115" stat0:stddev="5.413304658450452">
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="1.94326672E8" stat0:mean="97.68733425623377" stat0:median="0.279167682" stat0:min="0.0" stat0:q1="0.0" stat0:q3="1.54381275" stat0:stddev="21716.908488824338">
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="10382.0029" stat0:mean="3.0994630679227706" stat0:median="0.754414558" stat0:min="-31.8827419" stat0:q1="-0.155601159" stat0:q3="1.90099311" stat0:stddev="20.997310004878806">
                       <name>astrometric_gof_al</name>
                       <description>Goodness of fit statistic of model wrt along-scan observations</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="178.0" stat0:mean="32.133786465624794" stat0:median="30.0" stat0:min="5.0" stat0:q1="19.0" stat0:q3="43.0" stat0:stddev="17.97493847787233">
                       <name>astrometric_matched_transits</name>
                       <description>Matched FOV transits used in the AGIS solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="299.0" stat0:mean="1.6108711570226444" stat0:median="1.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="2.0" stat0:stddev="2.64823579353633">
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of bad observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="1556.0" stat0:mean="277.3004810686093" stat0:median="262.0" stat0:min="10.0" stat0:q1="162.0" stat0:q3="374.0" stat0:stddev="155.836490867197">
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of good observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="1524.0" stat0:mean="1.5859538994560074" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="24.730686910502936">
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of observations AC</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="1564.0" stat0:mean="278.91135222563196" stat0:median="264.0" stat0:min="12.0" stat0:q1="163.0" stat0:q3="376.0" stat0:stddev="156.519497840211">
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_primary_flag</name>
                       <description>Primary or seconday</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="2.63078646E10" stat0:mean="10691.544770957898" stat0:median="0.757362366" stat0:min="0.00994285755" stat0:q1="0.310560822" stat0:q3="2.16848159" stat0:stddev="1755781.9936796254">
                       <name>astrometric_sigma5d_max</name>
                       <description>The longest semi-major axis of the 5-d error ellipsoid</description>
                       <unit>mas</unit>
                       <ucd>stat;pos.errorEllipse</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1542028163" stat0:max="6.99899673" stat0:mean="0.6866040077232946" stat0:median="0.648929596" stat0:min="-8.43157673" stat0:q1="0.44178009" stat0:q3="0.920125961" stat0:stddev="0.48698777906367813">
                       <name>bp_g</name>
                       <description>BP - G colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.B;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1540770489" stat0:max="10.1931486" stat0:mean="1.610627759690439" stat0:median="1.5311451" stat0:min="-7.34753036" stat0:q1="1.18885803" stat0:q3="1.95320702" stat0:stddev="0.6248690696411666">
                       <name>bp_rp</name>
                       <description>BP - RP colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.B;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.978211403" stat0:mean="-0.0942452357581472" stat0:median="-0.079231441" stat0:min="-0.992052555" stat0:q1="-0.264533073" stat0:q3="0.0809794143" stat0:stddev="0.2417839119744544">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.997181118" stat0:mean="-0.20056706860939325" stat0:median="-0.21190545" stat0:min="-0.997170389" stat0:q1="-0.442573816" stat0:q3="0.008372656535" stat0:stddev="0.34213136951633916">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.989897549" stat0:mean="-0.05328610002107621" stat0:median="-0.0431849025" stat0:min="-0.993422031" stat0:q1="-0.185428709" stat0:q3="0.08549894764999999" stat0:stddev="0.21459348397452013">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="882328109" stat0:max="0.91690594" stat0:mean="0.011483164229158566" stat0:median="0.009967669375" stat0:min="-0.936728001" stat0:q1="-0.0825652853" stat0:q3="0.103816234" stat0:stddev="0.14612373066795664">
                       <name>dec_pseudocolour_corr</name>
                       <description>Correlation between declination and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="7209831" stat0:max="623.608643" stat0:mean="-3.139829072939739" stat0:median="-3.305962085" stat0:min="-618.510925" stat0:q1="-28.91069125" stat0:q3="22.3621063" stat0:stddev="47.307047012165356">
                       <name>dr2_radial_velocity</name>
                       <description>Radial velocity from Gaia DR2</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="7209831" stat0:max="19.9998398" stat0:mean="1.8685154421938057" stat0:median="1.053103925" stat0:min="0.109999999" stat0:q1="0.5533021389999999" stat0:q3="2.0786309249999997" stat0:stddev="2.4426750614300854">
                       <name>dr2_radial_velocity_error</name>
                       <description>Radial velocity error from Gaia DR2</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="201.0" stat0:mean="0.03328188486101619" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.6181310215383544">
                       <name>dr2_rv_nb_transits</name>
                       <description>Number of transits used to compute radial velocity in Gaia DR2</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="7209831" stat0:max="1.0" stat0:mean="-0.08865616961063304" stat0:median="0.0" stat0:min="-5.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.33811480513911135">
                       <name>dr2_rv_template_fe_h</name>
                       <description>Fe/H of the template used to compute radial velocity in Gaia DR2</description>
                       <unit>dex</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="7209831" stat0:max="5.0" stat0:mean="3.470593970926642" stat0:median="3.0" stat0:min="-0.5" stat0:q1="3.0" stat0:q3="4.0" stat0:stddev="0.6722216797401999">
                       <name>dr2_rv_template_logg</name>
                       <description>logg of the template used to compute radial velocity in Gaia DR2</description>
                       <unit>log cgs</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="7209831" stat0:max="6750.0" stat0:mean="5145.5162541257905" stat0:median="5000.0" stat0:min="3600.0" stat0:q1="4500.0" stat0:q3="5500.0" stat0:stddev="712.2184339961505">
                       <name>dr2_rv_template_teff</name>
                       <description>Teff of the template used to compute radial velocity in Gaia DR2</description>
                       <unit>K</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>duplicated_source</name>
                       <description>Source with multiple source identifiers</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1551149811" stat0:max="11.5459099" stat0:mean="0.9251950401227004" stat0:median="0.875192642" stat0:min="-4.87087154" stat0:q1="0.682569504" stat0:q3="1.10737038" stat0:stddev="0.3805290174760882">
                       <name>g_rp</name>
                       <description>G - RP colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="100.0" stat0:mean="1.4893521303418527" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="6.798784389939323">
                       <name>ipd_frac_multi_peak</name>
                       <description>Percent of successful-IPD windows with more than one peak</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="100.0" stat0:mean="3.9441331025420627" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="13.243067574210155">
                       <name>ipd_frac_odd_win</name>
                       <description>Percent of transits with truncated windows or multiple gate</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="14408.1592" stat0:mean="0.12965483979902065" stat0:median="0.0340675339" stat0:min="7.65736104E-7" stat0:q1="0.0177419875" stat0:q3="0.0734901652" stat0:stddev="1.7074765120059932">
                       <name>ipd_gof_harmonic_amplitude</name>
                       <description>Amplitude of the IPD GoF versus position angle of scan</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="180.0" stat0:mean="88.29904835926683" stat0:median="86.0524292" stat0:min="1.65010974E-8" stat0:q1="34.7161674" stat0:q3="140.947021" stat0:stddev="57.66338642057958">
                       <name>ipd_gof_harmonic_phase</name>
                       <description>Phase of the IPD GoF versus position angle of scan</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="328.0" stat0:mean="35.272488906281886" stat0:median="33.0" stat0:min="5.0" stat0:q1="20.0" stat0:q3="48.0" stat0:stddev="19.785836748980987">
                       <name>matched_transits</name>
                       <description>The number of transits matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="242.0" stat0:mean="0.2702506117907337" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.9015119050130221">
                       <name>matched_transits_removed</name>
                       <description>The number of transits removed from an existing source in the current cycle</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="328.0" stat0:mean="14.361143080129693" stat0:median="12.0" stat0:min="0.0" stat0:q1="7.0" stat0:q3="19.0" stat0:stddev="10.654528919399118">
                       <name>new_matched_transits</name>
                       <description>The number of transits newly incorporated into an existing source in the current cycle</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="585416709" stat0:max="4.5718956" stat0:mean="1.4451051340265484" stat0:median="1.4535445" stat0:min="-0.116922274" stat0:q1="1.39630806" stat0:q3="1.50120509" stat0:stddev="0.08302002529245664">
                       <name>nu_eff_used_in_astrometry</name>
                       <description>Effective wavenumber of the source used in the astrometric solution</description>
                       <unit>µm^-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="15400.4766" stat0:mean="3.6304230325707763" stat0:median="1.08774734" stat0:min="-161.38797" stat0:q1="0.029931829299999997" stat0:q3="2.62846684" stat0:stddev="17.486762730046614">
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its standard error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.978132725" stat0:mean="0.039405841747944766" stat0:median="0.0432504863" stat0:min="-0.952439964" stat0:q1="-0.102398135" stat0:q3="0.184204295" stat0:stddev="0.21638927267034722">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.939121604" stat0:mean="-0.07086401990559778" stat0:median="-0.0763135627" stat0:min="-0.951242685" stat0:q1="-0.216215357" stat0:q3="0.077322036" stat0:stddev="0.21466765671001023">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>parallax_pseudocolour_corr</name>
                       <description>Correlation between parallax and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1542033472" stat0:max="1.5004324093837109E9" stat0:mean="2969.6400646183492" stat0:median="104.12178842507589" stat0:min="1.0050400371436263" stat0:q1="51.674069207505866" stat0:q3="323.4425313567435" stat0:stddev="371511.4176291389">
                       <name>phot_bp_mean_flux</name>
                       <description>Integrated BP mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1542033472" stat0:max="7.112324E7" stat0:mean="17.588682627166698" stat0:median="7.18215132" stat0:min="0.0" stat0:q1="5.44350386" stat0:q3="10.182169" stat0:stddev="8845.498147292032">
                       <name>phot_bp_mean_flux_error</name>
                       <description>Error on the integrated BP mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1542033469" stat0:max="9.4195456E7" stat0:mean="70.34929186645964" stat0:median="15.1777859" stat0:min="0.0534319021" stat0:q1="7.49208975" stat0:q3="41.3848572" stat0:stddev="5271.990145934909">
                       <name>phot_bp_mean_flux_over_error</name>
                       <description>Integrated BP mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1542033472" stat0:max="263.0" stat0:mean="4.707971049800921" stat0:median="1.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="2.0" stat0:stddev="10.9696411909979">
                       <name>phot_bp_n_blended_transits</name>
                       <description>Number of BP blended transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1542033472" stat0:max="211.0" stat0:mean="0.015370536003514196" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.3558379491936072">
                       <name>phot_bp_n_contaminated_transits</name>
                       <description>Number of BP contaminated transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="268.0" stat0:mean="24.7227810529924" stat0:median="22.0" stat0:min="0.0" stat0:q1="6.0" stat0:q3="40.0" stat0:stddev="20.346703934718352">
                       <name>phot_bp_n_obs</name>
                       <description>Number of observations contributing to BP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1540770340" stat0:max="17495.0078" stat0:mean="1.5053039780678419" stat0:median="1.3129127" stat0:min="0.0389311574" stat0:q1="1.22279632" stat0:q3="1.51033831" stat0:stddev="1.381290211921311">
                       <name>phot_bp_rp_excess_factor</name>
                       <description>BP/RP excess factor</description>
                       <ucd>arith.factor;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1806254432" stat0:max="3.8221167826336956E9" stat0:mean="5547.093892091516" stat0:median="241.9857333009181" stat0:min="12.370194398444749" stat0:q1="123.92656057414028" stat0:q3="672.0363128622486" stat0:stddev="759794.588806729">
                       <name>phot_g_mean_flux</name>
                       <description>G-band mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1806254432" stat0:max="6.1207728E7" stat0:mean="5.4893927639270785" stat0:median="1.18245566" stat0:min="0.273596823" stat0:q1="0.889448166" stat0:q3="1.70445359" stat0:stddev="3764.62835866477">
                       <name>phot_g_mean_flux_error</name>
                       <description>Error on G-band mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1806254432" stat0:max="22926.8027" stat0:mean="521.4785612012723" stat0:median="240.364105" stat0:min="1.08236718" stat0:q1="116.558182" stat0:q3="530.057495" stat0:stddev="843.7135126055721">
                       <name>phot_g_mean_flux_over_error</name>
                       <description>G-band mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="2395.0" stat0:mean="289.10125945829543" stat0:median="272.0" stat0:min="0.0" stat0:q1="164.0" stat0:q3="397.0" stat0:stddev="165.938381291912">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1810107720" stat0:max="2.0" stat0:mean="0.286850356066102" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.6539115828499318">
                       <name>phot_proc_mode</name>
                       <description>Photometry processing mode</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1554997939" stat0:max="1.5911272094126902E9" stat0:mean="5130.683470227185" stat0:median="286.6378043845974" stat0:min="1.0489614290056928" stat0:q1="136.80044759359618" stat0:q3="799.2924924100223" stat0:stddev="532411.2821263318">
                       <name>phot_rp_mean_flux</name>
                       <description>Integrated RP mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1554997939" stat0:max="8.960772E7" stat0:mean="26.085965987345265" stat0:median="8.45639801" stat0:min="0.0" stat0:q1="6.40664721" stat0:q3="12.2588816" stat0:stddev="8026.896938865625">
                       <name>phot_rp_mean_flux_error</name>
                       <description>Error on the integrated RP mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1554997936" stat0:max="8.1374416E7" stat0:mean="126.78112760889114" stat0:median="35.5495872" stat0:min="0.0545783564" stat0:q1="15.8908815" stat0:q3="88.6639709" stat0:stddev="4917.166969558692">
                       <name>phot_rp_mean_flux_over_error</name>
                       <description>Integrated RP mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1554997939" stat0:max="262.0" stat0:mean="4.666075406290298" stat0:median="1.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="2.0" stat0:stddev="10.95653296629535">
                       <name>phot_rp_n_blended_transits</name>
                       <description>Number of RP blended transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1554997939" stat0:max="216.0" stat0:mean="0.01462688498135688" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.3711403534169172">
                       <name>phot_rp_n_contaminated_transits</name>
                       <description>Number of RP contaminated transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="263.0" stat0:mean="25.700200290524347" stat0:median="23.0" stat0:min="0.0" stat0:q1="8.0" stat0:q3="40.0" stat0:stddev="20.247343384790874">
                       <name>phot_rp_n_obs</name>
                       <description>Number of observations contributing to RP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="10393.3486" stat0:mean="6.530035776588796" stat0:median="5.69470596" stat0:min="1.93709362E-4" stat0:q1="3.57420421" stat0:q3="7.8883357" stat0:stddev="6.208413715060966">
                       <name>pm</name>
                       <description>Total proper motion</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="882328109" stat0:max="0.880466759" stat0:mean="-0.04566021441447868" stat0:median="-0.04496127925" stat0:min="-0.882400751" stat0:q1="-0.142294362" stat0:q3="0.0518948026" stat0:stddev="0.1518417642143358">
                       <name>pmdec_pseudocolour_corr</name>
                       <description>Correlation between proper motion in declination and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.997149944" stat0:mean="0.10525237758311522" stat0:median="0.101581126" stat0:min="-0.99655056" stat0:q1="-0.0745868832" stat0:q3="0.28766039" stat0:stddev="0.2725613308236904">
                       <name>pmra_pmdec_corr</name>
                       <description>Correlation between proper motion in right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="882328109" stat0:max="0.841660082" stat0:mean="-0.06763243136963154" stat0:median="-0.068048954" stat0:min="-0.921512842" stat0:q1="-0.152082324" stat0:q3="0.0178201273" stat0:stddev="0.13518791768239677">
                       <name>pmra_pseudocolour_corr</name>
                       <description>Correlation between proper motion in right asension and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pseudocolour</name>
                       <description>Astrometrically estimated pseudocolour of the source</description>
                       <unit>µm^-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="882328109" stat0:max="1.0967505" stat0:mean="0.12902185420473483" stat0:median="0.1098231" stat0:min="0.00106879207" stat0:q1="0.069074057" stat0:q3="0.170029998" stat0:stddev="0.08182521387836453">
                       <name>pseudocolour_error</name>
                       <description>Standard error of the pseudocolour of the source</description>
                       <unit>µm^-1</unit>
                       <ucd>stat.error;em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="0.999999106" stat0:mean="0.162174416365071" stat0:median="0.132598281" stat0:min="-0.999999344" stat0:q1="-0.0565577894" stat0:q3="0.37175712" stat0:stddev="0.3689673571127478">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>random_index</name>
                       <description>Random index used to select subsets</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.989803195" stat0:mean="-0.02874386879490546" stat0:median="-0.0284956265" stat0:min="-0.983940899" stat0:q1="-0.150001019" stat0:q3="0.0921074152" stat0:stddev="0.19979313623353984">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.99548322" stat0:mean="-0.07934753031954234" stat0:median="-0.0672350451" stat0:min="-0.995594978" stat0:q1="-0.222723886" stat0:q3="0.0678142533" stat0:stddev="0.22623455834222617">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="0.993195117" stat0:mean="-0.1328078627394238" stat0:median="-0.135722905" stat0:min="-0.993467271" stat0:q1="-0.276978701" stat0:q3="0.005109387215" stat0:stddev="0.22704158861108398">
                       <name>ra_pmra_corr</name>
                       <description>Correlation between right ascension and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="882328109" stat0:max="0.91704756" stat0:mean="-0.0529796333191901" stat0:median="-0.0498542078" stat0:min="-0.931921124" stat0:q1="-0.138947412" stat0:q3="0.03441732" stat0:stddev="0.1400347169824854">
                       <name>ra_pseudocolour_corr</name>
                       <description>Correlation between right ascension and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="180.0" stat0:mean="-60.10853546588676" stat0:median="-85.2020798" stat0:min="-180.0" stat0:q1="-119.519943" stat0:q3="-32.5434952" stat0:stddev="92.69018425024406">
                       <name>scan_direction_mean_k1</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="90.0" stat0:mean="-7.558142728975123" stat0:median="-11.4930191" stat0:min="-90.0" stat0:q1="-36.1989021" stat0:q3="14.4909344" stat0:stddev="42.11389027279902">
                       <name>scan_direction_mean_k2</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="60.0" stat0:mean="-7.0382448871730485" stat0:median="-14.2486153" stat0:min="-60.0" stat0:q1="-35.573597" stat0:q3="21.9867191" stat0:stddev="34.3302219685486">
                       <name>scan_direction_mean_k3</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="45.0" stat0:mean="-0.9922969443855754" stat0:median="-7.89241791" stat0:min="-45.0" stat0:q1="-31.6851177" stat0:q3="34.2340927" stat0:stddev="31.925141381698953">
                       <name>scan_direction_mean_k4</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="0.999998212" stat0:mean="0.274421851662159" stat0:median="0.248229384" stat0:min="8.85578447E-6" stat0:q1="0.163164943" stat0:q3="0.355391741" stat0:stddev="0.15525146054186692">
                       <name>scan_direction_strength_k1</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="0.999992967" stat0:mean="0.37560658291426063" stat0:median="0.335877717" stat0:min="6.42770601E-6" stat0:q1="0.202675298" stat0:q3="0.527462125" stat0:stddev="0.2196954946277126">
                       <name>scan_direction_strength_k2</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="0.999994516" stat0:mean="0.2599601154953316" stat0:median="0.232990757" stat0:min="3.22438837E-6" stat0:q1="0.126175418" stat0:q3="0.366129786" stat0:stddev="0.16522964274615473">
                       <name>scan_direction_strength_k3</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1779289945" stat0:max="0.999998987" stat0:mean="0.44928300961549156" stat0:median="0.398972601" stat0:min="1.98303387E-5" stat0:q1="0.230864868" stat0:q3="0.672867596" stat0:stddev="0.2582389680365112">
                       <name>scan_direction_strength_k4</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column stat0:filling="1811709771" stat0:max="33.0" stat0:mean="16.259710663667885" stat0:median="16.0" stat0:min="1.0" stat0:q1="12.0" stat0:q3="21.0" stat0:stddev="6.50003286742073">
                       <name>visibility_periods_used</name>
                       <description>Number of visibility periods used in Astrometric solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.gaia_source_corrections</name>
                    <description>This table has an entry for every Gaia observed source as listed in the Main Database accumulating catalogue version from which the catalogue release has been generated. It contains the correction of four of its parameters: the G-band mean flux and magnitude, the BP/RP excess factor, and the parallax. When no correction was applied, the value will be the same as in the main table. The corrections have been done with the algorithms provided in https://www.cosmos.esa.int/web/gaia/edr3-code</description>
                    <nrows>1811709771</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1541042083" stat0:max="22.9210682" stat0:mean="19.17364793271492" stat0:median="19.5703526" stat0:min="1.73160696" stat0:q1="18.4057751" stat0:q3="20.3744469" stat0:stddev="1.6057963896107619">
                       <name>phot_g_mean_mag_corr</name>
                       <description>Corrected G-band mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1541042083" stat0:max="3.8221167826336956E9" stat0:mean="6455.994751307759" stat0:median="279.7727434666108" stat0:min="12.779655774433305" stat0:q1="133.40368397084183" stat0:q3="817.7803468538789" stat0:stddev="822576.9436903">
                       <name>phot_g_mean_flux_corr</name>
                       <description>Corrected G-band mean flux</description>
                       <unit>e-/s</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1540770340" stat0:max="17492.7754" stat0:mean="0.2147161660271176" stat0:median="0.013240681" stat0:min="-1.61907721" stat0:q1="-0.024408536" stat0:q3="0.184569597" stat0:stddev="1.3764417229479768">
                       <name>phot_bp_rp_excess_factor_corr</name>
                       <description>Corrected BP/RP excess factor</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="768.0665391873573" stat0:mean="0.38275190951098265" stat0:median="0.3267186406694901" stat0:min="-187.01576237426139" stat0:q1="0.027963552672405377" stat0:q3="0.6916651700440679" stat0:stddev="1.0269948292883102">
                       <name>parallax_corr</name>
                       <description>Corrected parallax by zero point bias</description>
                       <unit>mas</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.dr2_neighbourhood</name>
                    <description>Users wishing to look up the E/DR3 record for an astrophysical source identified in DR2 must NOT simply extract the record from E/DR3 having the same source identifier.  As described in the detailed description of attribute designation in GaiaSource it is not guaranteed that the same astronomical source will always have the same source identifier in different Data Releases. Hence the only safe way to compare source records between different Data Releases in general is to check the records of proximal source(s) in the same small part of the sky. This table provides the means to do this via a precomputed crossmatch of such sources, taking into account the proper motions available at E/DR3.  Within the neighbourhood of a given E/DR3 source there may be none, one or (rarely) several possible counterparts in DR2 indicated by rows in this table. This occasional source confusion is an inevitable consequence of the merging, splitting and deletion of identifiers introduced in previous releases during the DR3 processing and results in no guaranteed one–to–one correspondence in source identifiers between the releases.  For more details of the procedure used to create this crossmatch, see Chapter [chap:archive] in the online documentation.</description>
                    <nrows>2113601284</nrows>
                    <column>
                       <name>dr3_source_id</name>
                       <description>Source identifier in Gaia E/DR3</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dr2_source_id</name>
                       <description>Source identifier in Gaia DR2</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular distance between the two sources</description>
                       <unit>mas</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>magnitude_difference</name>
                       <description>G band magnitude difference between the sources</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;arith.diff</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>proper_motion_propagation</name>
                       <description>Flag indicating whether E/DR3 coordinates were proper motion corrected</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.commanded_scan_law</name>
                    <description>This table provides a representation of the Gaia scanning law over the 34 month time period covered by the Gaia Data Release 3 (from 2014-07-25 10:31:26 to 2017-05-28 08:46:29), including the Ecliptic Pole Scanning at the begin of the mission. Note that this is the commanded attitude of the spacecraft, the actual attitude could deviate from it by up to about 30 arcsec. Also, it does not contain any of the data interruptions that occurred during the real mission, of which the main ones are listed in Chapter [chap:cu0int], Section [cu0int_sec:release_framework].  The scanning law has been sampled at a 10 second interval, in which the satellite rotates about 10 arcminutes (the target spin rate is actually 59.9641857803 arcsec/sec). Note that this is several times shorter than a typical field-of-view transit and the scan position angle will be practically constant during this interval.  Notes:  -   The times in columns 1, 2 and 3 are in Julian days in TCB with time     origin 2010-01-01T00:00 (JD 2455197.5), following the time     coordinate convention used in the Gaia archive. TCB stands for     Barycentric Coordinate Time and is the time standard used in Gaia     processing, equivalent to the proper time experienced by a clock at     rest in a coordinate frame co-moving with the barycentre of the     Solar system but outside its gravity well, therefore not influenced     by the gravitational time dilation caused by the Sun and the rest of     the solar system.  -   Column 1 is the reference time for the spacecraft attitude, while     columns 2 and 3 give the times with the (relativistic) corrections     applied for the light-travel time to the solar system barycentre,     corresponding to an infinitely distant source at the RA, DEC at the     centres of FOV 1 and 2, respectively.  -   FOV1 and FOV2 correspond to the preceding (PFOV) and following     (FFOV) fields-of-view, respectively.  -   The centres of the field of views are separated by the basic angle     of 106.5 deg, see Fig. 2 of . Their origin in the focal plane is     illustrated in Fig. 3 of the same paper: both originate in the     astrometric field (AF) 7, with FOV1 in row 3 and FOV2 in row 5.  -   The scan angle, theta, is the position angle of the direction in     which the FOV is moving (also called ‘along-scan’ direction), and is     defined in the usual astronomical sense: theta = 0 when the FoV is     moving towards local North, and theta = 90 degrees towards local     East.  -   All values have been formatted to the default double numerical     precision and so this precision should not be interpreted as the     accuracy of the data.</description>
                    <nrows>8967691</nrows>
                    <column>
                       <name>ra_fov1</name>
                       <description>Right Ascension of FOV1 centre</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dec_fov1</name>
                       <description>Declination of FOV1 centre</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>bjd_fov1</name>
                       <description>Time [Julian Date in TCB at barycentre for FOV1 - 2455197.5]</description>
                       <unit>Barycentric JD in TCB - 2455197.5 (day)</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>scan_angle_fov1</name>
                       <description>Scan position angle of FOV1</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ra_fov2</name>
                       <description>Right ascension of FOV2 centre</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dec_fov2</name>
                       <description>Declination of FOV2 centre</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>bjd_fov2</name>
                       <description>Time [Julian Date in TCB at barycentre for FOV2 - 2455197.5]</description>
                       <unit>Barycentric JD in TCB - 2455197.5 (day)</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>scan_angle_fov2</name>
                       <description>Scan position angle of FOV2</description>
                       <unit>deg</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>jd_time</name>
                       <description>Time [Julian Date in TCB at Gaia - 2455197.5]</description>
                       <unit>Julian Date (day)</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>heal_pix_fov1</name>
                       <description>FOV1 HEALPix level 12</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>heal_pix_fov2</name>
                       <description>FOV2 HEALPix level 12</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>obmt_time</name>
                       <description>Time at Gaia (OBMT)</description>
                       <unit>OBMT</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.frame_rotator_source</name>
                    <description>Sources used to compute the Gaia reference frame.  The AGIS frame rotator algorithm has two different parts: the reference frame orientation; and the reference frame spin. The reference frame orientation is fixed using the International Earth Rotation and Reference System Service (=IERS) position of a subset of IERS sources defining the third realization of the International Coordinate Reference Frame (Charlot et al., 2020, submitted to A&amp;A), http://hpiers.obspm.fr/icrs-pc/newwww/icrf/index.php. The reference frame spin is defined using the Gaia proper motion of a list of QSOs. The reference frame algorithms have an outliers scheme. Hence for each aspect we provide the considered sources and the used sources actually used, and the number of used sources might be lower than the number of considered sources.</description>
                    <nrows>429249</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>considered_for_reference_frame_orientation</name>
                       <description>considered for the reference frame orientation</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>considered_for_reference_frame_spin</name>
                       <description>considered for the reference frame spin</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>used_for_reference_frame_orientation</name>
                       <description>used for the reference frame orientation</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>used_for_reference_frame_spin</name>
                       <description>used for the reference frame spin</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.agn_cross_id</name>
                    <description>Lists the sources in Gaia (E)DR3 cross-matched to sources in a number of external AGN catalogues. The first column is the sources identifier in the external catalogue specified in the third column, the second column is the source identifier in Gaia (E)DR3.</description>
                    <nrows>1614173</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>catalogue_name</name>
                       <description>Name of the external catalogue</description>
                       <ucd>meta.dataset</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>source_name_in_catalogue</name>
                       <description>Identifier in the external catalogue</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.allwise_best_neighbour</name>
                    <description>Lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia source counterparts in AllWISE. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix from the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>324115003</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.allwise_neighbourhood</name>
                    <description>Includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in AllWISE. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>324116921</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.apassdr9_best_neighbour</name>
                    <description>Lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in APASS DR9. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>74904012</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.apassdr9_neighbourhood</name>
                    <description>Includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in APASS DR9. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>76274759</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.apassdr9_join</name>
                    <description>Convenience table to be used to join the APASS DR9 catalogue with the cross-match results. The table links the external catalogue original source_id (original_ext_source_id) to the corresponding additional numerical identifier (clean_apassdr9_oid). Both original_ext_source_id and clean_apassdr9_oid are present in the cross-match output tables (apassdr9_best_neighbour and apassdr9_neighbourhood). However, in case there are suspected duplicates in the external catalogue, different original_ext_source_id will correspond to the same clean_apassdr9_oid. In the cross-match output table only the original_ext_source_id of the source with the best astrometry among the suspected duplicates will be listed. In practice, users may use the original_ext_source_id in the original catalogue to find the matching source with the best astrometry. Users interested in all matching suspected duplicates should instead use the clean_apassdr9_oid in the join with the cross-match result tables.</description>
                    <nrows>61176401</nrows>
                    <column>
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.gsc23_best_neighbour</name>
                    <description>Lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in GSC2.3. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>893811527</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.gsc23_neighbourhood</name>
                    <description>Includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in GSC2.3. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>896358993</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.gsc23_join</name>
                    <description>Convenience table to be used to join the GSC 2.3 catalogue with cross-match results. The table links the external catalogue original source_id (original_ext_source_id) to the corresponding additional numerical identifier (clean_gsc23_oid). Both original_ext_source_id and clean_gsc23_oid are present in the cross-match output tables (gsc23_best_neighbour and gsc23_neighbourhood). However, in case there are suspected duplicates in the external catalogue, different original_ext_source_id will correspond to the same clean_gsc23_oid. In the cross-match output table only the original_ext_source_id of the source with the best astrometry among the suspected duplicates will be listed. In practice, users may use the original_ext_source_id in the original catalogue to find the matching source with the best astrometry. Users interested to find all matching suspected duplicates should instead use the clean_gsc23_oid in the join with the cross-match result tables.</description>
                    <nrows>945592683</nrows>
                    <column>
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.ravedr5_best_neighbour</name>
                    <description>Llists each matched external catalogue object with its best neighbour in Gaia. The cross-match algorithm is not symmetric and searches RAVE DR5 sources counterparts in Gaia. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in Gaia whose position is compatible within position errors with the external catalogue target. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.</description>
                    <nrows>450659</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.ravedr5_neighbourhood</name>
                    <description>Iincludes all good neighbours for each matched RAVE DR5 object. A good neighbour for a given RAVE DR5 source is a nearby Gaia object whose position is compatible (within position errors) with the RAVE DR5 target. The cross-match algorithm is not symmetric and searches RAVE DR5 sources counterparts in Gaia. The cross-match algorithm is positional and exploits the full 5 parameter covariance matrix of the Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.</description>
                    <nrows>456422</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.ravedr5_join</name>
                    <description>Convenience table to be used to join RAVE DR5 catalogue with the cross-match results. The table links the external catalogue original source_id (original_ext_source_id) to the corresponding additional numerical identifier (clean_ravedr5_oid). Both original_ext_source_id and clean_ravedr5_oid are present in the cross-match output tables (ravedr5_best_neighbour and ravedr5_neighbourhood). However, in case there are suspected duplicates in the external catalogue, different original_ext_source_id will correspond to the same clean_ravedr5_oid. In the cross-match output table only the original_ext_source_id of the source with the best astrometry among the suspected duplicates will be listed. In practice, users may use the original_ext_source_id in the original catalogue to find the matching source with the best astrometry. Users interested to find all matching suspected duplicates should instead use the clean_ravedr5_oid in the join with the cross-match result tables.</description>
                    <nrows>457555</nrows>
                    <column>
                       <name>clean_ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.hipparcos2_best_neighbour</name>
                    <description>Hipparcos2 BestNeighbour table lists each matched external catalogue object with its best neighbour in Gaia. The cross-match algorithm is not symmetric and searches Hipparcos2 sources counterparts in Gaia. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in Gaia whose position is compatible within position errors with the external catalogue target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.</description>
                    <nrows>99525</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.hipparcos2_neighbourhood</name>
                    <description>Hipparcos2 Neighbourhood table includes all good neighbours for each matched Hipparcos2 object. A good neighbour for a given Hipparcos2 source is a nearby Gaia object whose position is compatible (within position errors) with the Hipparcos2 target. The cross-match algorithm is not symmetric and searches Hipparcos2 sources counterparts in Gaia. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.</description>
                    <nrows>100000</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.panstarrs1_best_neighbour</name>
                    <description>Pan-STARRS1 DR1 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in Pan-STARRS1 DR1. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>951450474</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.panstarrs1_neighbourhood</name>
                    <description>Pan-STARRS1 DR1 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in Pan-STARRS1 DR1. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>951850826</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.panstarrs1_join</name>
                    <description>Convenience table to be used to join Pan-STARRS1 DR1.1 catalogue with the cross-match results. The table links the external catalogue original source_id (original_ext_source_id) to the corresponding the additional numerical identifier (clean_panstarrs1_oid). Both original_ext_source_id and clean_panstarrs1_oid are present in the cross-match output tables (panstarrs1BestNeighbour and panstarrs1Neighbourhood). However, in case there are suspected duplicates in the external catalogue, different original_ext_source_id will correspond to the same clean_panstarrs1_oid. In the cross-match output table only the original_ext_source_id of the source with the best astrometry among the suspected duplicates will be listed.In practice, users may use the original_ext_source_id in the original catalogue to find the matching source with the best astrometry. Users interested to find all matching suspected duplicates should instead use the clean_panstarrs1_oid in the join with the cross-match result tables.</description>
                    <nrows>2264263282</nrows>
                    <column>
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.sdssdr13_best_neighbour</name>
                    <description>SDSS DR13 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in SDSS DR13. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>128130925</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.sdssdr13_neighbourhood</name>
                    <description>SDSS DR13 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in SDSS DR13. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>128251974</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.sdssdr13_join</name>
                    <description>Convenience table to be used to join SDSS DR13 catalogue with the cross-match results. The table links the external catalogue original sourceId (originalExtSourceId) to the corresponding the additional numerical identifier (sdssdr13Oid). Both originalExtSourceId and sdssdr13Oid are present in the cross-match output tables (sdssdr13BestNeighbour and sdssdr13Neighbourhood). However, in case there are suspected duplicates in the external catalogue, different originalExtSourceId will correspond to the same sdssdr13Oid. In the cross-match output table only the originalExtSourceId of the source with the best astrometry among the suspected duplicates will be listed. In practice, users may use the originalExtSourceId in the original catalogue to find the matching source with the best astrometry. Users interested to find all matching suspected duplicates should instead use the sdssdr13Oid in the join with the cross-match result tables. See Documentation [chap:crossmatch], for more details on the duplicates in the external catalogues and their treatment in the cross-match computations.</description>
                    <nrows>468180930</nrows>
                    <column>
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.skymapperdr2_best_neighbour</name>
                    <description>SkyMapper DR2 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in SkyMapper DR2. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>445161579</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.skymapperdr2_neighbourhood</name>
                    <description>SkyMapper DR2 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in SkyMapper DR2. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>446297242</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.skymapperdr2_join</name>
                    <description>Convenience table to be used to join SkyMapper DR2 catalogue with the cross-match results. It lists all the SkyMapper DR2 sources which were used in the cross-match. See Documentation, 8, for more details on the catalogue.</description>
                    <nrows>504910161</nrows>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.tmass_psc_xsc_best_neighbour</name>
                    <description>2MASS BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in 2MASS. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>469051627</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.tmass_psc_xsc_neighbourhood</name>
                    <description>2MASS Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in 2MASS. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>469600014</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.tmass_psc_xsc_join</name>
                    <description>Convenience table to be used to join 2MASS PSC+XSC catalogue with the cross-match results. The table links the external catalogue original source_id (original_ext_source_id) to the corresponding the additional numerical identifier (clean_tmass_psc_xsc_oid). Both original_ext_source_id and clean_tmass_psc_xsc_oid are present in the cross-match output tables (tmassPscXscBestNeighbour and tmassPscXscNeighbourhood). However, in case there are suspected duplicates in the external catalogue, different original_ext_source_id will correspond to the same clean_tmass_psc_xsc_oid.In the cross-match output table only the original_ext_source_id of the source with the best astrometry among the suspected duplicates will be listed. In practice, users may use the original_ext_source_id in the original catalogue to find the matching source with the best astrometry. Users interested to find all matching suspected duplicates should instead use the clean_tmass_psc_xsc_oid in the join with the cross-match result tables.</description>
                    <nrows>471063502</nrows>
                    <column>
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_psc_source_id</name>
                       <description>Original 2MASS PSC source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>original_xsc_source_id</name>
                       <description>Original 2MASS XSC source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.tycho2tdsc_merge</name>
                    <description>Tycho-2 merged with the TDSC catalog and TDSC supplement.  The Tycho Double Star Catalogue, (TDSC, ) contains 98482 components of double and multiple systems processed in the Tycho-2 context. It includes either original Tycho-2 data or results from a dedicated re-processing aimed at binaries. As pointed out by P. Marrese (personal communication), the TDSC star with identifier 29583 is redundant and it was therefore skipped. The TDSC supplement contains data from an additional 4777 components from either Hipparcos or Tycho-1.  The Tycho-2 main catalogue  contains 2539913 sources, including many binaries, but a minimum separation of 0.8 arcsec was imposed during the catalogue construction. The Tycho-2 supplement-1 contains data for 17588 Hipparcos and Tycho-1 stars, which do not appear in the main catalogue, but only the 4777 stars relevant for TDSC are included here. The Tycho-2 supplement-2 contains an additional 1146 Tycho-1 stars of poor quality.  We have merged Tycho-2 (main) with the TDSC main and supplement, keeping the Tycho-2 data model and extending it to include TDSC–specific fields. This is only possible to a certain degree as specified in detail below. In particular, Tycho-2 includes fields for mean position, proper motion etc. for a combination of Tycho-2 and several ground based catalogues. These fields are inherited for TDSC main stars, but were not derived for the TDSC supplement, where we only provide HIP proper motions. For Tycho-2 stars not in TDSC, blank TDSC fields were appended.  For Tycho-2 stars in TDSC, the following fields were replaced by the corresponding TDSC fields:  -   tyc1, tyc2, tyc3;  -   hip;  -   ccdm.  In addition, if the TDSC contains a new solution:  -   btMag, eBtMag, vtMag, eVtMag, raDeg, deDeg, epRa1990, epDe1990,     eRaDeg, eDeDec;  -   The mean position flag, pflag, is set to ‘P’ (“photocentre") if     resolved and there are Tycho-2 mean positions. Mean position     etc. are then repeated for both new components;  -   The proximity indicator, prox, is set to blank if the Tycho-2 star     was resolved in TDSC;  -   The type-of-solution flag, posflg, set to ‘N’;  -   For resolved Tycho-2 stars, two records are given.  For the few TDSC stars with new solutions, but not in Tycho-2, and for the TDSC supplement stars (Hipparcos or Tycho-1), the Tycho-2 part of the merged record was populated in the following way:  -   TYC1..3 from TDSC;  -   pflag set to TDSC pmflg (‘H’ or ‘X’), ‘H’ indicating Hip proper     motions;  -   no mean position and related fields;  -   proper motions only for Hipparcos stars;  -   $B_{\rm T}, V_{\rm T}$ photometry from TDSC;  -   Tycho-1 flag, tyc, is set to posflg, i.e. ‘T’ or ‘H’ although     Hipparcos stars may well be in Tycho-1;  -   Hipparcos, hip, and CCDM, ccdm, identifiers from TDSC;  -   astrometry from TDSC, but the (ra, dec)-correlation, corr, is set to     blank.  New TDSC specific fields added after the Tycho-2 part of the record:  -   sysNo, cmp, nMain, nSup, magflg, wds, note, hd;  -   rcmp, pa, sep, ePa, ePaSep, eSep.</description>
                    <nrows>2561887</nrows>
                    <column>
                       <name>id</name>
                       <description>Tycho-2 identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>hip</name>
                       <description>Hipparcos number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tyc1</name>
                       <description>TYC1 component from TYC or GSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tyc2</name>
                       <description>TYC2 component from TYC or GSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tyc3</name>
                       <description>TYC3 component from TYC or TDSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType size="1" xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>id_tycho</name>
                       <description>Numeric Tycho-2 identifier</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tyc</name>
                       <description>Tycho-1 star</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="2561887" stat0:max="359.99990778" stat0:mean="189.11429590988854" stat0:median="187.887604305" stat0:min="2.8639E-4" stat0:q1="105.72771431000001" stat0:q3="281.4170425" stat0:stddev="100.3326498066779">
                       <name>ra</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="2561887" stat0:max="89.83232222" stat0:mean="-3.185182154681108" stat0:median="-4.07980347" stat0:min="-89.88963861" stat0:q1="-39.241430140000006" stat0:q3="32.273254030000004" stat0:stddev="41.76026582976513">
                       <name>dec</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="2450951" stat0:max="6544.2002" stat0:mean="-1.742507296386703" stat0:median="-1.79999995" stat0:min="-4418.0" stat0:q1="-8.5" stat0:q3="4.80000019" stat0:stddev="27.650303086074626">
                       <name>pm_ra</name>
                       <description>Proper motion in RA*cos(dec)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.eq.ra;pos.pm</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="2450951" stat0:max="10277.2998" stat0:mean="-5.843669497831439" stat0:median="-3.5999999" stat0:min="-5774.2998" stat0:q1="-10.8999996" stat0:q3="2.5" stat0:stddev="26.22528537785792">
                       <name>pm_de</name>
                       <description>Proper motion in Dec</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.eq.dec;pos.pm</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="2557053" stat0:max="0.8" stat0:mean="-0.004636000896320121" stat0:median="0.0" stat0:min="-0.9" stat0:q1="-0.1" stat0:q3="0.1" stat0:stddev="0.14735387748540463">
                       <name>corr</name>
                       <description>Correlation (RAdeg,DEdeg)</description>
                       <ucd>stat.correlation;pos.eq.ra;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>bt_mag</name>
                       <description>Tycho-2 BT magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ccdm</name>
                       <description>CCDM component identifier for HIP stars</description>
                       <ucd>meta.code.multip</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>cmp</name>
                       <description>Component designation</description>
                       <ucd>meta.id.part</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>de_deg</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>de_mdeg</name>
                       <description>Mean Declination, ICRS, at epoch=J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2559445" stat0:max="1.977" stat0:mean="0.16663803915314382" stat0:median="0.143000007" stat0:min="0.0" stat0:q1="0.0680000037" stat0:q3="0.243000001" stat0:stddev="0.12130638909290083">
                       <name>e_bt_mag</name>
                       <description>Uncertainty of BT</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>e_de_deg</name>
                       <description>Uncertainty of observed Tycho-2 Dec.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>e_de_mdeg</name>
                       <description>Uncertainty of Dec at mean epoch.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="38049" stat0:max="33.5999985" stat0:mean="3.279786594543962" stat0:median="2.29999995" stat0:min="0.0" stat0:q1="0.300000012" stat0:q3="5.9000001" stat0:stddev="3.3200873562467366">
                       <name>e_pa</name>
                       <description>Uncertainty of the position angle</description>
                       <unit>deg</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="38049" stat0:max="286.0" stat0:mean="66.22757496911876" stat0:median="59.0" stat0:min="2.0" stat0:q1="29.0" stat0:q3="93.0" stat0:stddev="45.13161076766692">
                       <name>e_pa_sep</name>
                       <description>Uncertainty of the position angle * separation</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>ep_de1990</name>
                       <description>Epoch--1990 of deDeg</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ep_de_m</name>
                       <description>Mean epoch of Dec.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>e_pm_de</name>
                       <description>Uncertainty of proper motion in Dec.</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>e_pm_ra</name>
                       <description>Uncertainty proper motion in RA*cos(dec).</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ep_ra1990</name>
                       <description>Epoch--1990 of raDeg</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ep_ra_m</name>
                       <description>Mean epoch of RA.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>e_ra_deg</name>
                       <description>Uncertainty RA*cos(dec), of observed Tycho-2 RA.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>e_ra_mdeg</name>
                       <description>Uncertainty RA*cos(dec),at mean epoch.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="38049" stat0:max="291.0" stat0:mean="65.43528082209782" stat0:median="57.0" stat0:min="2.0" stat0:q1="30.0" stat0:q3="92.0" stat0:stddev="44.68860959058857">
                       <name>e_sep</name>
                       <description>Uncertainty of the separation</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>e_vt_mag</name>
                       <description>Uncertainty of VT</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>hd</name>
                       <description>HD identifier for TDSC entries</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>magflg</name>
                       <description>TDSC photometry flag</description>
                       <ucd>meta.code</ucd>
                       <dataType size="1" xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column>
                       <name>n_main</name>
                       <description>Number of components in TDSC main catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>note</name>
                       <description>TDSC notes</description>
                       <ucd>meta.note</ucd>
                       <dataType size="1" xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column>
                       <name>n_sup</name>
                       <description>Number of components in the TDSC supplement</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="2447135" stat0:max="36.0" stat0:mean="4.173269558075055" stat0:median="3.0" stat0:min="2.0" stat0:q1="3.0" stat0:q3="4.0" stat0:stddev="2.344444411811017">
                       <name>num</name>
                       <description>Number of positions used for forming mean data</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="38049" stat0:max="359.899994" stat0:mean="179.3930852677824" stat0:median="178.300003" stat0:min="0.0" stat0:q1="91.9000015" stat0:q3="267.700012" stat0:stddev="103.20702057396686">
                       <name>pa</name>
                       <description>Position angle</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pflag</name>
                       <description>Mean position flag</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>posflg</name>
                       <description>Type of Tycho-2 solution</description>
                       <ucd>meta.id;stat.fit</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>prox</name>
                       <description>Proximity indicator</description>
                       <unit>100mas</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>q_de_mdeg</name>
                       <description>Goodness of fit for mean Dec</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>q_pm_de</name>
                       <description>Goodness of fit for pmDe</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>q_pm_ra</name>
                       <description>Goodness of fit for pmRa</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>q_ra_mdeg</name>
                       <description>Goodness of fit for mean RA</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ra_deg</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_mdeg</name>
                       <description>Mean Right Ascension, ICRS, epoch=J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>rcmp</name>
                       <description>Reference component for position angle and separation</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="38049" stat0:max="4680.08008" stat0:mean="11.756735261872068" stat0:median="1.63999999" stat0:min="0.129999995" stat0:q1="0.699999988" stat0:q3="5.714999915" stat0:stddev="45.70000349365213">
                       <name>sep</name>
                       <description>Separation</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>sys_no</name>
                       <description>TDSC identifier for the system</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="2561867" stat0:max="15.1929998" stat0:mean="11.180517136435682" stat0:median="11.4130001" stat0:min="-1.09000003" stat0:q1="10.6789999" stat0:q3="11.9259996" stat0:stddev="1.0949747573139537">
                       <name>vt_mag</name>
                       <description>Tycho-2 VT magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>wds</name>
                       <description>WDS identifier for the system</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.tycho2tdsc_merge_best_neighbour</name>
                    <description>Tycho2TDSCmerge BestNeighbour table lists each matched external catalogue object with its best neighbour in Gaia. The cross-match algorithm is not symmetric and searches Tycho2TDSCmerge sources counterparts in Gaia. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in Gaia whose position is compatible within position errors with the external catalogue target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.</description>
                    <nrows>2518330</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tycho2tdsc_merge_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.tycho2tdsc_merge_neighbourhood</name>
                    <description>Tycho2TDSCmerge Neighbourhood table includes all good neighbours for each matched Tycho2TDSCmerge object. A good neighbour for a given Tycho2TDSCmerge source is a nearby Gaia object whose position is compatible (within position errors) with the Tycho2TDSCmerge target. The cross-match algorithm is not symmetric and searches Tycho2TDSCmerge sources counterparts in Gaia. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the Gaia environment using the local density.</description>
                    <nrows>2536896</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tycho2tdsc_merge_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.urat1_best_neighbour</name>
                    <description>URAT-1 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in URAT-1. The best neighbour is chosen among good neighbours as the one with the highest value of the figure of merit, which evaluates the ratio between two opposite models/hypotheses: the counterpart candidate is a match or it is found by chance. Good neighbours are nearby objects in the external catalogue whose position is compatible within position errors with the Gaia target. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>227682906</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3.urat1_neighbourhood</name>
                    <description>URAT-1 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia source is a nearby object in the external catalogue whose position is compatible (within position errors) with the Gaia target. The cross-match algorithm is not symmetric and searches Gaia sources counterparts in URAT-1. The cross-match algorithm is positional and exploits the full 5 parameters covariance matrix of Gaia astrometric solution when available and the external catalogue positions and position errors. In addition it takes into account the external catalogue environment using the local density.</description>
                    <nrows>227683310</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
              </schema>
              <schema>
                 <name>gaiaedr3_complements</name>
                 <description>Datasets derived from Gaia-EDR3. These tables are published by ARI/ZAH but are NOT official Gaia/DPAC products.</description>
                 <table>
                    <name>gaiaedr3_complements.distances</name>
                    <description>Geometric and photogeometric distances to 1.47 billion stars in Gaia Early Data Release 3 (eDR3)
        C.A.L. Bailer-Jones et al. (MPIA Heidelberg, calj@mpia.de)
        December 2020

        The catalogue provides distance estimates from the Sun to sources in Gaia EDR3 that have parallaxes. Two types of distance estimates are provided, together with their corresponding asymmetric uncertainties, using Bayesian posterior density functions that sampled for each source. The prior is based on a detailed model of the 3D spatial, colour, and magnitude distribution of stars in our Galaxy that includes a 3D map of interstellar extinction.

        The first type of distance estimate is purely geometric, in that it only makes use of the Gaia parallax and parallax uncertainty. This uses a direction-dependent distance prior derived from the Galaxy model. The second type of distance estimate is photogeometric: in addition to parallax it also uses the source's G-band magnitude and BP-RP colour. This type of estimate uses the geometric prior together with a direction-dependent and colour-dependent prior on the absolute magnitude of the star.

        The distance estimate and uncertainties are quantiles, so are invariant under logarithmic transformations. This means that the median estimate of the distance can be used to give the median estimate of the distance modulus, and likewise for the uncertainties.

        The catalogue comprises one table with 1.47 billion rows and eight columns.</description>
                    <nrows>1467744818</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Gaia source identifier, identical to the Gaia-EDR3 source_id (cannot be matched against DR1 or DR2 source ID).</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="125834.633" stat0:mean="4061.525870259521" stat0:median="4096.43506" stat0:min="1.30191135" stat0:q1="2475.53906" stat0:q3="5546.70508" stat0:stddev="2017.615347918904">
                       <name>r_med_geo</name>
                       <description>Median of the geometric distance posterior. Geometric distance estimate.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="73659.1562" stat0:mean="2588.0485681261607" stat0:median="2483.29248" stat0:min="1.3018136" stat0:q1="1614.46472" stat0:q3="3419.96509" stat0:stddev="1311.0078273066536">
                       <name>r_lo_geo</name>
                       <description>16th percentile of the geometric distance posterior. Lower 1-sigma-like bound on the confidence interval..</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1467744818" stat0:max="144939.844" stat0:mean="6115.341445021512" stat0:median="6397.93896" stat0:min="1.30200529" stat0:q1="3700.2998" stat0:q3="8335.71094" stat0:stddev="3083.102138736792">
                       <name>r_hi_geo</name>
                       <description>84th percentile of the geometric distance posterior. Upper 1-sigma-like bound on the confidence interval.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1346621631" stat0:max="79661.0078" stat0:mean="4617.432530991942" stat0:median="4330.22168" stat0:min="1.3019346" stat0:q1="2599.76538" stat0:q3="6170.30908" stat0:stddev="2706.590740971436">
                       <name>r_med_photogeo</name>
                       <description>Median of the photogeometric distance posterior. Photogeometric distance estimate.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1346621631" stat0:max="58305.1562" stat0:mean="3673.4528257262045" stat0:median="3344.70947" stat0:min="1.30184948" stat0:q1="2135.49756" stat0:q3="4804.99658" stat0:stddev="2164.3382135119386">
                       <name>r_lo_photogeo</name>
                       <description>84th percentile of the photogeometric distance posterior. Upper 1-sigma-like bound on the confidence interval.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1346621631" stat0:max="102706.75" stat0:mean="5899.7935433843895" stat0:median="5707.9541" stat0:min="1.30200636" stat0:q1="3150.78735" stat0:q3="8083.59326" stat0:stddev="3475.6706260283304">
                       <name>r_hi_photogeo</name>
                       <description>84th percentile of the photogeometric distance posterior. Upper 1-sigma-like bound on the confidence interval.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flag</name>
                       <description>Additional information on the solution. Do not use for filtering.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiaedr3_complements.spurious_astrometry</name>
                    <description>This table contains estimates of the "fidelity" of Gaia eDR3 astrometric solutions, a measure of the likelihood the eDR3 solution is physical rather than spurious obtained using a neural network trained on a small, hand-selected sample.</description>
                    <nrows>1467744800</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Gaia source identifier, identical to the Gaia-EDR3 source_id (cannot be matched against DR1 or DR2 source ID).</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>fidelity_v2</name>
                       <description>Median of the geometric distance posterior. Geometric distance estimate.</description>
                       <ucd>stat.fit</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>theta_arcsec_worst_source</name>
                       <description>Distance to the eDR3 source within 30 arcsec of the object for which ΔG-θ is maximal. See norm_dg for details.</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>norm_dg</name>
                       <description>This is a heuristic measure for contamination by bright stars in the neighbourhood. It is computed as ΔG-θ, where θ is the distance to another Gaia eDR3 object in arcsec (reported in theta_arcsec_worst_source), and ΔG is the magnitude difference in mag. This column gives the maximum of the values for all eDR3 sources within 30 arcsecs of the object.</description>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>dist_nearest_neighbor_at_least_m2_brighter</name>
                       <description>Distance to the nearest neighbour in gaia_source at least 2 m fainter than this source.</description>
                       <unit>pc</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dist_nearest_neighbor_at_least_0_brighter</name>
                       <description>Distance to the nearest neighbour in gaia_source at least as bright as this source</description>
                       <unit>pc</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dist_nearest_neighbor_at_least_2_brighter</name>
                       <description>Distance to the nearest neighbour in gaia_source at least 2 m brighter than this source.</description>
                       <unit>pc</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dist_nearest_neighbor_at_least_4_brighter</name>
                       <description>Distance to the nearest neighbour in gaia_source at least 4 m brighter than this source.</description>
                       <unit>pc</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dist_nearest_neighbor_at_least_6_brighter</name>
                       <description>Distance to the nearest neighbour in gaia_source at least 6 m brighter this source.</description>
                       <unit>pc</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dist_nearest_neighbor_at_least_10_brighter</name>
                       <description>Distance to the nearest neighbour in gaia_source at least 2 m fainter than this source.</description>
                       <unit>pc</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>fidelity_v1</name>
                       <description>A probablity that eDR3 has a good astrometric solution for this source, with values between 0 (meaning likely spurious solution) and 1 (meaning likely good solution). This comes from a first version of the estimator that was reviewed based on an astro-ph paper.</description>
                       <ucd>stat.fit</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
              </schema>
              <schema>
                 <name>gaiadr2</name>
                 <table>
                    <name>gaiadr2.gaia_source</name>
                    <description>This table has an entry for every Gaia observed source as listed in the Main Database accumulating catalogue version from which the catalogue release has been generated. It contains the basic source parameters, that is only final data (no epoch data) and no spectra (neither final nor epoch).</description>
                    <nrows>1692918784</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>designation</name>
                       <description>Unique source designation (unique across all Data Releases)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="1851.8821404624455" stat0:mean="0.3692184002721675" stat0:median="0.31254040051800286" stat0:min="-1856.5755515129292" stat0:q1="-0.02741214782578142" stat0:q3="0.7231299073185997" stat0:stddev="1.2568504537379612">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="6765.994656157758" stat0:mean="-2.5542034577864388" stat0:median="-2.4955333882060824" stat0:min="-4339.890561649546" stat0:q1="-4.952745098695484" stat0:q3="-0.18212015869576542" stat0:stddev="6.0266778130105765">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="10362.542163273869" stat0:mean="-2.987596458094421" stat0:median="-2.91475279973632" stat0:min="-5817.855974885071" stat0:q1="-5.5845608394719255" stat0:q3="-0.04558627487065908" stat0:stddev="6.08705638981574">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="23.4256783" stat0:mean="19.2558986085145" stat0:median="19.6564064" stat0:min="1.70763516" stat0:q1="18.5354176" stat0:q3="20.4130764" stat0:stddev="1.5691058460498226">
                       <name>phot_g_mean_mag</name>
                       <description>G-band mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1381964755" stat0:max="25.3262939" stat0:mean="19.546834041280437" stat0:median="19.9257183" stat0:min="2.98557305" stat0:q1="18.8375549" stat0:q3="20.6472855" stat0:stddev="1.5550794415034213">
                       <name>phot_bp_mean_mag</name>
                       <description>Integrated BP mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1383551713" stat0:max="24.632637" stat0:mean="18.036555736056542" stat0:median="18.3735943" stat0:min="1.86290073" stat0:q1="17.3012695" stat0:q3="19.1389885" stat0:stddev="1.5239848582230302">
                       <name>phot_rp_mean_mag</name>
                       <description>Integrated RP mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="99.97262265494622" stat0:mean="1.6185092261131073" stat0:median="0.45199710265362125" stat0:min="0.005617057653933322" stat0:q1="0.18991820218646638" stat0:q3="1.0720854146814047" stat0:stddev="4.206944950698198">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="6.183982684919207" stat0:mean="0.5292530656640012" stat0:median="0.4064588270629734" stat0:min="0.009142011980513565" stat0:q1="0.18831226274102414" stat0:q3="0.733748209135864" stat0:stddev="0.4607547096538886">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="5.43242544126819" stat0:mean="0.917994712685596" stat0:median="0.6770390989648527" stat0:min="0.010975395525535005" stat0:q1="0.3035895464066015" stat0:q3="1.2988103024094046" stat0:stddev="0.8070821988218534">
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="5.421493872128323" stat0:mean="0.8378028865119534" stat0:median="0.6128384060135572" stat0:min="0.01136112287078184" stat0:q1="0.2769550828245325" stat0:q3="1.1788988699779526" stat0:stddev="0.7494810201494109">
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>a_g_percentile_lower</name>
                       <description>aGVal lower uncertainty</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.gal;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>a_g_percentile_upper</name>
                       <description>aGVal upper uncertainty</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.gal;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>a_g_val</name>
                       <description>Line-of-sight extinction in the G band, A_G.</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.gal</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="3.5243956E7" stat0:mean="511.0513783671973" stat0:median="190.523956" stat0:min="1.38548398" stat0:q1="120.645546" stat0:q3="284.669037" stat0:stddev="18399.017478792495">
                       <name>astrometric_chi2_al</name>
                       <description>AL chi-square value</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="19.99999772812315" stat0:mean="1.049286966939085" stat0:median="0.33012906137203113" stat0:min="0.0" stat0:q1="0.0" stat0:q3="1.3825499702172737" stat0:stddev="1.8446821880278044">
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="302224.8507758734" stat0:mean="12.078386204091917" stat0:median="0.32903179297282564" stat0:min="0.0" stat0:q1="0.0" stat0:q3="1.6287454853191634" stat0:stddev="470.28728001104537">
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="1970.00647" stat0:mean="2.7809677165245885" stat0:median="1.3147589" stat0:min="-16.5247173" stat0:q1="0.30583185" stat0:q3="2.56062412" stat0:stddev="10.889611412730835">
                       <name>astrometric_gof_al</name>
                       <description>Goodness of fit statistic of model wrt along-scan observations</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="137.0" stat0:mean="20.952078041223157" stat0:median="18.0" stat0:min="5.0" stat0:q1="12.0" stat0:q3="28.0" stat0:stddev="11.633380154697962">
                       <name>astrometric_matched_observations</name>
                       <description>Matched FOV transits used in the AGIS solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="246.0" stat0:mean="1.1126385685279645" stat0:median="1.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="2.0" stat0:stddev="1.7178837933616564">
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of bad observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="1190.0" stat0:mean="181.02781315777378" stat0:median="159.0" stat0:min="9.0" stat0:q1="106.0" stat0:q3="241.0" stat0:stddev="101.734789664004">
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of good observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="1178.0" stat0:mean="1.0503180029328454" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="16.21376080010385">
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of observations AC</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="1202.0" stat0:mean="182.14045172630173" stat0:median="159.0" stat0:min="10.0" stat0:q1="106.0" stat0:q3="242.0" stat0:stddev="102.275138842126">
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>astrometric_primary_flag</name>
                       <description>Primary or seconday</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1328179984" stat0:max="5.942627775616197" stat0:mean="1.454270173942044" stat0:median="1.468256332318515" stat0:min="-2.142791175637945" stat0:q1="1.3620674288027745" stat0:q3="1.5539112893420235" stat0:stddev="0.17055055385944826">
                       <name>astrometric_pseudo_colour</name>
                       <description>Astrometrically determined pseudocolour of the source</description>
                       <unit>µm**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1328179984" stat0:max="0.893613613726695" stat0:mean="0.10027420059522905" stat0:median="0.07852171573607802" stat0:min="0.001435271419399794" stat0:q1="0.036267717531253706" stat0:q3="0.14181180016625114" stat0:stddev="0.08290633457032774">
                       <name>astrometric_pseudo_colour_error</name>
                       <description>Standard error of the pseudocolour of the source</description>
                       <unit>µm**-1</unit>
                       <ucd>stat.error;em.wavenumber</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="4.46099251E9" stat0:mean="9239.310805119185" stat0:median="1.00371754" stat0:min="0.0207073893" stat0:q1="0.398575246" stat0:q3="2.68615294" stat0:stddev="709729.9865229025">
                       <name>astrometric_sigma5d_max</name>
                       <description>The longest semi-major axis of the 5-d error ellipsoid</description>
                       <unit>mas</unit>
                       <ucd>phys.angSize.smajAxis;pos.errorEllipse;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="754.80658" stat0:mean="2.5658556105266763" stat0:median="0.0915692076" stat0:min="9.26903915E-4" stat0:q1="0.032213252" stat0:q3="0.407524049" stat0:stddev="19.399036826349484">
                       <name>astrometric_weight_al</name>
                       <description>Mean astrometric weight of the source</description>
                       <unit>mas**-2</unit>
                       <ucd>stat.weight;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1381964755" stat0:max="7.79589272" stat0:mean="0.513034511710621" stat0:median="0.508958817" stat0:min="-2.07390022" stat0:q1="0.30585289" stat0:q3="0.740415573" stat0:stddev="0.4602962086067033">
                       <name>bp_g</name>
                       <description>BP - G colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1379288649" stat0:max="9.8000946" stat0:mean="1.5122020917619337" stat0:median="1.43173599" stat0:min="-5.48919296" stat0:q1="1.12458992" stat0:q3="1.82717133" stat0:stddev="0.5791289150826344">
                       <name>bp_rp</name>
                       <description>BP - RP colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="0.998054981" stat0:mean="-0.08561797014821368" stat0:median="-0.0778826773" stat0:min="-0.999208212" stat0:q1="-0.307820082" stat0:q3="0.140292466" stat0:stddev="0.2972840097371608">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax</description>
                       <ucd>stat.correlation;pos.eq.dec;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="0.997254312" stat0:mean="-0.2591454113878807" stat0:median="-0.275272518" stat0:min="-0.998155296" stat0:q1="-0.460818261" stat0:q3="-0.0811234191" stat0:stddev="0.29166259194523153">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination</description>
                       <ucd>stat.correlation;pos.eq.dec;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="0.994174004" stat0:mean="-0.07197116544584274" stat0:median="-0.0700758882" stat0:min="-0.995274723" stat0:q1="-0.234141156" stat0:q3="0.0870931" stat0:stddev="0.24003691854105474">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension</description>
                       <ucd>stat.correlation;pos.eq.dec;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>duplicated_source</name>
                       <description>Source with duplicate sources</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>e_bp_min_rp_percentile_lower</name>
                       <description>e_bp_min_rp_val lower uncertainty</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>e_bp_min_rp_percentile_upper</name>
                       <description>e_bp_min_rp_val upper uncertainty</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>e_bp_min_rp_val</name>
                       <description>Line-of-sight reddening E(BP-RP)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flame_flags</name>
                       <description>Flags for the Apsis-FLAME results</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>frame_rotator_object_type</name>
                       <description>The type of the source mainly used for frame rotation</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="1383551713" stat0:max="3.65090561" stat0:mean="0.9989942664156918" stat0:median="0.953372955" stat0:min="-4.15766144" stat0:q1="0.736467361" stat0:q3="1.2059288" stat0:stddev="0.35212646237583123">
                       <name>g_rp</name>
                       <description>G - RP colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>lum_percentile_lower</name>
                       <description>lumVal lower uncertainty</description>
                       <unit>solLum</unit>
                       <ucd>stat.error;phys.luminosity;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>lum_percentile_upper</name>
                       <description>lumVal upper uncertainty</description>
                       <unit>solLum</unit>
                       <ucd>stat.error;phys.luminosity;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>lum_val</name>
                       <description>Stellar luminosity</description>
                       <unit>solLum</unit>
                       <ucd>phys.luminosity</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="361.0" stat0:mean="23.00024225551683" stat0:median="20.0" stat0:min="5.0" stat0:q1="13.0" stat0:q3="31.0" stat0:stddev="13.036407537867339">
                       <name>matched_observations</name>
                       <description>Amount of observations matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="0.719004869" stat0:mean="0.05818931304098707" stat0:median="0.0410775021" stat0:min="-0.720807254" stat0:q1="-0.0309802294" stat0:q3="0.12900427" stat0:stddev="0.15836121991979646">
                       <name>mean_varpi_factor_al</name>
                       <description>Mean Parallax factor AL</description>
                       <ucd>arith.factor;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="11292.6377" stat0:mean="2.7025122606424294" stat0:median="0.954887033" stat0:min="-1697.53589" stat0:q1="-0.0648534745" stat0:q3="2.34750366" stat0:stddev="10.519079416434074">
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="0.991921365" stat0:mean="0.08650996783081363" stat0:median="0.09617797659999999" stat0:min="-0.99689734" stat0:q1="-0.0649749115" stat0:q3="0.246569827" stat0:stddev="0.23137488010834065">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination</description>
                       <ucd>stat.correlation;pos.parallax;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="0.994670331" stat0:mean="-0.06533938085340683" stat0:median="-0.0802446306" stat0:min="-0.99641794" stat0:q1="-0.230992109" stat0:q3="0.09749350325" stat0:stddev="0.23655844580603264">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension</description>
                       <ucd>stat.correlation;pos.parallax;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1381964755" stat0:max="8.837431361526593E8" stat0:mean="3225.4073439569966" stat0:median="148.0022019234396" stat0:min="1.023381970414607" stat0:q1="76.14493464683304" stat0:q3="403.21167818350153" stat0:stddev="322501.10172297945">
                       <name>phot_bp_mean_flux</name>
                       <description>Integrated BP mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>phot.flux;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1381964755" stat0:max="1.4753665660190564E8" stat0:mean="24.7390879228624" stat0:median="10.438132209097432" stat0:min="4.984986449275455E-7" stat0:q1="7.5919986777710236" stat0:q3="16.02069265764816" stat0:stddev="10693.876669355812">
                       <name>phot_bp_mean_flux_error</name>
                       <description>Error on the integrated BP mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>stat.error;phot.flux;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1381964755" stat0:max="7.4753552E7" stat0:mean="54.43780195048906" stat0:median="13.6115427" stat0:min="5.77545783E-4" stat0:q1="7.04320097" stat0:q3="36.8479271" stat0:stddev="4105.2239868638135">
                       <name>phot_bp_mean_flux_over_error</name>
                       <description>Integrated BP mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="322.0" stat0:mean="15.67318803800986" stat0:median="13.0" stat0:min="0.0" stat0:q1="5.0" stat0:q3="24.0" stat0:stddev="13.170449647417135">
                       <name>phot_bp_n_obs</name>
                       <description>Number of observations contributing to BP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="1379288649" stat0:max="5.0" stat0:mean="1.6297465181599409" stat0:median="1.44761741" stat0:min="0.0158359781" stat0:q1="1.29225957" stat0:q3="1.75165546" stat0:stddev="0.534275366975589">
                       <name>phot_bp_rp_excess_factor</name>
                       <description>BP/RP excess factor</description>
                       <ucd>arith.factor;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="3.9110395553979454E9" stat0:mean="5882.4160254939125" stat0:median="258.6925454293491" stat0:min="8.036644778738776" stat0:q1="128.85928705324835" stat0:q3="726.405770349777" stat0:stddev="756267.2954814609">
                       <name>phot_g_mean_flux</name>
                       <description>G-band mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>phot.flux;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="9.450385123040693E7" stat0:mean="8.466072521357109" stat0:median="1.4447418515649333" stat0:min="0.2746815578024307" stat0:q1="1.0887982104858027" stat0:q3="2.0377326349736418" stat0:stddev="6522.554552266491">
                       <name>phot_g_mean_flux_error</name>
                       <description>Error on G-band mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>stat.error;phot.flux;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="16087.626" stat0:mean="425.50345128858737" stat0:median="197.35791" stat0:min="0.123427853" stat0:q1="103.607933" stat0:q3="442.19618249999996" stat0:stddev="660.5750071602248">
                       <name>phot_g_mean_flux_over_error</name>
                       <description>G-band mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="2311.0" stat0:mean="194.77385311673495" stat0:median="169.0" stat0:min="10.0" stat0:q1="110.0" stat0:q3="266.0" stat0:stddev="112.371803573568">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>phot_proc_mode</name>
                       <description>Photometry processing mode</description>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1383551713" stat0:max="1.4441347240162575E9" stat0:mean="5681.966249806854" stat0:median="359.195257771161" stat0:min="1.1264535573890733" stat0:q1="177.4894153137139" stat0:q3="964.407174478855" stat0:stddev="515792.03321105294">
                       <name>phot_rp_mean_flux</name>
                       <description>Integrated RP mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>phot.flux;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1383551713" stat0:max="1.1948969747196405E8" stat0:mean="33.51090316305787" stat0:median="11.051949499154844" stat0:min="3.814356888345481E-6" stat0:q1="7.962724228230157" stat0:q3="17.544203573299903" stat0:stddev="9530.445755575625">
                       <name>phot_rp_mean_flux_error</name>
                       <description>Error on the integrated RP mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1383551713" stat0:max="7.3425904E7" stat0:mean="101.7104977673545" stat0:median="31.9449615" stat0:min="0.007686486" stat0:q1="15.4177561" stat0:q3="82.8542252" stat0:stddev="4970.938511776679">
                       <name>phot_rp_mean_flux_over_error</name>
                       <description>Integrated RP mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="296.0" stat0:mean="16.589253201984747" stat0:median="14.0" stat0:min="0.0" stat0:q1="6.0" stat0:q3="26.0" stat0:stddev="13.482752424487726">
                       <name>phot_rp_n_obs</name>
                       <description>Number of observations contributing to RP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>phot_variable_flag</name>
                       <description>Photometric variability flag</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="0.997972906" stat0:mean="0.10991918102544791" stat0:median="0.11114829" stat0:min="-0.996502697" stat0:q1="-0.0929511189" stat0:q3="0.319520891" stat0:stddev="0.3033020750998626">
                       <name>pmra_pmdec_corr</name>
                       <description>Correlation between proper motion in right ascension and proper motion in declination</description>
                       <ucd>stat.correlation;pos.pm;pos.eq.ra;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>priam_flags</name>
                       <description>Flags for the Apsis-Priam results</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="0.999999583" stat0:mean="0.16153216144651697" stat0:median="0.145074099" stat0:min="-0.999999285" stat0:q1="-0.0831617042" stat0:q3="0.404134214" stat0:stddev="0.3978106115834028">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>stat.correlation;pos.eq.ra;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="7224631" stat0:max="970.5776249138216" stat0:mean="-3.1380986841585665" stat0:median="-3.3023037526776253" stat0:min="-999.2826155718803" stat0:q1="-28.903031536541093" stat0:q3="22.360387370903638" stat0:stddev="47.443938448080914">
                       <name>radial_velocity</name>
                       <description>Radial velocity</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="7224631" stat0:max="19.99984058813723" stat0:mean="1.8726137402774676" stat0:median="1.0540493927905334" stat0:min="0.11000000004671748" stat0:q1="0.5535414975871866" stat0:q3="2.0821177982862213" stat0:stddev="2.4500632918155447">
                       <name>radial_velocity_error</name>
                       <description>Radial velocity error</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>radius_percentile_lower</name>
                       <description>radiusVal lower uncertainty</description>
                       <unit>solRad</unit>
                       <ucd>stat.error;phys.size.radius;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_percentile_upper</name>
                       <description>radiusVal upper uncertainty</description>
                       <unit>solRad</unit>
                       <ucd>stat.error;phys.size.radius;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>radius_val</name>
                       <description>Stellar radius</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>random_index</name>
                       <description>Random index used to select subsets</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="0.99924612" stat0:mean="-0.03619571437954031" stat0:median="-0.0417065211" stat0:min="-0.999375701" stat0:q1="-0.198647425" stat0:q3="0.122328766" stat0:stddev="0.24768874658729284">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax</description>
                       <ucd>stat.correlation;pos.eq.ra;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="0.99674803" stat0:mean="-0.10416948384223419" stat0:median="-0.098688975" stat0:min="-0.996578276" stat0:q1="-0.287744284" stat0:q3="0.0672285557" stat0:stddev="0.2576005225491352">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination</description>
                       <ucd>stat.correlation;pos.eq.ra;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1331909727" stat0:max="0.995643973" stat0:mean="-0.21795293038264174" stat0:median="-0.22942546" stat0:min="-0.997750044" stat0:q1="-0.387304217" stat0:q3="-0.0655636601" stat0:stddev="0.24839283235945636">
                       <name>ra_pmra_corr</name>
                       <description>Correlation between right ascension and proper motion in right ascension</description>
                       <ucd>stat.correlation;pos.eq.ra;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="201.0" stat0:mean="0.035678860112831084" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.639925809732598">
                       <name>rv_nb_transits</name>
                       <description>Number of transits used to compute radial velocity</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="7224631" stat0:max="1.0" stat0:mean="-0.0886668813950498" stat0:median="0.0" stat0:min="-5.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.33814793526336323">
                       <name>rv_template_fe_h</name>
                       <description>Fe/H of the template used to compute radial velocity</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="7224631" stat0:max="5.0" stat0:mean="3.4709587936048223" stat0:median="3.0" stat0:min="-0.5" stat0:q1="3.0" stat0:q3="4.0" stat0:stddev="0.6721793797596549">
                       <name>rv_template_logg</name>
                       <description>logg of the template used to compute radial velocity</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="7224631" stat0:max="6750.0" stat0:mean="5146.11643141359" stat0:median="5000.0" stat0:min="3600.0" stat0:q1="4500.0" stat0:q3="5500.0" stat0:stddev="712.3286989960484">
                       <name>rv_template_teff</name>
                       <description>Teff of the template used to compute radial velocity</description>
                       <unit>K</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>teff_percentile_lower</name>
                       <description>teffVal lower uncertainty</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>teff_percentile_upper</name>
                       <description>teffVal upper uncertainty</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="161497595" stat0:max="9803.0" stat0:mean="4815.715168413583" stat0:median="4889.90527" stat0:min="3229.0" stat0:q1="4295.0" stat0:q3="5249.91992" stat0:stddev="751.2170363689631">
                       <name>teff_val</name>
                       <description>Stellar effective temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1692919135" stat0:max="22.0" stat0:mean="10.846873918168573" stat0:median="11.0" stat0:min="1.0" stat0:q1="8.0" stat0:q3="14.0" stat0:stddev="3.788668374169639">
                       <name>visibility_periods_used</name>
                       <description>Number of visibility periods used in Astrometric solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.dr1_neighbourhood</name>
                    <description>Users wishing to look up the DR2 record for an astrophysical source identified in DR1 must NOT simply extract the record from DR2 having the same source identifier.  As described in the detailed description of attribute designation in GaiaSource it is not guaranteed that the same astronomical source will always have the same source identifier in different Data Releases. Hence the only safe way to compare source records between different Data Releases in general is to check the records of proximal source(s) in the same small part of the sky. This table provides the means to do this via a precomputed crossmatch of such sources, taking into account the proper motions available at DR2.  Within the neighbourhood of a given DR2 source there may be none, one or (rarely) several possible counterparts in DR1 indicated by rows in this table. This occasional source confusion was introduced during the DR1 processing which used an earlier version of the software for matching of transit observations to unique astrophysical sources. The subsequent merging, splitting and deletion of identifiers introduced at DR1 during the DR2 processing means there is no guaranteed one–to–one correspondence in source identifiers between the releases.  For more details of the procedure used to create this crossmatch, see Section [chap:xmdr1] in the online documentation.</description>
                    <nrows>1141288704</nrows>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dr1_source_id</name>
                       <description>Source identifier in Gaia DR1</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dr2_source_id</name>
                       <description>Source identifier in Gaia DR2</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>magnitude_difference</name>
                       <description>G band magnitude difference between the sources</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;arith.diff</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>rank</name>
                       <description>Rank metric indicating relative probability of a good match</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.vari_cepheid</name>
                    <description>This table describes the Cepheid stars.</description>
                    <nrows>9575</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>epoch_bp</name>
                       <description>Epoch of the maximum of the light curve in the BP band (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="9575" stat0:max="0.17494314618260573" stat0:mean="2.60669208518277E-4" stat0:median="1.7293656936210988E-5" stat0:min="2.0843141873386607E-7" stat0:q1="7.71394434651306E-6" stat0:q3="4.6658923225117984E-5" stat0:stddev="0.003497958269583135">
                       <name>epoch_bp_error</name>
                       <description>Uncertainty on the epoch parameter epochBp</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_g</name>
                       <description>Epoch of the maximum of the light curve in the G band (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="9575" stat0:max="0.17494314618260573" stat0:mean="2.60669208518277E-4" stat0:median="1.7293656936210988E-5" stat0:min="2.0843141873386607E-7" stat0:q1="7.71394434651306E-6" stat0:q3="4.6658923225117984E-5" stat0:stddev="0.003497958269583135">
                       <name>epoch_g_error</name>
                       <description>Uncertainty on the epoch parameter epochG</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_rp</name>
                       <description>Epoch of the maximum of the light curve in the RP band (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="9575" stat0:max="0.17494314618260573" stat0:mean="2.60669208518277E-4" stat0:median="1.7293656936210988E-5" stat0:min="2.0843141873386607E-7" stat0:q1="7.71394434651306E-6" stat0:q3="4.6658923225117984E-5" stat0:stddev="0.003497958269583135">
                       <name>epoch_rp_error</name>
                       <description>Uncertainty on the epoch parameter epochRp</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>g_absorption</name>
                       <description>Interstellar absorption in the G-band</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.gal</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>g_absorption_error</name>
                       <description>Error on the interstellar absorption in the G-band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption.gal</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="8467" stat0:max="19.687855211096558" stat0:mean="16.02421069478933" stat0:median="16.35779755686113" stat0:min="4.549260945376369" stat0:q1="15.633481507266044" stat0:q3="17.191437403474616" stat0:stddev="1.8470487338407817">
                       <name>int_average_bp</name>
                       <description>intensity-averaged magnitude in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="8467" stat0:max="0.6481303282646221" stat0:mean="0.0049855594709257356" stat0:median="0.0027915614492199366" stat0:min="6.466701976483628E-5" stat0:q1="0.0014063980928027658" stat0:q3="0.00512496819672479" stat0:stddev="0.013921764282731317">
                       <name>int_average_bp_error</name>
                       <description>Uncertainty on int_average_bp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="9575" stat0:max="19.613090753174845" stat0:mean="15.7804211123359" stat0:median="16.09681895115532" stat0:min="4.060538139616262" stat0:q1="15.378140060480742" stat0:q3="16.99489659976516" stat0:stddev="1.8987462106228372">
                       <name>int_average_g</name>
                       <description>Intensity-averaged magnitude in the G band</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="9575" stat0:max="1.713629622201553" stat0:mean="7.490328179295997E-4" stat0:median="3.8507136292095085E-4" stat0:min="2.5844126554924247E-5" stat0:q1="2.242062336600747E-4" stat0:q3="6.247885770809449E-4" stat0:stddev="0.017535499060186758">
                       <name>int_average_g_error</name>
                       <description>Uncertainty on int_average_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="8467" stat0:max="19.068070665263225" stat0:mean="15.11381742367039" stat0:median="15.514506895012278" stat0:min="3.7002590772738273" stat0:q1="14.702714159525273" stat0:q3="16.434884392840857" stat0:stddev="2.041076795603972">
                       <name>int_average_rp</name>
                       <description>intensity-averaged magnitude in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="8467" stat0:max="2.639162300485062" stat0:mean="0.004029354135264937" stat0:median="0.0022677768788962986" stat0:min="5.99490272263201E-5" stat0:q1="0.0010911165956861667" stat0:q3="0.004289510457992869" stat0:stddev="0.02942753438198856">
                       <name>int_average_rp_error</name>
                       <description>Uncertainty on int_average_rp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3738" stat0:max="0.49953102367837876" stat0:mean="-0.15239594668974527" stat0:median="-0.1482618377484486" stat0:min="-0.9991697355746836" stat0:q1="-0.31312054833127156" stat0:q3="0.02571423367327852" stat0:stddev="0.27420069833755667">
                       <name>metallicity</name>
                       <description>Metallicity of the star from the Fourier parameters of the light curve</description>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="3738" stat0:max="0.8763498874843196" stat0:mean="0.22272606798591796" stat0:median="0.22016373363017924" stat0:min="0.21973275397917363" stat0:q1="0.21987049373235967" stat0:q3="0.2234559475542774" stat0:stddev="0.016045914407426247">
                       <name>metallicity_error</name>
                       <description>Uncertainty of the metallicity parameter</description>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>mode_best_classification</name>
                       <description>Best mode classification estimate   out of: { "FUNDAMENTAL", "FIRST_OVERTONE", "SECOND_OVERTONE", "MULTI'', "UNDEFINED", "NOT_APPLICABLE"}</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>multi_mode_best_classification</name>
                       <description>Best multi mode DCEP classification out of: { "F/1O", "F/2O", "1O/2O", "1O/3O'', "2O/3O", ''F/1O/2O'', "1O/2O/3O"}</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="9575" stat0:max="225.0" stat0:mean="29.34140992167102" stat0:median="25.0" stat0:min="1.0" stat0:q1="22.0" stat0:q3="28.0" stat0:stddev="18.889658298044594">
                       <name>num_clean_epochs_bp</name>
                       <description>Number of BP epochs used in the fitting algorithm</description>
                       <ucd>meta.number;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="9575" stat0:max="235.0" stat0:mean="33.30851174934726" stat0:median="28.0" stat0:min="12.0" stat0:q1="26.0" stat0:q3="32.0" stat0:stddev="19.606294782557086">
                       <name>num_clean_epochs_g</name>
                       <description>Number of G FoV epochs used in the fitting algorithm</description>
                       <ucd>meta.number;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="9575" stat0:max="220.0" stat0:mean="29.080208877284594" stat0:median="25.0" stat0:min="1.0" stat0:q1="21.0" stat0:q3="28.0" stat0:stddev="18.654249701285984">
                       <name>num_clean_epochs_rp</name>
                       <description>Number of RP epochs used in the fitting algorithm</description>
                       <ucd>meta.number;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="3802" stat0:max="7.896892533719315" stat0:mean="1.8548439107420496" stat0:median="1.7032061490930208" stat0:min="0.24438206980759555" stat0:q1="1.0775669327774198" stat0:q3="2.3216716745711135" stat0:stddev="1.004681971627181">
                       <name>p1_o</name>
                       <description>Period corresponding to the first overtone pulsation mode (for multi mode pulsators) in the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="3802" stat0:max="0.002600470216313804" stat0:mean="2.2550833391328457E-5" stat0:median="8.69564114765341E-6" stat0:min="1.4738326959904948E-7" stat0:q1="4.110334255788746E-6" stat0:q3="1.7771186752670507E-5" stat0:stddev="8.794436836361672E-5">
                       <name>p1_o_error</name>
                       <description>Uncertainty of the p1O period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="251" stat0:max="6.240219697878717" stat0:mean="0.9973391095874585" stat0:median="0.7237360728677462" stat0:min="0.25129287913978987" stat0:q1="0.5779627127834619" stat0:q3="0.9663400849916854" stat0:stddev="0.8685802817549645">
                       <name>p2_o</name>
                       <description>Period corresponding to the second overtone pulsation mode (for multi mode pulsators) in  the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="251" stat0:max="0.001777723999366658" stat0:mean="4.7491570197565504E-5" stat0:median="1.6132497560691732E-5" stat0:min="3.224846744958976E-7" stat0:q1="6.421591277223202E-6" stat0:q3="4.181904532300998E-5" stat0:stddev="1.367730741158064E-4">
                       <name>p2_o_error</name>
                       <description>Uncertainty of the p2O period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="7" stat0:max="0.4621720266110625" stat0:mean="0.4113817157964282" stat0:median="0.3663177592400394" stat0:min="0.3395305512899885" stat0:q1="0.3395305512899885" stat0:q3="0.44437234129463843" stat0:stddev="0.051891030611225616">
                       <name>p3_o</name>
                       <description>Period corresponding to the third overtone pulsation mode (for multi mode pulsators) in  the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="7" stat0:max="4.936125448474228E-5" stat0:mean="1.6689887581025898E-5" stat0:median="7.732871017702166E-6" stat0:min="1.9838329463323527E-6" stat0:q1="1.9838329463323527E-6" stat0:q3="1.4572976823434615E-5" stat0:stddev="1.685869743319964E-5">
                       <name>p3_o_error</name>
                       <description>Uncertainty of the p3O period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="8467" stat0:max="4.4170868494116196" stat0:mean="0.595403709190313" stat0:median="0.5349184241298115" stat0:min="0.004983007358198677" stat0:q1="0.3734471051817394" stat0:q3="0.7764197484368038" stat0:stddev="0.30369340598228894">
                       <name>peak_to_peak_bp</name>
                       <description>Peak-to-peak amplitude of the BP band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="8467" stat0:max="1.3011751537040084" stat0:mean="0.018565889703895624" stat0:median="0.010977725081515474" stat0:min="2.488193538670396E-4" stat0:q1="0.006072184911959606" stat0:q3="0.019843552186108372" stat0:stddev="0.037520564267841824">
                       <name>peak_to_peak_bp_error</name>
                       <description>Uncertainty on the peak_to_peak_bp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="9575" stat0:max="2.772887661509678" stat0:mean="0.5424093281413629" stat0:median="0.49025599193753244" stat0:min="0.10009081600180281" stat0:q1="0.33619899712818313" stat0:q3="0.7049032961826853" stat0:stddev="0.26473869091030916">
                       <name>peak_to_peak_g</name>
                       <description>Peak-to-peak amplitude of the G band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="9575" stat0:max="1.9689247517352413" stat0:mean="0.0024074805080346135" stat0:median="0.0014586594805963385" stat0:min="6.937400247647236E-5" stat0:q1="8.767642990422863E-4" stat0:q3="0.0023892810361664883" stat0:stddev="0.02073445824102222">
                       <name>peak_to_peak_g_error</name>
                       <description>Uncertainty on the peak_to_peak_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="8467" stat0:max="3.3715715602098726" stat0:mean="0.37505611011319007" stat0:median="0.3373985038067744" stat0:min="0.005193663510553392" stat0:q1="0.23608590198409463" stat0:q3="0.48637010643975476" stat0:stddev="0.19253748072350113">
                       <name>peak_to_peak_rp</name>
                       <description>Peak-to-peak amplitude of the RP band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="8467" stat0:max="4.050132208403483" stat0:mean="0.015487896712655734" stat0:median="0.009067012881730167" stat0:min="2.0811873762350338E-4" stat0:q1="0.00488748592212521" stat0:q3="0.017305930554097952" stat0:stddev="0.049802737517645926">
                       <name>peak_to_peak_rp_error</name>
                       <description>Uncertainty on the peak_to_peak_rp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="5935" stat0:max="334.4891675136583" stat0:mean="6.355652104459743" stat0:median="3.3404250285137764" stat0:min="0.4187624630601798" stat0:q1="1.9344511925183805" stat0:q3="5.806160265334745" stat0:stddev="13.371446864967504">
                       <name>pf</name>
                       <description>Period corresponding to the fundamental pulsation mode (for multi mode pulsators) in  the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="5935" stat0:max="0.12370348498782997" stat0:mean="2.92432473621055E-4" stat0:median="1.752102289446584E-5" stat0:min="2.652992139988712E-7" stat0:q1="7.290445046798479E-6" stat0:q3="5.8481872013468186E-5" stat0:stddev="0.0031374168329680904">
                       <name>pf_error</name>
                       <description>Uncertainty of the pf period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="8968" stat0:max="7.110381584059745" stat0:mean="4.238210202567211" stat0:median="4.26402200163718" stat0:min="0.8379098499772457" stat0:q1="3.9801606120724884" stat0:q3="4.528548216110998" stat0:stddev="0.7534754482342796">
                       <name>phi21_g</name>
                       <description>Fourier decomposition parameter phi21G: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="8968" stat0:max="7.383381574525101" stat0:mean="0.045788344303587476" stat0:median="0.012947511875959227" stat0:min="6.417791873918613E-4" stat0:q1="0.006601706499660988" stat0:q3="0.024782279460028266" stat0:stddev="0.2487196165493123">
                       <name>phi21_g_error</name>
                       <description>Uncertainty on the phi21G parameter: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error;stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="4929" stat0:max="6.276245839738145" stat0:mean="2.384901136380113" stat0:median="2.312552366329877" stat0:min="0.005882086747073245" stat0:q1="1.8659388228150622" stat0:q3="2.7313708000348766" stat0:stddev="0.944549267008912">
                       <name>phi31_g</name>
                       <description>Fourier decomposition parameter phi31G: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="4929" stat0:max="2.8749090201792415" stat0:mean="0.0484154493837168" stat0:median="0.017256368796227297" stat0:min="8.806140825215756E-4" stat0:q1="0.009767040840461863" stat0:q3="0.033418799932888495" stat0:stddev="0.1870809818514268">
                       <name>phi31_g_error</name>
                       <description>Uncertainty on the phi31G parameter: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error;stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="8968" stat0:max="2.257374535099131" stat0:mean="0.31650043949173" stat0:median="0.3099195909088329" stat0:min="0.02264836442966006" stat0:q1="0.18221282763079405" stat0:q3="0.4361009761721145" stat0:stddev="0.16167955658962788">
                       <name>r21_g</name>
                       <description>Fourier decomposition parameter r21G: A2/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="8968" stat0:max="0.26507188725695113" stat0:mean="0.004825366700138503" stat0:median="0.0032044647029883513" stat0:min="1.66129502184E-4" stat0:q1="0.0019282481973475472" stat0:q3="0.0051109754649921475" stat0:stddev="0.008957204875288614">
                       <name>r21_g_error</name>
                       <description>Uncertainty on the r21G parameter: A2/A1 (for G band)</description>
                       <ucd>stat.error;stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="4929" stat0:max="1.405507570679163" stat0:mean="0.20963766557225563" stat0:median="0.2004448914152039" stat0:min="0.009768341853604397" stat0:q1="0.11997033429079104" stat0:q3="0.27438571571245696" stat0:stddev="0.11458166897721783">
                       <name>r31_g</name>
                       <description>Fourier decomposition parameter r31G: A3/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="4929" stat0:max="0.18829387952312518" stat0:mean="0.004118274631378764" stat0:median="0.002849459611722397" stat0:min="1.7227526847583274E-4" stat0:q1="0.0016590691506442531" stat0:q3="0.0044934315639274655" stat0:stddev="0.006529646520068486">
                       <name>r31_g_error</name>
                       <description>Uncertainty on the r31G parameter: A3/A1 (for G band)</description>
                       <ucd>stat.error;stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>type2_best_sub_classification</name>
                       <description>Best subclassification estimate for type_best_classification="T2CEP" out of: {"BL_HER", "W_VIR", "RV_TAU"}</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>type_best_classification</name>
                       <description>Best type classification estimate out of: {"DCEP", "T2CEP", "ACEP"}</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.vari_rrlyrae</name>
                    <description>This table describes the RR Lyrae stars.</description>
                    <nrows>140784</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>best_classification</name>
                       <description>Best RR Lyrae classification estimate out of: {"RRC", "RRAB", "RRD"}</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>epoch_bp</name>
                       <description>Epoch of the maximum of the light curve in the BP band (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="140784" stat0:max="5.110838690601333E-4" stat0:mean="4.216280001430896E-6" stat0:median="1.504886877067223E-6" stat0:min="3.043833976271543E-8" stat0:q1="6.0160445470163E-7" stat0:q3="3.7428496334500633E-6" stat0:stddev="1.0362593935051221E-5">
                       <name>epoch_bp_error</name>
                       <description>Uncertainty on the epoch parameter epochBp</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_g</name>
                       <description>Epoch of the maximum of the light curve in the G band (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="140784" stat0:max="5.110838690601333E-4" stat0:mean="4.216280001430896E-6" stat0:median="1.504886877067223E-6" stat0:min="3.043833976271543E-8" stat0:q1="6.0160445470163E-7" stat0:q3="3.7428496334500633E-6" stat0:stddev="1.0362593935051221E-5">
                       <name>epoch_g_error</name>
                       <description>Uncertainty on the epoch parameter epochG</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_rp</name>
                       <description>Epoch of the maximum of the light curve in the RP band (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="140784" stat0:max="5.110838690601333E-4" stat0:mean="4.216280001430896E-6" stat0:median="1.504886877067223E-6" stat0:min="3.043833976271543E-8" stat0:q1="6.0160445470163E-7" stat0:q3="3.7428496334500633E-6" stat0:stddev="1.0362593935051221E-5">
                       <name>epoch_rp_error</name>
                       <description>Uncertainty on the epoch parameter epochRp</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="54272" stat0:max="52.60791827719198" stat0:mean="0.795366725507337" stat0:median="0.441158542374165" stat0:min="-0.6591912034496212" stat0:q1="0.1639020159771564" stat0:q3="1.0449929553939896" stat0:stddev="1.0193747433517077">
                       <name>g_absorption</name>
                       <description>Interstellar absorption in the G-band</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.gal</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="54272" stat0:max="51.35812765607051" stat0:mean="0.07188924991241569" stat0:median="0.054762525599809486" stat0:min="0.050665827626052845" stat0:q1="0.05224538880692601" stat0:q3="0.06793771427032974" stat0:stddev="0.30079929429207175">
                       <name>g_absorption_error</name>
                       <description>Error on the interstellar absorption in the G-band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption.gal</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="83097" stat0:max="21.27196954009456" stat0:mean="17.455252513699314" stat0:median="17.480414622287263" stat0:min="9.080242631538898" stat0:q1="16.365082193974203" stat0:q3="18.820618612501193" stat0:stddev="1.601538053764297">
                       <name>int_average_bp</name>
                       <description>intensity-averaged magnitude in the BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="83097" stat0:max="5.9260970814164375" stat0:mean="0.011333102850705608" stat0:median="0.005475350977957998" stat0:min="7.36905710768544E-5" stat0:q1="0.0025110636720732443" stat0:q3="0.013562619353871201" stat0:stddev="0.029003097903205682">
                       <name>int_average_bp_error</name>
                       <description>Uncertainty on int_average_bp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="140784" stat0:max="21.129691855646854" stat0:mean="17.763992634072714" stat0:median="17.893199748304347" stat0:min="8.627410594241178" stat0:q1="16.48663533969406" stat0:q3="19.26572307360438" stat0:stddev="1.7129677877618046">
                       <name>int_average_g</name>
                       <description>Intensity-averaged magnitude in the G band</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="140784" stat0:max="0.42151527119474624" stat0:mean="0.0018583928165196" stat0:median="8.663043692863329E-4" stat0:min="3.0501497295019462E-5" stat0:q1="3.701274747228057E-4" stat0:q3="0.002019890582886133" stat0:stddev="0.003902223748495491">
                       <name>int_average_g_error</name>
                       <description>Uncertainty on int_average_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="83097" stat0:max="20.226550832677674" stat0:mean="16.639163905096098" stat0:median="16.594116417340807" stat0:min="8.487945365119021" stat0:q1="15.550066155207219" stat0:q3="17.830106643292268" stat0:stddev="1.580089503939764">
                       <name>int_average_rp</name>
                       <description>intensity-averaged magnitude in the RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="83097" stat0:max="5.9018394956567715" stat0:mean="0.008573150879096828" stat0:median="0.004145817370367207" stat0:min="7.639651181544824E-5" stat0:q1="0.0020043754154329815" stat0:q3="0.010009578036126125" stat0:stddev="0.0294776229259599">
                       <name>int_average_rp_error</name>
                       <description>Uncertainty on int_average_rp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="64932" stat0:max="0.4978442827369065" stat0:mean="-1.1880384323624895" stat0:median="-1.1723367391272035" stat0:min="-2.9999606604504354" stat0:q1="-1.6172199363260766" stat0:q3="-0.7265942491894144" stat0:stddev="0.6559343485919694">
                       <name>metallicity</name>
                       <description>Metallicity of the star from the Fourier parameters of the light curve</description>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="64932" stat0:max="25.237646629101974" stat0:mean="0.29718583170592866" stat0:median="0.22092867331775898" stat0:min="0.21692395148592716" stat0:q1="0.2176545480663657" stat0:q3="0.23886476571975424" stat0:stddev="0.5914618482064024">
                       <name>metallicity_error</name>
                       <description>Uncertainty of the metallicity parameter</description>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="140784" stat0:max="212.0" stat0:mean="22.62317450846687" stat0:median="20.0" stat0:min="1.0" stat0:q1="15.0" stat0:q3="28.0" stat0:stddev="13.790871391234138">
                       <name>num_clean_epochs_bp</name>
                       <description>Number of BP epochs used in the fitting algorithm</description>
                       <ucd>meta.number;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="140784" stat0:max="243.0" stat0:mean="30.09192806000682" stat0:median="27.0" stat0:min="12.0" stat0:q1="22.0" stat0:q3="34.0" stat0:stddev="14.578123480141894">
                       <name>num_clean_epochs_g</name>
                       <description>Number of G FoV epochs used in the fitting algorithm</description>
                       <ucd>meta.number;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="140784" stat0:max="225.0" stat0:mean="22.687542618479373" stat0:median="21.0" stat0:min="1.0" stat0:q1="15.0" stat0:q3="28.0" stat0:stddev="13.740508588534754">
                       <name>num_clean_epochs_rp</name>
                       <description>Number of RP epochs used in the fitting algorithm</description>
                       <ucd>meta.number;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="42758" stat0:max="0.5063260660991211" stat0:mean="0.32904252978524456" stat0:median="0.32945287073417645" stat0:min="0.20095297901179987" stat0:q1="0.2985095127681164" stat0:q3="0.3563004194013021" stat0:stddev="0.04097078468673329">
                       <name>p1_o</name>
                       <description>Period corresponding to the first overtone pulsation mode (for multi mode pulsators) in the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="42758" stat0:max="1.1293018683818633E-4" stat0:mean="1.664441390851926E-6" stat0:median="7.672313898114717E-7" stat0:min="2.1523156454276207E-8" stat0:q1="3.2261487037812275E-7" stat0:q3="1.7863109552080393E-6" stat0:stddev="3.3974915453189124E-6">
                       <name>p1_o_error</name>
                       <description>Uncertainty of the p1O period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>p2_o</name>
                       <description>Period corresponding to the second overtone pulsation mode (for multi mode pulsators) in  the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>p2_o_error</name>
                       <description>Uncertainty of the p2O period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>p3_o</name>
                       <description>Period corresponding to the third overtone pulsation mode (for multi mode pulsators) in  the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>p3_o_error</name>
                       <description>Uncertainty of the p3O period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="83097" stat0:max="11.061054965194774" stat0:mean="0.6289744631441427" stat0:median="0.5689232538065969" stat0:min="0.029478033305188944" stat0:q1="0.43539956410380576" stat0:q3="0.7815195184552568" stat0:stddev="0.2901989641182429">
                       <name>peak_to_peak_bp</name>
                       <description>Peak-to-peak amplitude of the BP band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="83097" stat0:max="5.830693415271316" stat0:mean="0.04891157503727503" stat0:median="0.023897371748190552" stat0:min="2.759196358389861E-4" stat0:q1="0.011326777108312595" stat0:q3="0.05840435598522609" stat0:stddev="0.08086082946730408">
                       <name>peak_to_peak_bp_error</name>
                       <description>Uncertainty on the peak_to_peak_bp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="140784" stat0:max="3.7046253814677996" stat0:mean="0.6232486803484211" stat0:median="0.5712852005402631" stat0:min="0.10091388207260366" stat0:q1="0.4024449589060701" stat0:q3="0.8138061890805091" stat0:stddev="0.26069566827918106">
                       <name>peak_to_peak_g</name>
                       <description>Peak-to-peak amplitude of the G band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="140784" stat0:max="1.0463456995268365" stat0:mean="0.007882343685129396" stat0:median="0.003954449200740907" stat0:min="6.445081707076343E-5" stat0:q1="0.0017342263970723621" stat0:q3="0.008604154972559907" stat0:stddev="0.015265040322699144">
                       <name>peak_to_peak_g_error</name>
                       <description>Uncertainty on the peak_to_peak_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="83097" stat0:max="8.198262319144686" stat0:mean="0.4077638200997237" stat0:median="0.36117538893494316" stat0:min="0.02403719227210388" stat0:q1="0.26912902508728376" stat0:q3="0.5080731298835293" stat0:stddev="0.2262529402849004">
                       <name>peak_to_peak_rp</name>
                       <description>Peak-to-peak amplitude of the RP band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="83097" stat0:max="12.779924701814927" stat0:mean="0.038811845552472524" stat0:median="0.019285551146677973" stat0:min="2.1736177331703577E-4" stat0:q1="0.009311521083148231" stat0:q3="0.04797330672262101" stat0:stddev="0.07175119573511277">
                       <name>peak_to_peak_rp_error</name>
                       <description>Uncertainty on the peak_to_peak_rp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="100404" stat0:max="0.9975636975622973" stat0:mean="0.5718497619771217" stat0:median="0.5714551504109948" stat0:min="0.3307512263341668" stat0:q1="0.5179898336170915" stat0:q3="0.6211508605267928" stat0:stddev="0.07950219841249327">
                       <name>pf</name>
                       <description>Period corresponding to the fundamental pulsation mode (for multi mode pulsators) in  the G band time series</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="100404" stat0:max="3.613908695674777E-4" stat0:mean="3.7064975171310345E-6" stat0:median="1.2803990471524904E-6" stat0:min="2.3133392825808385E-8" stat0:q1="5.097027547293922E-7" stat0:q3="3.306381926776626E-6" stat0:stddev="8.635592528964167E-6">
                       <name>pf_error</name>
                       <description>Uncertainty of the pf period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="121235" stat0:max="7.063244109440426" stat0:mean="4.229397339459972" stat0:median="4.162022248093386" stat0:min="2.025227735638248" stat0:q1="3.9426870360290778" stat0:q3="4.484133532272075" stat0:stddev="0.4240012449719901">
                       <name>phi21_g</name>
                       <description>Fourier decomposition parameter phi21G: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="121235" stat0:max="17.167837422136227" stat0:mean="0.11959334697514695" stat0:median="0.022566530179775286" stat0:min="6.007214353344239E-4" stat0:q1="0.009155987225845649" stat0:q3="0.048646899758916146" stat0:stddev="0.3908993705962779">
                       <name>phi21_g_error</name>
                       <description>Uncertainty on the phi21G parameter: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error;stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="67681" stat0:max="6.27988907208907" stat0:mean="2.313837581955061" stat0:median="2.2209468988929535" stat0:min="0.023788745023916036" stat0:q1="1.8803853428221888" stat0:q3="2.6335898896826766" stat0:stddev="0.643647405585335">
                       <name>phi31_g</name>
                       <description>Fourier decomposition parameter phi31G: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="67681" stat0:max="4.704636694947888" stat0:mean="0.07624888992630884" stat0:median="0.022341812323895198" stat0:min="9.551511354681412E-4" stat0:q1="0.010444480359609026" stat0:q3="0.04743852790163612" stat0:stddev="0.2700588056564459">
                       <name>phi31_g_error</name>
                       <description>Uncertainty on the phi31G parameter: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error;stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="121235" stat0:max="8.201796704449622" stat0:mean="0.3901657214266989" stat0:median="0.42142941853553506" stat0:min="0.009017436170893647" stat0:q1="0.28753861890056004" stat0:q3="0.4945373729742103" stat0:stddev="0.15842037533705372">
                       <name>r21_g</name>
                       <description>Fourier decomposition parameter r21G: A2/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="121235" stat0:max="2.7324714438562343" stat0:mean="0.017326709133592442" stat0:median="0.006170802472943653" stat0:min="2.7734925004733324E-4" stat0:q1="0.0028236779602638425" stat0:q3="0.014371924992062291" stat0:stddev="0.039855354439364714">
                       <name>r21_g_error</name>
                       <description>Uncertainty on the r21G parameter: A2/A1 (for G band)</description>
                       <ucd>stat.error;stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="67681" stat0:max="5.357060153856144" stat0:mean="0.2877534542380482" stat0:median="0.3015850625952196" stat0:min="0.01764823362453966" stat0:q1="0.21984511700954926" stat0:q3="0.3583096668964204" stat0:stddev="0.12488753092330616">
                       <name>r31_g</name>
                       <description>Fourier decomposition parameter r31G: A3/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="67681" stat0:max="3.77493532831623" stat0:mean="0.009088923868609938" stat0:median="0.004184342579571102" stat0:min="2.4314047421295296E-4" stat0:q1="0.002169416890696204" stat0:q3="0.009431262733567605" stat0:stddev="0.024131609315611844">
                       <name>r31_g_error</name>
                       <description>Uncertainty on the r31G parameter: A3/A1 (for G band)</description>
                       <ucd>stat.error;stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.vari_time_series_statistics</name>
                    <description>Statistical parameters of time series, using only transits not rejected, see rejectedByVariability column in the VO Table epochPhotometryUrl in gaiaSource.  Note that NaN will be reported when the parameter value is missing or cannot be calculated.</description>
                    <nrows>550737</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="548461" stat0:max="1.8757685683276204" stat0:mean="0.7992497086209106" stat0:median="0.8612328946568084" stat0:min="0.01374772058097186" stat0:q1="0.5499410887236224" stat0:q3="1.03435242007061" stat0:stddev="0.3222229444163616">
                       <name>abbe_mag_bp</name>
                       <description>Abbe value for BP observations</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="1.840401135757597" stat0:mean="0.6764618438211004" stat0:median="0.6657905326315243" stat0:min="0.010834364314471342" stat0:q1="0.37538322483526787" stat0:q3="0.9598119504771765" stat0:stddev="0.3437857744193816">
                       <name>abbe_mag_g_fov</name>
                       <description>Abbe value for G FoV transits</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="548388" stat0:max="1.8416919977267099" stat0:mean="0.788508762992826" stat0:median="0.8667785321139493" stat0:min="0.010242439038444844" stat0:q1="0.5132040199475469" stat0:q3="1.039930356359173" stat0:stddev="0.3321903235962777">
                       <name>abbe_mag_rp</name>
                       <description>Abbe value for RP observations</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550664" stat0:max="13.152461270035463" stat0:mean="0.4388756906078134" stat0:median="0.31501065223261904" stat0:min="0.0" stat0:q1="0.12418988536899178" stat0:q3="0.5172166192765175" stat0:stddev="0.541698848875306">
                       <name>iqr_mag_bp</name>
                       <description>Interquartile BP magnitude range</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="3.14409853199143" stat0:mean="0.2604243101308923" stat0:median="0.19777193915389368" stat0:min="0.0014046401061129643" stat0:q1="0.0523001553277167" stat0:q3="0.3400931872819051" stat0:stddev="0.3043321380207851">
                       <name>iqr_mag_g_fov</name>
                       <description>Interquartile range for G FoV transits</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550585" stat0:max="9.785886332390097" stat0:mean="0.24463072985997103" stat0:median="0.1660589691072234" stat0:min="0.0" stat0:q1="0.054594189895802" stat0:q3="0.3024253177391589" stat0:stddev="0.3200452052181977">
                       <name>iqr_mag_rp</name>
                       <description>Interquartile RP magnitude range</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="535163" stat0:max="175.95927785761222" stat0:mean="3.5333854086219096" stat0:median="0.45852512907249554" stat0:min="-5.9967525699167945" stat0:q1="-0.7548533694017577" stat0:q3="4.247102168048089" stat0:stddev="7.61893484578914">
                       <name>kurtosis_mag_bp</name>
                       <description>Standardized unweighted BP magnitude kurtosis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="64.36575276576873" stat0:mean="-0.20640238102791983" stat0:median="-0.670712141428008" stat0:min="-3.2492805435757357" stat0:q1="-1.16680556054234" stat0:q3="0.062013854899787904" stat0:stddev="2.0952400660684543">
                       <name>kurtosis_mag_g_fov</name>
                       <description>Standardized unweighted G FoV magnitude kurtosis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="536168" stat0:max="162.5782162629018" stat0:mean="5.450062937817216" stat0:median="0.6209577010141901" stat0:min="-5.984303205121883" stat0:q1="-0.7456164959976196" stat0:q3="8.134684617168247" stat0:stddev="9.972596062131391">
                       <name>kurtosis_mag_rp</name>
                       <description>Standardized unweighted RP magnitude kurtosis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550664" stat0:max="4.459465813097396" stat0:mean="0.2834298528272602" stat0:median="0.20522640798777544" stat0:min="0.0" stat0:q1="0.08200315465245755" stat0:q3="0.3376866021053106" stat0:stddev="0.3434508636438405">
                       <name>mad_mag_bp</name>
                       <description>Median Absolute Deviation (MAD) for BP observations</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="2.0717973512154964" stat0:mean="0.16179950715047514" stat0:median="0.12281966197744856" stat0:min="9.656734803051894E-4" stat0:q1="0.0342187814320012" stat0:q3="0.20813043462962377" stat0:stddev="0.19430480969923128">
                       <name>mad_mag_g_fov</name>
                       <description>Median Absolute Deviation (MAD) for G FoV transits</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550585" stat0:max="6.307880558607108" stat0:mean="0.15862569864082482" stat0:median="0.10958674416668915" stat0:min="0.0" stat0:q1="0.03685397840583102" stat0:q3="0.20278282273790663" stat0:stddev="0.19311700868976747">
                       <name>mad_mag_rp</name>
                       <description>Median Absolute Deviation (MAD) for RP observations</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550664" stat0:max="23.996621979636192" stat0:mean="17.701579025843625" stat0:median="17.646446869468832" stat0:min="3.49783939355644" stat0:q1="16.25123125594166" stat0:q3="19.307067967332216" stat0:stddev="2.196011099245767">
                       <name>max_mag_bp</name>
                       <description>Maximum BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="22.533970486562325" stat0:mean="16.397551543532845" stat0:median="16.437027204028148" stat0:min="2.626526008049467" stat0:q1="14.71534816412903" stat0:q3="18.229582932822794" stat0:stddev="2.4714643806194205">
                       <name>max_mag_g_fov</name>
                       <description>Maximum G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550585" stat0:max="21.998038299361934" stat0:mean="15.435140065925193" stat0:median="15.67977999018726" stat0:min="2.225932941215664" stat0:q1="13.584659139981834" stat0:q3="17.30190898305966" stat0:stddev="2.6700861778332143">
                       <name>max_mag_rp</name>
                       <description>Maximum RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550664" stat0:max="23.223733559457276" stat0:mean="17.176599299074713" stat0:median="17.24543203151107" stat0:min="3.225530165141881" stat0:q1="15.953313951540816" stat0:q3="18.650005087856528" stat0:stddev="1.9388619610636733">
                       <name>mean_mag_bp</name>
                       <description>Mean BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="21.210396221037712" stat0:mean="16.154590340730845" stat0:median="16.254030672838685" stat0:min="2.528965968328098" stat0:q1="14.45369644370559" stat0:q3="18.018180661508993" stat0:stddev="2.4852560112268574">
                       <name>mean_mag_g_fov</name>
                       <description>Mean G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550585" stat0:max="21.295989745394415" stat0:mean="15.134900296212992" stat0:median="15.516799638047509" stat0:min="2.0757599046035846" stat0:q1="13.334819183059253" stat0:q3="17.037282854939583" stat0:stddev="2.5950379832524915">
                       <name>mean_mag_rp</name>
                       <description>Mean RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550664" stat0:max="2334.4786670482135" stat0:mean="2025.276408288103" stat0:median="2027.9214049061213" stat0:min="1667.1503654975459" stat0:q1="1991.2745594558933" stat0:q3="2061.6597952846278" stat0:stddev="68.92140134664388">
                       <name>mean_obs_time_bp</name>
                       <description>Mean observation time for BP observations (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="2279.365970366091" stat0:mean="2025.8519143654323" stat0:median="2029.4970404384328" stat0:min="1695.3538193266081" stat0:q1="1996.0415557109468" stat0:q3="2059.658770339956" stat0:stddev="63.03451810405358">
                       <name>mean_obs_time_g_fov</name>
                       <description>Mean observation time for G FoV transits (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550585" stat0:max="2334.4787541686183" stat0:mean="2024.5545645158456" stat0:median="2027.2360888907451" stat0:min="1667.1504546063834" stat0:q1="1991.0264617613198" stat0:q3="2060.5367261201773" stat0:stddev="68.37381824127002">
                       <name>mean_obs_time_rp</name>
                       <description>Mean observation time for RP observations (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550664" stat0:max="23.008466596947937" stat0:mean="17.187036249909998" stat0:median="17.263534214126874" stat0:min="3.1656905339171573" stat0:q1="15.960338354491633" stat0:q3="18.674480564016797" stat0:stddev="1.944450047243132">
                       <name>median_mag_bp</name>
                       <description>Median BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="21.23787613945898" stat0:mean="16.166859091756685" stat0:median="16.269076944764812" stat0:min="2.5678365245254824" stat0:q1="14.4506333439294" stat0:q3="18.041831830277513" stat0:stddev="2.504723789838568">
                       <name>median_mag_g_fov</name>
                       <description>Median G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550585" stat0:max="21.20099795321411" stat0:mean="15.1472751618828" stat0:median="15.529451562210038" stat0:min="2.0799994346313433" stat0:q1="13.332167665136549" stat0:q3="17.06798448962886" stat0:stddev="2.615037947818824">
                       <name>median_mag_rp</name>
                       <description>Median RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550664" stat0:max="22.813244845811745" stat0:mean="16.402261479915705" stat0:median="16.52680488277921" stat0:min="2.984324142233124" stat0:q1="15.408977812681046" stat0:q3="17.593088978705904" stat0:stddev="1.7738076783193277">
                       <name>min_mag_bp</name>
                       <description>Minimum BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="20.840507106927845" stat0:mean="15.859215684448502" stat0:median="16.030479553561914" stat0:min="2.0244304083688895" stat0:q1="14.225312803752622" stat0:q3="17.73213735642018" stat0:stddev="2.4774703440226205">
                       <name>min_mag_g_fov</name>
                       <description>Minimum G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550585" stat0:max="20.781761512758273" stat0:mean="14.525709810524855" stat0:median="14.957311608270963" stat0:min="1.6678644038984523" stat0:q1="12.929967988348581" stat0:q3="16.224122504277112" stat0:stddev="2.4477423044016513">
                       <name>min_mag_rp</name>
                       <description>Minimum RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="239.0" stat0:mean="28.710188347614196" stat0:median="27.0" stat0:min="0.0" stat0:q1="16.0" stat0:q3="38.0" stat0:stddev="17.216179551337568">
                       <name>num_selected_bp</name>
                       <description>Total number of BP observations selected for variability analysis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="242.0" stat0:mean="30.7041945611063" stat0:median="28.0" stat0:min="5.0" stat0:q1="18.0" stat0:q3="39.0" stat0:stddev="16.249193900094404">
                       <name>num_selected_g_fov</name>
                       <description>Total number of G FOV transits selected for variability analysis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="241.0" stat0:mean="28.820823732562005" stat0:median="27.0" stat0:min="0.0" stat0:q1="16.0" stat0:q3="38.0" stat0:stddev="17.099237808104597">
                       <name>num_selected_rp</name>
                       <description>Total number of RP observations selected for variability analysis</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="548461" stat0:max="14.434313253997466" stat0:mean="1.3045365068996992" stat0:median="0.9122699661959635" stat0:min="6.058732288067858E-4" stat0:q1="0.5161662120761212" stat0:q3="1.6158676729426844" stat0:stddev="1.2415709269708406">
                       <name>range_mag_bp</name>
                       <description>Difference between the highest and lowest BP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="11.2026735381536" stat0:mean="0.5383358590843911" stat0:median="0.4261737943587596" stat0:min="0.004611515695387425" stat0:q1="0.15806769793121056" stat0:q3="0.7449603782273009" stat0:stddev="0.5243877514909181">
                       <name>range_mag_g_fov</name>
                       <description>Difference between the highest and lowest G FoV magnitudes</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="548388" stat0:max="11.973573660461415" stat0:mean="0.913073694482168" stat0:median="0.5062326688322081" stat0:min="1.583421736306434E-4" stat0:q1="0.2696932514808381" stat0:q3="1.0830658773640636" stat0:stddev="1.11206560776075">
                       <name>range_mag_rp</name>
                       <description>Difference between the highest and lowest RP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="542972" stat0:max="7.157143197632058" stat0:mean="-0.8165594083124893" stat0:median="-0.4688433188531467" stat0:min="-12.81948465873607" stat0:q1="-1.4315302865597541" stat0:q3="0.13641016771668932" stat0:stddev="1.5118168387701123">
                       <name>skewness_mag_bp</name>
                       <description>Standardized unweighted BP magnitude skewness</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="6.6106607564880235" stat0:mean="-0.184219431695844" stat0:median="-0.17919424507629464" stat0:min="-7.672507278375779" stat0:q1="-0.594736182773475" stat0:q3="0.23350571967713374" stat0:stddev="0.7312010456415807">
                       <name>skewness_mag_g_fov</name>
                       <description>Standardized unweighted G FoV magnitude skewness</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="543103" stat0:max="7.105614248952699" stat0:mean="-1.1161698808993044" stat0:median="-0.4567227843172049" stat0:min="-12.388727282959824" stat0:q1="-2.318460072776193" stat0:q3="0.19268955804615973" stat0:stddev="1.8945033996900524">
                       <name>skewness_mag_rp</name>
                       <description>Standardized unweighted RP magnitude skewness</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column stat0:filling="548461" stat0:max="6.907397965298888" stat0:mean="0.3453642084505456" stat0:median="0.24725026646208664" stat0:min="4.28417068628667E-4" stat0:q1="0.13776667192334557" stat0:q3="0.415183215826144" stat0:stddev="0.34851332385315587">
                       <name>std_dev_mag_bp</name>
                       <description>Square root of the unweighted BP magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="1.9503564746302875" stat0:mean="0.1661091003965016" stat0:median="0.13343358612150646" stat0:min="0.0012868061822551163" stat0:q1="0.03994252312246091" stat0:q3="0.2266161398862338" stat0:stddev="0.17252970001559453">
                       <name>std_dev_mag_g_fov</name>
                       <description>Square root of the unweighted G FoV magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="548388" stat0:max="6.016914128729289" stat0:mean="0.22664531213040856" stat0:median="0.13638555033206562" stat0:min="1.1196482472204569E-4" stat0:q1="0.06952482566644524" stat0:q3="0.2695707820800555" stat0:stddev="0.2629564577151742">
                       <name>std_dev_mag_rp</name>
                       <description>Square root of the unweighted RP magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="548461" stat0:max="667.3034252071095" stat0:mean="566.3289239465121" stat0:median="582.9052445264291" stat0:min="0.07399896988090404" stat0:q1="547.9534608895775" stat0:q3="605.3224874673965" stat0:stddev="76.01849291919419">
                       <name>time_duration_bp</name>
                       <description>Time duration of the BP time series</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="550737" stat0:max="667.9787450384586" stat0:mean="581.7178420327012" stat0:median="589.2309695130854" stat0:min="7.754952631186825" stat0:q1="554.4042131879586" stat0:q3="609.1220495774127" stat0:stddev="42.41912242731769">
                       <name>time_duration_g_fov</name>
                       <description>Time duration of the time series for G FoV transits</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="548388" stat0:max="667.3034232066859" stat0:mean="567.8962925987828" stat0:median="583.4884723248019" stat0:min="0.07399850055139723" stat0:q1="548.778908100249" stat0:q3="605.9255153873885" stat0:stddev="74.03179353461734">
                       <name>time_duration_rp</name>
                       <description>Time duration of the RP time series</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.vari_long_period_variable</name>
                    <description>This table describes the Long Period Variable stars.  Some entries can be NaN when absent.</description>
                    <nrows>89617</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="49189" stat0:max="10.817194138280973" stat0:mean="-3.449097750893266" stat0:median="-3.5109000116373057" stat0:min="-23.14146619849472" stat0:q1="-4.791698568352919" stat0:q3="-2.160807063908919" stat0:stddev="2.263916027676645">
                       <name>abs_mag_bol</name>
                       <description>Absolute bolometric magnitude of the star</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.bol</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="49189" stat0:max="56681.748451786436" stat0:mean="13.05990795319439" stat0:median="2.325856469914196" stat0:min="0.051835568570525486" stat0:q1="1.3421064981203874" stat0:q3="4.806048131905566" stat0:stddev="321.06722197872045">
                       <name>abs_mag_bol_error</name>
                       <description>Error of absolute bolometric magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag.bol</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="89617" stat0:max="-0.2193528028455336" stat0:mean="-2.8139342913186347" stat0:median="-2.690613973464452" stat0:min="-9.179197729415344" stat0:q1="-3.8200114328100256" stat0:q3="-1.6529472170922925" stat0:stddev="1.4274522062971353">
                       <name>bolometric_corr</name>
                       <description>Bolometric correction for LPVs</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.bc</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="89617" stat0:max="5.973873105496579" stat0:mean="0.10125774986185113" stat0:median="0.03015743258929695" stat0:min="0.005" stat0:q1="0.014509074692849008" stat0:q3="0.08517395181086258" stat0:stddev="0.24544589819865575">
                       <name>bolometric_corr_error</name>
                       <description>Error of the bolometric correction</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag.bc</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="89617" stat0:max="0.016666179111446435" stat0:mean="0.00385079557915477" stat0:median="0.0030784608741770063" stat0:min="1.125180684660245E-5" stat0:q1="0.002254746162142763" stat0:q3="0.004374563437471152" stat0:stddev="0.002563660122192754">
                       <name>frequency</name>
                       <description>Frequency of the LPV</description>
                       <unit>d**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="89617" stat0:max="65.89938935405304" stat0:mean="0.0023341782293924856" stat0:median="0.0011101853063722731" stat0:min="2.658631604631722E-5" stat0:q1="3.935284451012306E-4" stat0:q3="0.002023921863504494" stat0:stddev="0.2203042782368642">
                       <name>frequency_error</name>
                       <description>Error on the frequency</description>
                       <unit>d**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>rsg_flag</name>
                       <description>Red supergiant flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.vari_short_timescale</name>
                    <description>This table describes the short-timescale sources. For DR2, all sources in this table were selected according to their variogram analysis.</description>
                    <nrows>3018</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="3018" stat0:max="3.6197775587708545" stat0:mean="0.4425659814977127" stat0:median="0.39046963206870444" stat0:min="0.1026789706168465" stat0:q1="0.28536764388361746" stat0:q3="0.519824330534334" stat0:stddev="0.2840366234314664">
                       <name>amplitude_estimate</name>
                       <description>Amplitude estimate of all per CCD G-band photometry (quantile(95%)-quantile(5%))</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="3018" stat0:max="143.926266259" stat0:mean="42.54905142135062" stat0:median="22.661928589" stat0:min="1.00692179" stat0:q1="6.0441764465" stat0:q3="77.07045684900001" stat0:stddev="43.314570220559816">
                       <name>frequency</name>
                       <description>Frequency search result for either G CCD, G FoV, BP or RP photometry (Null if no periodicity detected)</description>
                       <unit>d**-1</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="3018" stat0:max="1.0512013343361748" stat0:mean="0.7076522686976454" stat0:median="0.7085184356512594" stat0:min="0.36193533323732274" stat0:q1="0.6454499747358541" stat0:q3="0.770670615115344" stat0:stddev="0.09406100006627305">
                       <name>mean_of_fov_abbe_values</name>
                       <description>Mean of per-FOV Abbe values derived from CCD G-band photometry</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_fov_transits</name>
                       <description>Number of FoV transits with more than 7 CCD measurements after time series cleaning</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>variogram_char_timescales</name>
                       <description>Characteristic time scales of variability</description>
                       <unit>d</unit>
                       <ucd>time</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>variogram_num_points</name>
                       <description>Number of points in the variogram</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>variogram_values</name>
                       <description>Variogram values associated with the variogram_char_timescales</description>
                       <unit>mag**2</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.vari_rotation_modulation</name>
                    <description>This table describes the solar-like stars with rotational modulation.</description>
                    <nrows>147535</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="147535" stat0:max="60.14825917527407" stat0:mean="5.998188669431773" stat0:median="3.399401299285456" stat0:min="0.31259980992315584" stat0:q1="1.3216024317970254" stat0:q3="6.942808041646128" stat0:stddev="7.813528890334463">
                       <name>best_rotation_period</name>
                       <description>Best rotation period</description>
                       <unit>d</unit>
                       <ucd>phys.veloc.rotat;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="147535" stat0:max="8.383667255113508" stat0:mean="0.3084600133343171" stat0:median="0.09410328159705061" stat0:min="6.297313683764543E-8" stat0:q1="0.013733201033624631" stat0:q3="0.3597224839859179" stat0:stddev="0.5555737158925108">
                       <name>best_rotation_period_error</name>
                       <description>Error on best rotation period</description>
                       <unit>d</unit>
                       <ucd>stat.error;phys.veloc.rotat;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="137555" stat0:max="23.70824326094838" stat0:mean="16.608894567764985" stat0:median="16.66573797326327" stat0:min="6.541840995810027" stat0:q1="15.516972518667489" stat0:q3="17.713008166833596" stat0:stddev="1.606150921657137">
                       <name>bp_unspotted</name>
                       <description>Unspotted BP mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="137555" stat0:max="7.844664691350416" stat0:mean="0.043079915946796964" stat0:median="0.023343411401598388" stat0:min="9.807403431405025E-4" stat0:q1="0.012363740290397005" stat0:q3="0.04431573403318265" stat0:stddev="0.08866041057530354">
                       <name>bp_unspotted_error</name>
                       <description>Unspotted BP mag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="147535" stat0:max="20.100000941972347" stat0:mean="15.95810613420653" stat0:median="16.06565414115384" stat0:min="6.14798459805057" stat0:q1="14.983984773557868" stat0:q3="17.010938302201357" stat0:stddev="1.4426543540394006">
                       <name>g_unspotted</name>
                       <description>Unspotted G mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="147535" stat0:max="0.12384416442890032" stat0:mean="0.004751036935503628" stat0:median="0.0032388374889336137" stat0:min="1.7808609074560896E-4" stat0:q1="0.0017445994315259564" stat0:q3="0.005656784113249962" stat0:stddev="0.005274698695629036">
                       <name>g_unspotted_error</name>
                       <description>Unspotted G mag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="147535" stat0:max="1.008297869987274" stat0:mean="0.051801721287599" stat0:median="0.035209667733916206" stat0:min="0.003648684740026553" stat0:q1="0.020862517792611612" stat0:q3="0.06893557631912461" stat0:stddev="0.049231952699477735">
                       <name>max_activity_index</name>
                       <description>The maximum Activity Index</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;src.var.amplitude;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="147535" stat0:max="0.142927111267886" stat0:mean="0.00590862317459636" stat0:median="0.004381742408693653" stat0:min="3.52397363902733E-4" stat0:q1="0.0024874254065264025" stat0:q3="0.007321326628827963" stat0:stddev="0.005452348188230915">
                       <name>max_activity_index_error</name>
                       <description>Error on maximum activity index</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;src.var.amplitude;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="147535" stat0:max="42.0" stat0:mean="6.714074626359847" stat0:median="6.0" stat0:min="0.0" stat0:q1="4.0" stat0:q3="9.0" stat0:stddev="3.246718420347838">
                       <name>num_outliers</name>
                       <description>Number of outliers</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="147535" stat0:max="13.0" stat0:mean="3.958301420002033" stat0:median="3.0" stat0:min="2.0" stat0:q1="3.0" stat0:q3="5.0" stat0:stddev="1.6855293913011797">
                       <name>num_segments</name>
                       <description>Number of segments</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>outliers_time</name>
                       <description>Times at which outliers occurs (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>meta.dataset;time</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="137175" stat0:max="20.006712593326142" stat0:mean="15.146086473781615" stat0:median="15.288003112572206" stat0:min="5.706209249718793" stat0:q1="14.267486295296766" stat0:q3="16.140589318287084" stat0:stddev="1.3212470702880401">
                       <name>rp_unspotted</name>
                       <description>Unspotted RP mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="137175" stat0:max="0.45883324236577433" stat0:mean="0.01792123586985129" stat0:median="0.014542549797594877" stat0:min="8.196275552973192E-4" stat0:q1="0.008642737724402516" stat0:q3="0.023340303264011562" stat0:stddev="0.013456697519045626">
                       <name>rp_unspotted_error</name>
                       <description>Unspotted RP mag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_a0_term</name>
                       <description>Constant term (A0) of linear fit in segment</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_a0_term_error</name>
                       <description>Errors on constant terms</description>
                       <unit>mag</unit>
                       <ucd>stat.error;stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_activity_index</name>
                       <description>Activity Index in segment</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_activity_index_error</name>
                       <description>error on Activity index in segment</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_bp_unspotted</name>
                       <description>The unspotted BP mag in segment</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_bp_unspotted_error</name>
                       <description>The unspotted BP mag uncertainties in segment</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_colour_mag_intercept</name>
                       <description>Colour-Magnitude Intercept in segments</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_colour_mag_intercept_error</name>
                       <description>Colour-Magnitude Intercept uncertainty in segments</description>
                       <ucd>stat.error;stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_colour_mag_slope</name>
                       <description>Colour-Magnitude Slope in segments</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_colour_mag_slope_error</name>
                       <description>Colour-Magnitude Slope uncertainty in segments</description>
                       <ucd>stat.error;stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_correlation_coefficient</name>
                       <description>Correlation coefficient in segments</description>
                       <ucd>stat.correlation;phot.mag;phot.color</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_correlation_significance</name>
                       <description>Correlation coefficient significance in segments</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_cos_term</name>
                       <description>Coefficient of cosine term of linear fit in segment</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_cos_term_error</name>
                       <description>Errors on cosin terms</description>
                       <unit>mag</unit>
                       <ucd>stat.error;stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_end_time</name>
                       <description>Times at which segments end (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>meta.dataset;time.end</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_g_unspotted</name>
                       <description>The unspotted G mags in segment</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_g_unspotted_error</name>
                       <description>The unspotted G mag uncertainties in segment</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_rotation_period</name>
                       <description>Rotation period in segment</description>
                       <unit>d</unit>
                       <ucd>phys.veloc.rotat;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_rotation_period_error</name>
                       <description>Rotation period uncertainty in segment</description>
                       <unit>d</unit>
                       <ucd>stat.error;phys.veloc.rotat;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_rotation_period_fap</name>
                       <description>FAP on rotation period in segment</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_rp_unspotted</name>
                       <description>The unspotted RP mag in segment</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_rp_unspotted_error</name>
                       <description>The unspotted RP mag uncertainties in segment</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_sin_term</name>
                       <description>Coefficient of sin term of linear fit in segment</description>
                       <unit>mag</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_sin_term_error</name>
                       <description>Errors on sine terms</description>
                       <unit>mag</unit>
                       <ucd>stat.error;stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>segments_start_time</name>
                       <description>Times at which segments start (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>meta.dataset;time.start</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.vari_classifier_definition</name>
                    <description>Table with detailed descriptions of all classifiers used in table VariClassifierResult. Details of the published classes for each classifier can be found in VariClassifierClassDefinition.  In DR2 this table contains the details of a classifier with classifierName=‘nTransits:2+’.</description>
                    <nrows>1</nrows>
                    <column>
                       <name>classifier_name</name>
                       <description>Name of the classifier that is detailed in this entry</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>classifier_description</name>
                       <description>Description of this classifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.vari_classifier_class_definition</name>
                    <description>Table with detailed descriptions of published classes for each classifier described in VariClassifierDefinition and used in table VariClassifierResult.  In DR2 this table contains the details of a classifier with classifierName=‘nTransits:2+’.</description>
                    <nrows>9</nrows>
                    <column>
                       <name>classifier_name</name>
                       <description>Name of the classifier that is detailed in this entry</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>class_name</name>
                       <description>Name of the published class from this classifier</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>class_description</name>
                       <description>Description of the published class from this classifier</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.vari_classifier_result</name>
                    <description>Table with variability classification results of all classifiers, identified by the classifierName column. In DR2 it contains a classifier with classifierName=‘nTransits:2+’, description of which can be found in VariClassifierDefinition and classes in VariClassifierClassDefinition.</description>
                    <nrows>363969</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>classifier_name</name>
                       <description>Classifier name used to produce this result, use for lookup in vari_classifier_definition table</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>best_class_name</name>
                       <description>Name of best class, see table vari_classifier_definition for details of the class</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>best_class_score</name>
                       <description>Score of the best class</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.sso_source</name>
                    <description>This table contains data related to Solar System objects observed by Gaia. The quantities in the table are derived from data reduction and are associated to single objects.</description>
                    <nrows>14099</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>denomination</name>
                       <description>Standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>num_of_obs</name>
                       <description>Number of observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.sso_observation</name>
                    <description>Solar System object observations. Each table line contained data obtained during the transit of the source on a single CCD, during a single transit. The corresponding epoch is provided. Data not varying within the transit are repeated identically for all single observations of that transit.</description>
                    <nrows>1977702</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>observation_id</name>
                       <description>Observation Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_mp</name>
                       <description>minor planet number attributed by MPC</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>dec_error_random</name>
                       <description>Standard error of declination - random</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>dec_error_systematic</name>
                       <description>Standard error of declination - systematic</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch</name>
                       <description>Gaia-centric epoch TCB(Gaia) (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>epoch_err</name>
                       <description>Error in Gaiacentric epoch</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>epoch_utc</name>
                       <description>Gaiacentric epoch UTC (Julian Date)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>g_flux</name>
                       <description>Average calibrated G flux for the transit</description>
                       <unit>s**-1</unit>
                       <ucd>phot.flux;em.opt;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>g_flux_error</name>
                       <description>Error on the G flux</description>
                       <unit>s**-1</unit>
                       <ucd>stat.error;em.opt;phot.flux</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>g_mag</name>
                       <description>Calibrated G mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>level_of_confidence</name>
                       <description>Level of confidence of the identification</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>position_angle_scan</name>
                       <description>Position angle of the scanning direction</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_dec_correlation_random</name>
                       <description>Correlation of ra and dec errors - random</description>
                       <ucd>stat.correlation;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_dec_correlation_systematic</name>
                       <description>Correlation of ra and dec errors - systematic</description>
                       <ucd>stat.correlation;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_error_random</name>
                       <description>Standard error of right ascension - random</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ra_error_systematic</name>
                       <description>Standard error of right ascension - systematic</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>vx_gaia</name>
                       <description>Barycentric x velocity of Gaia</description>
                       <unit>AU/d</unit>
                       <ucd>phys.veloc;pos.barycenter;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vy_gaia</name>
                       <description>Barycentric y velocity of Gaia</description>
                       <unit>AU/d</unit>
                       <ucd>phys.veloc;pos.barycenter;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>vz_gaia</name>
                       <description>Barycentric z velocity of Gaia</description>
                       <unit>AU/d</unit>
                       <ucd>phys.veloc;pos.barycenter;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>x_gaia</name>
                       <description>Barycentric x position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.x;pos.barycenter</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>y_gaia</name>
                       <description>Barycentric y position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.y;pos.barycenter</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>z_gaia</name>
                       <description>Barycentric z position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.z;pos.barycenter</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.aux_sso_orbits</name>
                    <description>Auxiliary information on asteroid orbits and basic photometric parameters from the astorb data base: ftp://cdsarc.u-strasbg.fr/pub/cats/B/astorb/astorb.html</description>
                    <nrows>14099</nrows>
                    <column>
                       <name>designation</name>
                       <description>MPC name or preliminary designation.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_mp</name>
                       <description>Asteroid MPC number. Blank if unnumbered.</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>orb_date</name>
                       <description>Date of orbit computation. (date format: yyyymmdd)</description>
                       <ucd>time.processing</ucd>
                       <dataType size="8" xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="7656.0" stat0:mean="1495.426413220796" stat0:median="1466.0" stat0:min="198.0" stat0:q1="1249.0" stat0:q3="1713.0" stat0:stddev="370.800700681299">
                       <name>obs_num</name>
                       <description>Number of observations used.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="45.67382686" stat0:mean="2.6642441323547796" stat0:median="2.598588055" stat0:min="0.64223149" stat0:q1="2.34243194" stat0:q3="2.925302905" stat0:stddev="0.6835002024204365">
                       <name>a</name>
                       <description>Semimajor axis.</description>
                       <unit>AU</unit>
                       <ucd>src.orbital;phys.size.smajAxis</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="0.17" stat0:mean="0.02575568480033945" stat0:median="0.024" stat0:min="0.0033" stat0:q1="0.019" stat0:q3="0.031" stat0:stddev="0.009507246610312372">
                       <name>ceu</name>
                       <description>Current orbit uncertainty.</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;src.orbital</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>ceu_epoch</name>
                       <description>Date of the CEU. (date format: yyyymmdd)</description>
                       <ucd>time</ucd>
                       <dataType size="8" xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="0.0019" stat0:mean="2.2682119086460003E-5" stat0:median="8.2E-6" stat0:min="-0.0041" stat0:q1="-5.2E-5" stat0:q3="1.0E-4" stat0:stddev="1.3541633083043688E-4">
                       <name>ceu_rate</name>
                       <description>Rate of change of the orbit uncertainty.</description>
                       <unit>mas/s</unit>
                       <ucd>arith.rate;src.orbital</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>code</name>
                       <description>Object specific flags.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="0.889933" stat0:mean="0.14035303211717187" stat0:median="0.134061225" stat0:min="0.00123591" stat0:q1="0.08972461000000001" stat0:q3="0.18166358" stat0:stddev="0.07132633944242533">
                       <name>eccentricity</name>
                       <description>Orbit eccentricity.</description>
                       <ucd>src.orbital.eccentricity</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="64.003699" stat0:mean="10.00829701985953" stat0:median="8.939602" stat0:min="0.044518" stat0:q1="4.953159" stat0:q3="13.5497945" stat0:stddev="6.607341689350192">
                       <name>inclination</name>
                       <description>Orbit inclination.</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.inclination</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="18.4" stat0:mean="12.878437477835307" stat0:median="13.1" stat0:min="-0.2" stat0:q1="12.4" stat0:q3="13.7" stat0:stddev="1.3175032778133617">
                       <name>mag_h</name>
                       <description>Absolute magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="359.982336" stat0:mean="170.54946891573928" stat0:median="161.685408" stat0:min="0.060915" stat0:q1="81.2184295" stat0:q3="260.60941349999996" stat0:stddev="103.99642233305146">
                       <name>node_omega</name>
                       <description>Longitude of ascending node.</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.node</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="62156.0" stat0:mean="18571.79140364565" stat0:median="15183.5" stat0:min="4285.0" stat0:q1="10911.5" stat0:q3="23888.0" stat0:stddev="9579.180229170193">
                       <name>obs_arc</name>
                       <description>Arc spanned by the observations.</description>
                       <unit>d</unit>
                       <ucd>time.interval</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="359.999262" stat0:mean="181.8988436498326" stat0:median="182.672284" stat0:min="0.005554" stat0:q1="91.3586385" stat0:q3="272.750499" stat0:stddev="103.85602505964528">
                       <name>omega</name>
                       <description>Argument of perihelion.</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.periastron</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="359.951851" stat0:mean="182.492375176112" stat0:median="185.89372600000002" stat0:min="0.015592" stat0:q1="94.20273800000001" stat0:q3="270.519427" stat0:stddev="102.69227775582924">
                       <name>orb_m</name>
                       <description>Mean anomaly.</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.meanAnomaly</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>osc_epoch</name>
                       <description>Epoch of osculation. (date format: yyyymmdd)</description>
                       <ucd>time.epoch</ucd>
                       <dataType size="8" xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="14099" stat0:max="0.48" stat0:mean="0.15018228243141693" stat0:median="0.15" stat0:min="0.01" stat0:q1="0.15" stat0:q3="0.15" stat0:stddev="0.008173496114026282">
                       <name>slope_g</name>
                       <description>Slope parameter.</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.aux_sso_orbit_residuals</name>
                    <description>Residuals with respect to an orbital fit considering only the Gaia observations. Each entry has a corresponding record in the table sso_observation. A flag is given, indicating if the observation has been rejected by the fit procedure.</description>
                    <nrows>1977702</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_mp</name>
                       <description>Minor planet number attributed by MPC</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>observation_id</name>
                       <description>Observation Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>transit_id</name>
                       <description>Transit Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>epoch</name>
                       <description>Gaiacentric epoch TCB(Gaia) (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1977702" stat0:max="987.87486094808" stat0:mean="-152.52775637720305" stat0:median="-103.004478495642" stat0:min="-1397.98427023897" stat0:q1="-258.91752426993" stat0:q3="-6.5676074412654994" stat0:stddev="215.29905989940036">
                       <name>residual_ra</name>
                       <description>Post-orbital fit residual in RA*cos(Dec)</description>
                       <unit>mas</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1977702" stat0:max="1088.414878963916" stat0:mean="4.669004748395315" stat0:median="1.22147293191" stat0:min="-969.069231735168" stat0:q1="-56.395785913309496" stat0:q3="67.606074719462" stat0:stddev="131.07990063840214">
                       <name>residual_dec</name>
                       <description>Post-orbital fit residual in Dec</description>
                       <unit>mas</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1977702" stat0:max="1407.025469689721" stat0:mean="16.720120014811258" stat0:median="-2.645576667325" stat0:min="-1230.25945218358" stat0:q1="-153.084631010291" stat0:q3="170.9978689941415" stat0:stddev="294.1734004795377">
                       <name>residual_ac</name>
                       <description>Post-orbital fit residual AC</description>
                       <unit>mas</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1977702" stat0:max="44.016520751914" stat0:mean="0.046700735496787014" stat0:median="0.04275373713" stat0:min="-51.401854164432" stat0:q1="-0.897360549961" stat0:q3="0.9899457276145001" stat0:stddev="2.1445523908470983">
                       <name>residual_al</name>
                       <description>Post-orbital fit residual AL</description>
                       <unit>mas</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>selected</name>
                       <description>Observation not rejected by orbital fit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.aux_iers_gdr2_cross_id</name>
                    <description>This table lists 2,820 sources in Gaia DR2 identified as the optical counterparts of VLBI sources with accurate VLBI positions in the ICRF. The first column is the IERS name of the VLBI source, the second column is the source identifier in Gaia DR2 of the optical counterpart. Tables aux_iers_gdr2_cross_id and aux_allwise_agn_gdr2_cross_id list sources whose positions in Gaia DR2 define the celestial reference frame of Gaia DR2 (GaiaCRF2).</description>
                    <nrows>2820</nrows>
                    <column>
                       <name>iers_name</name>
                       <description>IERS name</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.aux_allwise_agn_gdr2_cross_id</name>
                    <description>This table lists 555,934 sources in Gaia DR2 cross-matched to sources in the AllWISE AGN catalogue (Secrest et al. 2015). The first column is the AllWISE identifier, the second column is the source identifier in Gaia DR2. Tables aux_iers_gdr2_cross_id and aux_allwise_agn_gdr2_cross_id list sources whose positions in Gaia DR2 define the celestial reference frame of Gaia DR2 (GaiaCRF2).</description>
                    <nrows>555934</nrows>
                    <column>
                       <name>allwise_name</name>
                       <description>Identifier in the ALLWISE AGN catalogue</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.allwise_best_neighbour</name>
                    <description>AllWISE BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue.</description>
                    <nrows>300207904</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.allwise_neighbourhood</name>
                    <description>AllWISE Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia object is a nearby object in the external catalogue whose position is compatible (within position errors) with the target.</description>
                    <nrows>300209600</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.apassdr9_best_neighbour</name>
                    <description>APASS DR9 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue.</description>
                    <nrows>75018104</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.apassdr9_neighbourhood</name>
                    <description>APASS DR9 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia object is a nearby object in the external catalogue whose position is compatible (within position errors) with the target.</description>
                    <nrows>81278688</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.gsc23_best_neighbour</name>
                    <description>GSC2.3 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue.</description>
                    <nrows>870899136</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.gsc23_neighbourhood</name>
                    <description>GSC2.3 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia object is a nearby object in the external catalogue whose position is compatible (within position errors) with the target.</description>
                    <nrows>884748160</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.hipparcos2_best_neighbour</name>
                    <description>Hipparcos-2 BestNeighbour table lists each matched external catalogue object with its best neighbour in Gaia.</description>
                    <nrows>83034</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.hipparcos2_neighbourhood</name>
                    <description>Hipparcos-2 Neighbourhood table includes all good neighbours for each matched external catalogue object. A good neighbour for a given external catalogue object is a nearby object in Gaia whose position is compatible (within position errors) with the target.</description>
                    <nrows>83283</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.panstarrs1_best_neighbour</name>
                    <description>Pan-STARRS1 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue. There are 1 327 157 objects in the filtered version of Pan-STARRS1 used to compute this cross-match that have too early epochMean.</description>
                    <nrows>810359872</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.panstarrs1_neighbourhood</name>
                    <description>Pan-STARRS1 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia object is a nearby object in the external catalogue whose position is compatible (within position errors) with the target.</description>
                    <nrows>816314048</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.ppmxl_best_neighbour</name>
                    <description>PPMXL BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue.</description>
                    <nrows>716220352</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ppmxl_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.ppmxl_neighbourhood</name>
                    <description>PPMXL Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia object is a nearby object in the external catalogue whose position is compatible (within position errors) with the target.</description>
                    <nrows>757738624</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ppmxl_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.ravedr5_best_neighbour</name>
                    <description>RAVE DR5 table lists each matched external catalogue object with its best neighbour in Gaia.</description>
                    <nrows>450587</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.ravedr5_neighbourhood</name>
                    <description>RAVE DR5 Neighbourhood table includes all good neighbours for each matched external catalogue object. A good neighbour for a given external catalogue object is a nearby object in Gaia whose position is compatible (within position errors) with the target.</description>
                    <nrows>474824</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.sdssdr9_best_neighbour</name>
                    <description>SDSS DR9 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue.</description>
                    <nrows>113718208</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>sdssdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.sdssdr9_neighbourhood</name>
                    <description>SDSS DR9 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia object is a nearby object in the external catalogue whose position is compatible (within position errors) with the target.</description>
                    <nrows>114011744</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>sdssdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.tmass_best_neighbour</name>
                    <description>2MASS BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue.</description>
                    <nrows>450688224</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tmass_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.tmass_neighbourhood</name>
                    <description>2MASS Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia object is a nearby object in the external catalogue whose position is compatible (within position errors) with the target.</description>
                    <nrows>451193280</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tmass_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.tycho2_best_neighbour</name>
                    <description>Tycho-2 table lists each matched external catalogue object with its best neighbour in Gaia.</description>
                    <nrows>2475900</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tycho2_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.tycho2_neighbourhood</name>
                    <description>Tycho-2 Neighbourhood table includes all good neighbours for each matched external catalogue object. A good neighbour for a given external catalogue object is a nearby object in Gaia whose position is compatible (within position errors) with the target.</description>
                    <nrows>2482025</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tycho2_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.urat1_best_neighbour</name>
                    <description>URAT-1 BestNeighbour table lists each matched Gaia object with its best neighbour in the external catalogue.</description>
                    <nrows>188071504</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.urat1_neighbourhood</name>
                    <description>URAT-1 Neighbourhood table includes all good neighbours for each matched Gaia object. A good neighbour for a given Gaia object is a nearby object in the external catalogue whose position is compatible (within position errors) with the target.</description>
                    <nrows>188071648</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr2.ruwe</name>
                    <description>This table contains the Renormalised Unit Weight Error (RUWE) associated to each source in gaia_source.  The RUWE is expected to be around 1.0 for sources where the single-star model provides a good fit to the astrometric observations. A value significantly greater than 1.0 (say, &gt;1.4) could indicate that the source is non-single or otherwise problematic for the astrometric solution.  The desciption of how this parameter is calculated is described in the document ”Re-normalising the astrometric chi-square in Gaia DR2”, which can be downloaded from: https://www.cosmos.esa.int/web/gaia/public-dpac-documents</description>
                    <nrows>1692918784</nrows>
                    <column stat0:filling="1331909727" stat0:max="131.465057" stat0:mean="1.0949921575808625" stat0:median="1.02641129" stat0:min="0.350493997" stat0:q1="0.981918156" stat0:q3="1.08323324" stat0:stddev="0.5715823976863775">
                       <name>ruwe</name>
                       <description>Renormalised unit weight error</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
              </schema>
              <schema>
                 <name>gaiadr2_complements</name>
                 <description>Datasets derived from Gaia-DR2. These tables are published by ARI/ZAH but are NOT official Gaia/DPAC products.</description>
                 <table>
                    <name>gaiadr2_complements.geometric_distance</name>
                    <description>Estimating distances from parallaxes IV: Distances to 1.33 billion stars in Gaia data release 2
        C.A.L. Bailer-Jones et al. (MPIA Heidelberg, calj@mpia.de)
        April 2018

        The catalogue provides distances estimates (and uncertainties therein) for 1.33 billion stars over the whole sky brighter than about G=20.7. These have been estimated using the parallaxes (and their uncertainties) from Gaia data release 2. A Bayesian procedure was used involving a prior with a single parameter L(l,b), which varies smoothly with Galactic longitude and latitude according to a Galaxy model. The posterior is summarized with a point estimate (usually the mode) and a confidence interval (usually the 68% highest density interval).  The estimation procedure is described in detail in the accompanying paper (http://www.mpia.de/homes/calj/gdr2_distances.html), which also analyses the catalogue content.

        The catalogue comprises one table with 1.33 billion rows and seven columns.

        The accompanying paper explains under what circumstances the different estimates/modality occur. These should not be mixed in any statistical analyses. Around 99.9% of all sources have result_flag=1 and modality_flag=1.</description>
                    <nrows>1331909760</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Gaia source identifier, identical to the Gaia-DR2 source_id.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1331906449" stat0:max="32978.685101561" stat0:mean="2939.679170882426" stat0:median="2841.107304367395" stat0:min="0.5399832319735" stat0:q1="1817.38588273996" stat0:q3="3867.672473807675" stat0:stddev="1523.3585614171013">
                       <name>r_est</name>
                       <description>Estimated distance.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="1331906449" stat0:max="27577.4053989477" stat0:mean="1723.7668847787206" stat0:median="1572.91380794903" stat0:min="0.0" stat0:q1="1057.216470367515" stat0:q3="2179.723845499205" stat0:stddev="981.5120292332111">
                       <name>r_lo</name>
                       <description>Lower bound on the confidence interval of the estimated distance.</description>
                       <unit>pc</unit>
                       <ucd>stat.error;stat.min;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1331906449" stat0:max="1.55560896911573E8" stat0:mean="5156.485441961272" stat0:median="5193.844845416756" stat0:min="0.540361013470553" stat0:q1="3199.40313234343" stat0:q3="6932.583355801466" stat0:stddev="4976.144782944445">
                       <name>r_hi</name>
                       <description>Upper bound on the confidence interval of the estimated distance.</description>
                       <unit>pc</unit>
                       <ucd>stat.error;stat.max;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>r_len</name>
                       <description>Length scale used in the prior for the distance estimation.</description>
                       <unit>pc</unit>
                       <ucd>stat.fit.param;pos.distance</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>result_flag</name>
                       <description>Type of result. Three possible values: 0 = failed estimate (r_est, r_lo, r_hi are all NaN) ; 1 = r_est is the mode (highest if the posterior is bimodal); r_lo/r_hi define the lower/upper limits of the highest density interval (HDI) containing 68% of the posterior probability ; 2 = r_est is the median; r_lo/r_hi define the lower/upper limits of the equal-tailed interval (ETI), containing 68% of the posterior probability.</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>modality_flag</name>
                       <description>Result regime flag: number of modes in the posterior (1 or 2).</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
              </schema>
              <schema>
                 <name>gaiadr1</name>
                 <table>
                    <name>gaiadr1.gaia_source</name>
                    <description>This table has an entry for every Gaia observed source as listed in the Main Database accumulating catalogue version from which the catalogue release has been generated. It contains the basic source parameters, that is only final data (no epoch data) and no spectra (neither final nor epoch).</description>
                    <nrows>1142679808</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="295.80363766060833" stat0:mean="2.4776271138465464" stat0:median="1.780196549704283" stat0:min="-24.819952295536908" stat0:q1="1.0305096267660643" stat0:q3="3.015704398901945" stat0:stddev="2.9101834101879556">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="2890.4306825726935" stat0:mean="-1.7409494763747195" stat0:median="-1.8060411703146813" stat0:min="-3259.3578072487257" stat0:q1="-7.772669780335178" stat0:q3="4.022266588700598" stat0:stddev="25.175474736018273">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="1858.5267176658213" stat0:mean="-5.25172884479363" stat0:median="-2.936583455460432" stat0:min="-3159.3392826386125" stat0:q1="-9.62681336910327" stat0:q3="2.2980248448291185" stat0:stddev="23.55802369531788">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="28.612919515769953" stat0:mean="18.655132400234972" stat0:median="19.01946567211159" stat0:min="3.154632590572973" stat0:q1="17.85709830446156" stat0:q3="19.84308195300536" stat0:stddev="1.604725368441027">
                       <name>phot_g_mean_mag</name>
                       <description>G-band mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="99.99107832415217" stat0:mean="4.825731251638425" stat0:median="1.7853220134362546" stat0:min="0.0170973889108387" stat0:q1="0.6420885963055476" stat0:q3="5.9707032362967905" stat0:stddev="7.958054004833042">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="99.99651762598833" stat0:mean="4.101433763644639" stat0:median="1.55745218644499" stat0:min="0.02259030894929065" stat0:q1="0.5700181434477305" stat0:q3="4.855698134450783" stat0:stddev="6.675772016418522">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.9999984791154206" stat0:mean="0.38500516814395774" stat0:median="0.32201234208326257" stat0:min="0.2039740449756699" stat0:q1="0.26816030159298115" stat0:q3="0.4360008731175299" stat0:stddev="0.1699271713852731">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="18.34328858941566" stat0:mean="1.4033978529145725" stat0:median="1.1320816667610754" stat0:min="0.011826390987127431" stat0:q1="0.7556081601400371" stat0:q3="1.7706058255836874" stat0:stddev="1.027792332761128">
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="18.85443391842016" stat0:mean="1.09590898730398" stat0:median="0.8665084271292555" stat0:min="0.011840334123277773" stat0:q1="0.6267498598313288" stat0:q3="1.2702856378698915" stat0:stddev="0.8885110787007205">
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_delta_q</name>
                       <description>Hipparcos/Gaia data discrepancy (Hipparcos subset of TGAS only)</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="19.99999958041818" stat0:mean="1.0034432150913764" stat0:median="0.5928723225782904" stat0:min="0.0" stat0:q1="0.0" stat0:q3="1.2328561572309207" stat0:stddev="1.5689513547433123">
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="3.478718661685737E24" stat0:mean="3.9450597580395495E15" stat0:median="1.131411232588078" stat0:min="-1.5058189513468322E-14" stat0:q1="0.0" stat0:q3="3.790990400536819" stat0:stddev="1.073194766142939E20">
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="118.0" stat0:mean="0.03755037864856081" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.5244971337582337">
                       <name>astrometric_n_bad_obs_ac</name>
                       <description>Number of bad observations AC</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="1981.0" stat0:mean="0.5636882576154194" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="1.0" stat0:stddev="1.4678769192946366">
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of bad observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="1920.0" stat0:mean="0.6579323082423454" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="9.100762542740542">
                       <name>astrometric_n_good_obs_ac</name>
                       <description>Number of good observations AC</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="2062.0" stat0:mean="88.65077312224646" stat0:median="71.0" stat0:min="1.0" stat0:q1="53.0" stat0:q3="105.0" stat0:stddev="59.80766461346024">
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of good observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="1977.0" stat0:mean="0.6954826868909062" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="9.556820271190734">
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of observations AC</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="2066.0" stat0:mean="89.21446137986189" stat0:median="72.0" stat0:min="1.0" stat0:q1="53.0" stat0:q3="106.0" stat0:stddev="60.137424053086264">
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>astrometric_primary_flag</name>
                       <description>Primary or seconday</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="5.0" stat0:mean="2.0052367077481703" stat0:median="2.0" stat0:min="2.0" stat0:q1="2.0" stat0:q3="2.0" stat0:stddev="0.12457452975825765">
                       <name>astrometric_priors_used</name>
                       <description>Type of prior used in the astrometric solution</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>astrometric_relegation_factor</name>
                       <description>Relegation factor</description>
                       <ucd>arith.factor</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="14619643" stat0:max="6.9689188" stat0:mean="0.35710875073955095" stat0:median="0.01169347905" stat0:min="9.49108312E-7" stat0:q1="0.0017153566000000001" stat0:q3="0.6242115500000001" stat0:stddev="0.5539610494327148">
                       <name>astrometric_weight_ac</name>
                       <description>Mean astrometric weight of the source</description>
                       <unit>mas**-2</unit>
                       <ucd>stat.weight;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="556.865723" stat0:mean="0.5697850007083994" stat0:median="0.158885166" stat0:min="9.99966801E-7" stat0:q1="0.0542810634" stat0:q3="0.563347161" stat0:stddev="1.0553568509696092">
                       <name>astrometric_weight_al</name>
                       <description>Mean astrometric weight of the source</description>
                       <unit>mas**-2</unit>
                       <ucd>stat.weight;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.997952163" stat0:mean="0.13186400609328847" stat0:median="0.162056193" stat0:min="-0.99615711" stat0:q1="-0.302441761" stat0:q3="0.5883694589999999" stat0:stddev="0.49861296934029026">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.998897374" stat0:mean="-0.4677400730288509" stat0:median="-0.585774362" stat0:min="-0.999646187" stat0:q1="-0.7964715659999999" stat0:q3="-0.21739280249999998" stat0:stddev="0.40946686659199755">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.999225557" stat0:mean="-3.828606671542141E-4" stat0:median="-9.00499872E-4" stat0:min="-0.999119341" stat0:q1="-0.5144279005" stat0:q3="0.5187547205" stat0:stddev="0.5692559338571994">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>duplicated_source</name>
                       <description>Source with duplicate sources</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>matched_observations</name>
                       <description>Amount of observations matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.996262014" stat0:mean="-0.15960477339674703" stat0:median="-0.160854533" stat0:min="-0.996898413" stat0:q1="-0.567399055" stat0:q3="0.1813488675" stat0:stddev="0.4847452407881">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.99876225" stat0:mean="0.024629766961658056" stat0:median="0.0452261604" stat0:min="-0.998572707" stat0:q1="-0.612125009" stat0:q3="0.6500710249999999" stat0:stddev="0.6401993266204986">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="8.872683486780761E8" stat0:mean="6705.784227185928" stat0:median="400.05689142280823" stat0:min="0.05817551267605631" stat0:q1="187.35929496333154" stat0:q3="1166.9942086692974" stat0:stddev="292346.9351910375">
                       <name>phot_g_mean_flux</name>
                       <description>G-band mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>phot.flux;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="4.578040972688047E7" stat0:mean="14.33453530060567" stat0:median="2.8856291714189846" stat0:min="0.0017103401096079704" stat0:q1="2.152647149982865" stat0:q3="4.625146747418025" stat0:stddev="4200.32232515185">
                       <name>phot_g_mean_flux_error</name>
                       <description>Error on G-band mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>stat.error;phot.flux;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="2076.0" stat0:mean="97.34369373524805" stat0:median="80.0" stat0:min="11.0" stat0:q1="59.0" stat0:q3="119.0" stat0:stddev="62.92035887255841">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>phot_variable_flag</name>
                       <description>Photometric variability flag</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.999722242" stat0:mean="0.003191990363294864" stat0:median="0.0103440862" stat0:min="-0.999750078" stat0:q1="-0.5509738024999999" stat0:q3="0.5518702265" stat0:stddev="0.6218198540458116">
                       <name>pmra_pmdec_corr</name>
                       <description>Correlation between proper motion in right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>random_index</name>
                       <description>Random index used to select subsets</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.997721851" stat0:mean="-0.021998714556163392" stat0:median="-0.0427706502" stat0:min="-0.998475552" stat0:q1="-0.485525772" stat0:q3="0.4342707845" stat0:stddev="0.5409333243535308">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.999383092" stat0:mean="-0.007006195662816042" stat0:median="-0.00762905506" stat0:min="-0.999416769" stat0:q1="-0.4632278085" stat0:q3="0.44701810200000003" stat0:stddev="0.5511258778279432">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.998936057" stat0:mean="-0.5910385746756055" stat0:median="-0.706212223" stat0:min="-0.9998824" stat0:q1="-0.86039868" stat0:q3="-0.4310174285" stat0:stddev="0.3599108421173573">
                       <name>ra_pmra_corr</name>
                       <description>Correlation between right ascension and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="180.0" stat0:mean="-39.253380414900555" stat0:median="-66.2312317" stat0:min="-180.0" stat0:q1="-106.268372" stat0:q3="8.08938122" stat0:stddev="95.6541029908852">
                       <name>scan_direction_mean_k1</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="90.0" stat0:mean="-12.351384776863938" stat0:median="-25.2524414" stat0:min="-90.0" stat0:q1="-43.0887756" stat0:q3="21.9290104" stat0:stddev="43.084125591362074">
                       <name>scan_direction_mean_k2</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="60.0" stat0:mean="-7.154933180722364" stat0:median="-15.5767517" stat0:min="-60.0" stat0:q1="-33.2104378" stat0:q3="19.3903847" stat0:stddev="32.11758073720756">
                       <name>scan_direction_mean_k3</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="45.0" stat0:mean="-1.3543281891958863" stat0:median="-4.26211929" stat0:min="-45.0" stat0:q1="-35.3596687" stat0:q3="33.7772141" stat0:stddev="33.05078660512741">
                       <name>scan_direction_mean_k4</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="1.0" stat0:mean="0.4247271176246148" stat0:median="0.405865401" stat0:min="4.26404813E-6" stat0:q1="0.291312546" stat0:q3="0.534893394" stat0:stddev="0.19349449348699102">
                       <name>scan_direction_strength_k1</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="1.0" stat0:mean="0.46239520929677147" stat0:median="0.443370789" stat0:min="3.09885053E-7" stat0:q1="0.27536577" stat0:q3="0.633265615" stat0:stddev="0.23594345664760227">
                       <name>scan_direction_strength_k2</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="1.0" stat0:mean="0.4229867160297275" stat0:median="0.408351719" stat0:min="2.47509604E-7" stat0:q1="0.262253821" stat0:q3="0.562562883" stat0:stddev="0.20999772678416834">
                       <name>scan_direction_strength_k3</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="1142679769" stat0:max="1.0" stat0:mean="0.6474000033740304" stat0:median="0.694589853" stat0:min="1.12745442E-6" stat0:q1="0.428306997" stat0:q3="0.895052254" stat0:stddev="0.2678135373506187">
                       <name>scan_direction_strength_k4</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr1.tgas_source</name>
                    <description>This table is a subset of GaiaSource comprising those stars in the Hipparcos and Tycho-2 Catalogues for which a full 5-parameter astrometric solution has been possible in Gaia Data Release 1. This is possible because the early Hipparcos epoch positions break some degeneracies due to the limited Gaia time coverage.  This table contains a substantial fraction of the around 2.5 million stars in the Hipparcos and Tycho-2 catalogue. Many stars have been excluded due to several reasons, such as saturation, cross-match errors or bad astrometric solution.</description>
                    <nrows>2057111</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="295.80363766060833" stat0:mean="2.4776271138462507" stat0:median="1.780196549704283" stat0:min="-24.819952295536908" stat0:q1="1.0305096267660643" stat0:q3="3.015704398901945" stat0:stddev="2.910183410188284">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="2890.4306825726935" stat0:mean="-1.7409494763748845" stat0:median="-1.8060411703146813" stat0:min="-3259.3578072487257" stat0:q1="-7.772669780335178" stat0:q3="4.022266588700598" stat0:stddev="25.175474736017456">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="1858.5267176658213" stat0:mean="-5.251728844793644" stat0:median="-2.936583455460432" stat0:min="-3159.3392826386125" stat0:q1="-9.62681336910327" stat0:q3="2.2980248448291185" stat0:stddev="23.558023695317402">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="19.30785743194954" stat0:mean="10.814073743893694" stat0:median="11.03648334770537" stat0:min="4.39512239003086" stat0:q1="10.197746765713184" stat0:q3="11.637431364451814" stat0:stddev="1.1323812079329707">
                       <name>phot_g_mean_mag</name>
                       <description>G-band mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="19.06266421532726" stat0:mean="0.3463369322335376" stat0:median="0.254007094292456" stat0:min="0.03532307790448653" stat0:q1="0.18299052236040936" stat0:q3="0.3964672379830134" stat0:stddev="0.37360121149428305">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="18.528107764984238" stat0:mean="0.31625050853800635" stat0:median="0.23333385841468005" stat0:min="0.03801273922129526" stat0:q1="0.17745286787172915" stat0:q3="0.33998378748147245" stat0:stddev="0.3642628199525442">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.9999984791154206" stat0:mean="0.38500516814397284" stat0:median="0.32201234208326257" stat0:min="0.2039740449756699" stat0:q1="0.26816030159298115" stat0:q3="0.4360008731175299" stat0:stddev="0.1699271713852058">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="18.34328858941566" stat0:mean="1.4033978529145406" stat0:median="1.1320816667610754" stat0:min="0.011826390987127431" stat0:q1="0.7556081601400371" stat0:q3="1.7706058255836874" stat0:stddev="1.027792332761126">
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="18.85443391842016" stat0:mean="1.095908987303942" stat0:median="0.8665084271292555" stat0:min="0.011840334123277773" stat0:q1="0.6267498598313288" stat0:q3="1.2702856378698915" stat0:stddev="0.8885110787007502">
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>astrometric_delta_q</name>
                       <description>Hipparcos/Gaia data discrepancy (Hipparcos subset of TGAS only)</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="5.296921880184702" stat0:mean="0.5511334620178802" stat0:median="0.47797222892574687" stat0:min="0.0" stat0:q1="0.3723841940426086" stat0:q3="0.6304363007050622" stat0:stddev="0.3055373149724993">
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="1.0292213112865954E24" stat0:mean="5.0033849993275219E17" stat0:median="220.10049582815995" stat0:min="0.0" stat0:q1="140.1048019567134" stat0:q3="363.6735527467781" stat0:stddev="7.176064708375469E20">
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="100.0" stat0:mean="4.606366398483265" stat0:median="4.0" stat0:min="0.0" stat0:q1="2.0" stat0:q3="7.0" stat0:stddev="3.5353554910311056">
                       <name>astrometric_n_bad_obs_ac</name>
                       <description>Number of bad observations AC</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="70.0" stat0:mean="0.7764113657908169" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="1.0" stat0:stddev="1.4605908254645241">
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of bad observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="1791.0" stat0:mean="108.9519972776549" stat0:median="96.0" stat0:min="0.0" stat0:q1="70.0" stat0:q3="133.0" stat0:stddev="57.1584422039541">
                       <name>astrometric_n_good_obs_ac</name>
                       <description>Number of good observations AC</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="1866.0" stat0:mean="113.50674509613282" stat0:median="99.0" stat0:min="11.0" stat0:q1="72.0" stat0:q3="139.0" stat0:stddev="58.99620345662859">
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of good observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="1871.0" stat0:mean="113.55836367613816" stat0:median="99.0" stat0:min="0.0" stat0:q1="72.0" stat0:q3="140.0" stat0:stddev="59.1723661856387">
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of observations AC</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="1878.0" stat0:mean="114.28315646192362" stat0:median="99.0" stat0:min="11.0" stat0:q1="72.0" stat0:q3="140.0" stat0:stddev="59.39164973852139">
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>astrometric_primary_flag</name>
                       <description>Primary or seconday</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="5.0" stat0:mean="4.908961862861865" stat0:median="5.0" stat0:min="3.0" stat0:q1="5.0" stat0:q3="5.0" stat0:stddev="0.4168793786540434">
                       <name>astrometric_priors_used</name>
                       <description>Type of prior used in the astrometric solution</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>astrometric_relegation_factor</name>
                       <description>Relegation factor</description>
                       <ucd>arith.factor</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2054858" stat0:max="0.00871281885" stat0:mean="2.72947789945424E-5" stat0:median="2.75871826E-5" stat0:min="1.53261033E-6" stat0:q1="2.337659405E-5" stat0:q3="3.14950703E-5" stat0:stddev="9.688918928819566E-6">
                       <name>astrometric_weight_ac</name>
                       <description>Mean astrometric weight of the source</description>
                       <unit>mas**-2</unit>
                       <ucd>stat.weight;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="205.475296" stat0:mean="5.078120840194718" stat0:median="4.10238934" stat0:min="0.0351490378" stat0:q1="2.3992537250000003" stat0:q3="6.590682505" stat0:stddev="4.056023904731465">
                       <name>astrometric_weight_al</name>
                       <description>Mean astrometric weight of the source</description>
                       <unit>mas**-2</unit>
                       <ucd>stat.weight;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.997952163" stat0:mean="0.1318640060932886" stat0:median="0.162056193" stat0:min="-0.99615711" stat0:q1="-0.302441761" stat0:q3="0.5883694589999999" stat0:stddev="0.4986129693402764">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.998897374" stat0:mean="-0.46774007302885084" stat0:median="-0.585774362" stat0:min="-0.999646187" stat0:q1="-0.7964715659999999" stat0:q3="-0.21739280249999998" stat0:stddev="0.4094668665919864">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.999225557" stat0:mean="-3.8286066715422407E-4" stat0:median="-9.00499872E-4" stat0:min="-0.999119341" stat0:q1="-0.5144279005" stat0:q3="0.5187547205" stat0:stddev="0.5692559338571997">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>duplicated_source</name>
                       <description>Source with duplicate sources</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>hip</name>
                       <description>Hipparcos identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>matched_observations</name>
                       <description>Amount of observations matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.996262014" stat0:mean="-0.1596047733967466" stat0:median="-0.160854533" stat0:min="-0.996898413" stat0:q1="-0.567399055" stat0:q3="0.1813488675" stat0:stddev="0.4847452407881015">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.99876225" stat0:mean="0.024629766961658205" stat0:median="0.0452261604" stat0:min="-0.998572707" stat0:q1="-0.612125009" stat0:q3="0.6500710249999999" stat0:stddev="0.6401993266205133">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="2.830473345661523E8" stat0:mean="1675342.4905985617" stat0:median="624186.6761179754" stat0:min="306.7362139416077" stat0:q1="358867.60409649956" stat0:q3="1351475.9245682429" stat0:stddev="4549677.20101913">
                       <name>phot_g_mean_flux</name>
                       <description>G-band mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>phot.flux;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="4356961.232501469" stat0:mean="2553.8718432822225" stat0:median="1028.4380043689885" stat0:min="1.0490200840630977" stat0:q1="370.32748711437534" stat0:q3="2121.3874267018805" stat0:stddev="19715.415055924197">
                       <name>phot_g_mean_flux_error</name>
                       <description>Error on G-band mean flux</description>
                       <unit>s**-1</unit>
                       <ucd>stat.error;phot.flux;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="1866.0" stat0:mean="126.98269269098952" stat0:median="115.0" stat0:min="11.0" stat0:q1="82.0" stat0:q3="156.0" stat0:stddev="62.21384174098345">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>phot_variable_flag</name>
                       <description>Photometric variability flag</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.999722242" stat0:mean="0.003191990363294885" stat0:median="0.0103440862" stat0:min="-0.999750078" stat0:q1="-0.5509738024999999" stat0:q3="0.5518702265" stat0:stddev="0.6218198540458262">
                       <name>pmra_pmdec_corr</name>
                       <description>Correlation between proper motion in right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>random_index</name>
                       <description>Random index used to select subsets</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.997721851" stat0:mean="-0.021998714556163403" stat0:median="-0.0427706502" stat0:min="-0.998475552" stat0:q1="-0.485525772" stat0:q3="0.4342707845" stat0:stddev="0.5409333243535147">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.999383092" stat0:mean="-0.00700619566281599" stat0:median="-0.00762905506" stat0:min="-0.999416769" stat0:q1="-0.4632278085" stat0:q3="0.44701810200000003" stat0:stddev="0.5511258778279328">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.998936057" stat0:mean="-0.591038574675605" stat0:median="-0.706212223" stat0:min="-0.9998824" stat0:q1="-0.86039868" stat0:q3="-0.4310174285" stat0:stddev="0.3599108421173602">
                       <name>ra_pmra_corr</name>
                       <description>Correlation between right ascension and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="179.999634" stat0:mean="-54.83192987048611" stat0:median="-77.5320663" stat0:min="-179.999832" stat0:q1="-109.8399885" stat0:q3="-25.9824314" stat0:stddev="84.75632022455486">
                       <name>scan_direction_mean_k1</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="89.9999466" stat0:mean="-0.27006088956217245" stat0:median="-0.211715743" stat0:min="-89.9998779" stat0:q1="-42.64907455" stat0:q3="41.710487400000005" stat0:stddev="49.65957510195438">
                       <name>scan_direction_mean_k2</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="59.9999466" stat0:mean="-3.1988848854643197" stat0:median="-7.7685957" stat0:min="-59.9999695" stat0:q1="-31.932025" stat0:q3="26.621356" stat0:stddev="34.13713285834652">
                       <name>scan_direction_mean_k3</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="44.9999962" stat0:mean="-0.14362967734432613" stat0:median="0.424751371" stat0:min="-44.9999771" stat0:q1="-28.321138400000002" stat0:q3="27.6064291" stat0:stddev="29.815992533272986">
                       <name>scan_direction_mean_k4</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.999985456" stat0:mean="0.3586573311262952" stat0:median="0.352883756" stat0:min="1.91387575E-4" stat0:q1="0.23693634549999998" stat0:q3="0.4704450965" stat0:stddev="0.16444558977950696">
                       <name>scan_direction_strength_k1</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.999941766" stat0:mean="0.37678847027604423" stat0:median="0.350004822" stat0:min="9.12868054E-5" stat0:q1="0.2212560325" stat0:q3="0.511361152" stat0:stddev="0.199100370711313">
                       <name>scan_direction_strength_k2</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.999868929" stat0:mean="0.3445588710562615" stat0:median="0.320886642" stat0:min="2.51233752E-4" stat0:q1="0.1962457745" stat0:q3="0.475843325" stat0:stddev="0.18605566542912344">
                       <name>scan_direction_strength_k3</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2057050" stat0:max="0.999992907" stat0:mean="0.528373720181276" stat0:median="0.51459837" stat0:min="3.05265246E-4" stat0:q1="0.318608016" stat0:q3="0.7486604155000001" stat0:stddev="0.2579556374026442">
                       <name>scan_direction_strength_k4</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>tycho2_id</name>
                       <description>Tycho 2 identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr1.cepheid</name>
                    <description>This table describes the Cepheid stars identified in table VariableSummary as classification="CEP". In the analyses only observations with rejectedByVariabilityProcessing=false are included, as found in table PhotVariableTimeSeriesGfov.</description>
                    <nrows>599</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="599" stat0:max="1688.8202264215254" stat0:mean="1665.9454281581159" stat0:median="1665.3834710581145" stat0:min="1583.863018852647" stat0:q1="1660.7144067280688" stat0:q3="1672.3829840713906" stat0:stddev="11.297959983485244">
                       <name>epoch_g</name>
                       <description>Epoch of the maximum of the light curve in the G band. (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="599" stat0:max="0.011549483737232264" stat0:mean="1.7020806471619058E-4" stat0:median="3.127697650211664E-5" stat0:min="1.220950415964936E-6" stat0:q1="1.6213460499631905E-5" stat0:q3="5.657562504279757E-5" stat0:stddev="9.649523485537594E-4">
                       <name>epoch_g_error</name>
                       <description>Uncertainty on the epoch parameter epochG</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="599" stat0:max="18.84061554860171" stat0:mean="15.82775781255799" stat0:median="15.71879302407565" stat0:min="12.382594485154154" stat0:q1="15.387700804115793" stat0:q3="16.02449629476704" stat0:stddev="0.8381219547564748">
                       <name>int_average_g</name>
                       <description>Intensity-averaged magnitude in the G band</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="599" stat0:max="0.0028152101844914784" stat0:mean="1.7733994300564733E-4" stat0:median="1.408166555833615E-4" stat0:min="4.01406356481999E-5" stat0:q1="1.0111948234311092E-4" stat0:q3="1.8906802854439664E-4" stat0:stddev="1.710058252019943E-4">
                       <name>int_average_g_error</name>
                       <description>Uncertainty on int_average_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>mode_best_classification</name>
                       <description>Best mode classification estimate out of: {"FUNDAMENTAL", "FIRST_OVERTONE", "SECOND_OVERTONE", "UNDEFINED", "NOT_APPLICABLE"}</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="599" stat0:max="8.0" stat0:mean="3.370617696160267" stat0:median="3.0" stat0:min="1.0" stat0:q1="2.0" stat0:q3="4.0" stat0:stddev="1.392600411259034">
                       <name>num_harmonics_for_p1</name>
                       <description>Number of harmonics used to model P1 of the light curve</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="599" stat0:max="36.58807891908117" stat0:mean="3.4876050970592503" stat0:median="2.9030267521627486" stat0:min="0.28700699727533097" stat0:q1="1.9059116520839154" stat0:q3="3.805004930036645" stat0:stddev="3.454544754165694">
                       <name>p1</name>
                       <description>Period corresponding to the maximum power peak in the periodogram of G band time series</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="599" stat0:max="0.008166718269800683" stat0:mean="1.2035527677345715E-4" stat0:median="2.211616217965898E-5" stat0:min="8.633423186213421E-7" stat0:q1="1.1464647865789947E-5" stat0:q3="4.000500811762961E-5" stat0:stddev="6.823243491842482E-4">
                       <name>p1_error</name>
                       <description>Uncertainty on the p1 period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="599" stat0:max="1.3662916371555944" stat0:mean="0.4685777843675605" stat0:median="0.41359698044076953" stat0:min="0.07514522026175285" stat0:q1="0.29656452680172674" stat0:q3="0.6373504015244116" stat0:stddev="0.22007075364224285">
                       <name>peak_to_peak_g</name>
                       <description>Peak-to-peak amplitude of the G band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="599" stat0:max="0.003981308423838712" stat0:mean="2.507965525490585E-4" stat0:median="1.9914482413401088E-4" stat0:min="5.676743133596124E-5" stat0:q1="1.430045433497742E-4" stat0:q3="2.6738257017862923E-4" stat0:stddev="2.4183875724546287E-4">
                       <name>peak_to_peak_g_error</name>
                       <description>Uncertainty on the peak_to_peak_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="575" stat0:max="6.99766823939202" stat0:mean="4.2845284697557675" stat0:median="4.315420455628703" stat0:min="1.054012525621852" stat0:q1="4.1734406898375696" stat0:q3="4.472846700548921" stat0:stddev="0.5807991926345767">
                       <name>phi21_g</name>
                       <description>Fourier decomposition parameter phi21G: phi2 - 2*phi1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="575" stat0:max="3.2520338749697997" stat0:mean="0.044666721746640506" stat0:median="0.011767575335820898" stat0:min="0.0014838661859850862" stat0:q1="0.006416152097079482" stat0:q3="0.023466351840040506" stat0:stddev="0.2438619058243588">
                       <name>phi21_g_error</name>
                       <description>Uncertainty on the phi21G parameter: phi2 - 2*phi1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="575" stat0:max="0.5410176434327217" stat0:mean="0.2914263629972871" stat0:median="0.28919627658423847" stat0:min="0.023416220563797135" stat0:q1="0.15352429859237865" stat0:q3="0.44163190639837524" stat0:stddev="0.1499447505380547">
                       <name>r21_g</name>
                       <description>Fourier decomposition parameter r21G: A2/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="575" stat0:max="0.1159863895416059" stat0:mean="0.0033730785054063204" stat0:median="0.0024079055301132425" stat0:min="3.2976907145318906E-4" stat0:q1="0.001574874540803741" stat0:q3="0.003466942103345775" stat0:stddev="0.006284241859016926">
                       <name>r21_g_error</name>
                       <description>Uncertainty on the r21G parameter: A2/A1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>type2_best_sub_classification</name>
                       <description>Best subclassification estimate for type_best_classification="T2CEP" out of: {"BL_HER", "W_VIR","RV_TAU"}</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>type_best_classification</name>
                       <description>Best type classification estimate out of: {"DCEP", "T2CEP", "ACEP"}</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr1.rrlyrae</name>
                    <description>This table describes the RRLyrae stars identified in table VariableSummary as classification="RRLYR". In the analyses only observations with rejectedByVariabilityProcessing=false are included, as found in table PhotVariableTimeSeriesGfov.</description>
                    <nrows>2595</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>best_classification</name>
                       <description>Best RR Lyrae classification estimate out of: {"RRC", "RRAB"}</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="2595" stat0:max="1690.9131176641474" stat0:mean="1673.8180255565644" stat0:median="1671.9264376919732" stat0:min="1664.2387860185195" stat0:q1="1665.7097521625574" stat0:q3="1680.4341181372513" stat0:stddev="8.162738770112497">
                       <name>epoch_g</name>
                       <description>Epoch of the maximum of the light curve in the G band. (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2595" stat0:max="3.642622084138216E-4" stat0:mean="7.064067929280383E-6" stat0:median="3.7127507267464025E-6" stat0:min="9.436723644580389E-8" stat0:q1="2.2977530404743255E-6" stat0:q3="6.527736228418882E-6" stat0:stddev="1.5460831291858803E-5">
                       <name>epoch_g_error</name>
                       <description>Uncertainty on the epoch parameter epochG</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2595" stat0:max="20.192984980533243" stat0:mean="19.062432846484135" stat0:median="19.135685931902916" stat0:min="11.625697158987316" stat0:q1="19.025194221532995" stat0:q3="19.251314474969686" stat0:stddev="0.6440948818500755">
                       <name>int_average_g</name>
                       <description>Intensity-averaged magnitude in the G band</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2595" stat0:max="0.023999555215847505" stat0:mean="9.536830780146831E-4" stat0:median="7.8070213824489E-4" stat0:min="3.689346937933341E-5" stat0:q1="6.395493166428276E-4" stat0:q3="0.0010150196340887995" stat0:stddev="9.228544630158052E-4">
                       <name>int_average_g_error</name>
                       <description>Uncertainty on int_average_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2595" stat0:max="8.0" stat0:mean="3.6111753371868978" stat0:median="4.0" stat0:min="1.0" stat0:q1="3.0" stat0:q3="4.0" stat0:stddev="1.3441491929468272">
                       <name>num_harmonics_for_p1</name>
                       <description>Number of harmonics used to model P1 of the light curve</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="2595" stat0:max="0.8957673136527304" stat0:mean="0.5170140496515765" stat0:median="0.5518011650264247" stat0:min="0.2127138530744666" stat0:q1="0.3816751963408478" stat0:q3="0.6068970435325941" stat0:stddev="0.12830469099932432">
                       <name>p1</name>
                       <description>Period corresponding to the maximum power peak in the periodogram of G band time series</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2595" stat0:max="2.575722776994007E-4" stat0:mean="4.995050335556574E-6" stat0:median="2.625311215737664E-6" stat0:min="6.672771281266224E-8" stat0:q1="1.624756756411403E-6" stat0:q3="4.6158065529120884E-6" stat0:stddev="1.093245864925453E-5">
                       <name>p1_error</name>
                       <description>Uncertainty on the p1 period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2595" stat0:max="1.5440091018397197" stat0:mean="0.6862720473568229" stat0:median="0.6541855829278518" stat0:min="0.12416267037051654" stat0:q1="0.4502911842903323" stat0:q3="0.9056538655873112" stat0:stddev="0.26984644161274834">
                       <name>peak_to_peak_g</name>
                       <description>Peak-to-peak amplitude of the G band light curve</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2595" stat0:max="0.033940496477173496" stat0:mean="0.0013487115431340848" stat0:median="0.0011040795520795984" stat0:min="5.21752447592498E-5" stat0:q1="9.04459317402732E-4" stat0:q3="0.0014354545326033567" stat0:stddev="0.0013051132976934904">
                       <name>peak_to_peak_g_error</name>
                       <description>Uncertainty on the peak_to_peak_g parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2499" stat0:max="5.924277485198154" stat0:mean="4.216153561588678" stat0:median="4.1092144416222975" stat0:min="0.9774570637561002" stat0:q1="3.9619746278436665" stat0:q3="4.415735452788432" stat0:stddev="0.37048486977415257">
                       <name>phi21_g</name>
                       <description>Fourier decomposition parameter phi21G: phi2 - 2*phi1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2499" stat0:max="2.828559127256447" stat0:mean="0.08212157345586225" stat0:median="0.03831189603558674" stat0:min="0.001148753488940708" stat0:q1="0.026448364659420742" stat0:q3="0.061638831035799334" stat0:stddev="0.23046195042639148">
                       <name>phi21_g_error</name>
                       <description>Uncertainty on the phi21G parameter: phi2 - 2*phi1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2499" stat0:max="0.6732535557611277" stat0:mean="0.3829631776922308" stat0:median="0.4340457839659896" stat0:min="0.051387053728393785" stat0:q1="0.2920815348739341" stat0:q3="0.47936642930459866" stat0:stddev="0.1365152125012324">
                       <name>r21_g</name>
                       <description>Fourier decomposition parameter r21G: A2/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2499" stat0:max="0.15631218759267138" stat0:mean="0.01307035381510372" stat0:median="0.010792556384134566" stat0:min="4.919593593494118E-4" stat0:q1="0.00804855770486088" stat0:q3="0.014551404714525925" stat0:stddev="0.010576736941786067">
                       <name>r21_g_error</name>
                       <description>Uncertainty on the r21G parameter: A2/A1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr1.phot_variable_time_series_gfov</name>
                    <description>Field-of-view time series of sources that have photVariableFlag = "VARIABLE" in the GaiaSource table.</description>
                    <nrows>233181</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="233181" stat0:max="2084.6738807864763" stat0:mean="1708.3815684373815" stat0:median="1681.9857818813648" stat0:min="1666.46929519792" stat0:q1="1674.9783125475592" stat0:q3="1690.9144539440472" stat0:stddev="78.48439068642736">
                       <name>observation_time</name>
                       <description>Barycentric light-travel time corrected timestamp for each FOV observation. (Barycentric JD in TCB - 2455197.5)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="233181" stat0:max="1600988.651255424" stat0:mean="2619.591224572189" stat0:median="378.9224608585812" stat0:min="3.0254252963397024" stat0:q1="303.5156372461015" stat0:q3="553.8207034361805" stat0:stddev="9843.276358055227">
                       <name>g_flux</name>
                       <description>G-band flux for each FOV observation</description>
                       <unit>s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="233181" stat0:max="310835.87736543355" stat0:mean="16.20904502299779" stat0:median="6.459695831159145" stat0:min="0.18409438449904486" stat0:q1="4.766558686291663" stat0:q3="10.900809244305613" stat0:stddev="647.0909618919378">
                       <name>g_flux_error</name>
                       <description>Estimated G-band flux uncertainty for each FOV observation</description>
                       <unit>s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="233181" stat0:max="24.322803979286167" stat0:mean="18.462117503394147" stat0:median="19.07838908173357" stat0:min="10.013799430348682" stat0:q1="18.6663412752997" stat0:q3="19.31930662604976" stat0:stddev="1.4614853190306283">
                       <name>g_magnitude</name>
                       <description>G-band magnitude for each FOV observation</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>rejected_by_variability_processing</name>
                       <description>True when this FOV observation was excluded from variability analyses</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr1.phot_variable_time_series_gfov_statistical_parameters</name>
                    <description>Statistical parameters of field-of-view time series, only including observations with rejectedByVariabilityProcessing=false as found in table PhotVariableTimeSeriesGfov. Note that only sources are included that have photVariableFlag = "VARIABLE" in the GaiaSource table.</description>
                    <nrows>3194</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="3194" stat0:max="230.0" stat0:mean="72.64245460237946" stat0:median="63.0" stat0:min="16.0" stat0:q1="49.0" stat0:q3="83.0" stat0:stddev="36.96758673333863">
                       <name>num_observations_processed</name>
                       <description>Number of processed G-band observations for variability analyses</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="1782.134303804539" stat0:mean="1713.7698765384669" stat0:median="1711.6412692618826" stat0:min="1677.407394928924" stat0:q1="1701.6023182199729" stat0:q3="1723.5642010057873" stat0:stddev="17.039768054856705">
                       <name>mean_obs_time</name>
                       <description>Mean observation time (with respect to T0) of G-band time series</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="418.203927163413" stat0:mean="347.8523203513823" stat0:median="348.7229897886907" stat0:min="14.509637146128853" stat0:q1="338.96635044821164" stat0:q3="354.4771983116045" stat0:stddev="26.015453695315255">
                       <name>time_duration</name>
                       <description>Time duration of the G-band time series</description>
                       <unit>d</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="4.663003107653177" stat0:mean="0.71319242910176" stat0:median="0.6775193642363107" stat0:min="0.11549830686528573" stat0:q1="0.49881439688838825" stat0:q3="0.9201430611522952" stat0:stddev="0.2830379568812677">
                       <name>range</name>
                       <description>Difference between the highest and lowest magnitude of the G-band time series</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="19.946601653663546" stat0:mean="18.060122645056712" stat0:median="18.63530672105818" stat0:min="11.060425553874396" stat0:q1="18.323882279368306" stat0:q3="18.855793373980156" stat0:stddev="1.388247795941707">
                       <name>minimum</name>
                       <description>Minimum magnitude of the G-band time series</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="20.88508854203723" stat0:mean="18.77331507415851" stat0:median="19.410840199170647" stat0:min="12.047212227992468" stat0:q1="19.151224346188293" stat0:q3="19.568141122846104" stat0:stddev="1.4786182748681402">
                       <name>maximum</name>
                       <description>Maximum magnitude of the G-band time series</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="20.116612182001603" stat0:mean="18.474604359773885" stat0:median="19.10688425049071" stat0:min="11.687853058790362" stat0:q1="18.86698120890628" stat0:q3="19.24153192631183" stat0:stddev="1.4391137519914294">
                       <name>mean</name>
                       <description>Mean magnitude of the G-band time series</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="20.088370066621348" stat0:mean="18.51611241301913" stat0:median="19.14938969601706" stat0:min="11.767772659793124" stat0:q1="18.908170917707597" stat0:q3="19.301092988232135" stat0:stddev="1.4493586624861008">
                       <name>median</name>
                       <description>Median magnitude of the G-band time series</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="0.6584203866167087" stat0:mean="0.21397482855015218" stat0:median="0.21182548333425485" stat0:min="0.033811496158389485" stat0:q1="0.1757354198771216" stat0:q3="0.25046585452682485" stat0:stddev="0.06163251197742488">
                       <name>median_absolute_deviation</name>
                       <description>Median Absolute Deviation (MAD) of the G-band time series values</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="0.9009440647159456" stat0:mean="0.20108459374352522" stat0:median="0.18971067346931111" stat0:min="0.03402868866341364" stat0:q1="0.1455009548521083" stat0:q3="0.2550989777911559" stat0:stddev="0.0737644582364988">
                       <name>std_dev</name>
                       <description>Square root of the unweighted variance of the G-band time series values</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="4.876376456658232" stat0:mean="-0.3791681315022301" stat0:median="-0.38927421321405953" stat0:min="-6.33905821421066" stat0:q1="-0.6463592745038894" stat0:q3="-0.10214286411718027" stat0:stddev="0.42104683387820147">
                       <name>skewness</name>
                       <description>Standardized unweighted skewness of the G-band time series values</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="54.291023272136414" stat0:mean="-0.84099667095369" stat0:median="-1.0237959318727967" stat0:min="-2.0125540936414104" stat0:q1="-1.308473344291223" stat0:q3="-0.6981477075360114" stat0:stddev="1.6532644032891797">
                       <name>kurtosis</name>
                       <description>Standardized unweighted kurtosis of the G-band time series values</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="1.6324667285799048" stat0:mean="0.9378525604422181" stat0:median="1.0362658183371085" stat0:min="0.03090742199521455" stat0:q1="0.8883092739209089" stat0:q3="1.1500733573144168" stat0:stddev="0.3331016627833522">
                       <name>abbe</name>
                       <description>Abbe value of the G-band time series values</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="3194" stat0:max="0.8789831104739747" stat0:mean="0.3360421905016079" stat0:median="0.3272229510841669" stat0:min="0.046389156104620355" stat0:q1="0.262815662868487" stat0:q3="0.40153723069578007" stat0:stddev="0.10974769933424622">
                       <name>iqr</name>
                       <description>Interquartile range of the time series values</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr1.variable_summary</name>
                    <description>Table with variability summary of sources with photVariableFlag = "VARIABLE" in the GaiaSource table.</description>
                    <nrows>3194</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>classification</name>
                       <description>Photometric variability classification "RRLYR" (RR Lyrae) or "CEP" (Cepheid)</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="3194" stat0:max="4.701151267519569" stat0:mean="1.7845939354045435" stat0:median="1.7358308945871468" stat0:min="0.027331306522313383" stat0:q1="1.5104466565685528" stat0:q3="2.080660330520643" stat0:stddev="0.8748541205350324">
                       <name>phot_variable_fundam_freq1</name>
                       <description>Fundamental frequency  1</description>
                       <unit>d**-1</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>gaiadr1.aux_qso_icrf2_match</name>
                    <description>This table has an entry for all sources in the auxiliary QSO solution matched to the ICRF2 sources and passing all quality filters discussed in the corresponding documentation.</description>
                    <nrows>2191</nrows>
                    <column>
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>icrf2_match</name>
                       <description>ICRF2 designation of the source matched to this Gaia source</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2191" stat0:max="67.93851182940948" stat0:mean="1.5213058338092948" stat0:median="0.6257906783748121" stat0:min="0.10041031132147535" stat0:q1="0.3611363579939748" stat0:q3="1.224211668533937" stat0:stddev="4.153694865029129">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2191" stat0:max="93.79141383679006" stat0:mean="1.4651141427302683" stat0:median="0.5635397261289685" stat0:min="0.09739104726393122" stat0:q1="0.32371696468884426" stat0:q3="1.137316887933594" stat0:stddev="4.628831573884696">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column stat0:filling="2191" stat0:max="0.999940991" stat0:mean="-0.02106570872181809" stat0:median="-0.02781700065" stat0:min="-0.999593019" stat0:q1="-0.441541508" stat0:q3="0.39138948949999997" stat0:stddev="0.5055719886134606">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2152" stat0:max="21.034719765228797" stat0:mean="18.54238650181424" stat0:median="18.681719388480797" stat0:min="12.435723580680317" stat0:q1="17.8110488024816" stat0:q3="19.46475613456295" stat0:stddev="1.2519403186730245">
                       <name>phot_g_mean_mag</name>
                       <description>G-band mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2191" stat0:max="3.0" stat0:mean="0.3541761752624372" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.9673102773159564">
                       <name>rot_flag</name>
                       <description>Flag indicating how this source was used to fix the orientation of the reference frame of the Gaia DR1 solution</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column stat0:filling="2191" stat0:max="6.0" stat0:mean="5.998630762209037" stat0:median="6.0" stat0:min="3.0" stat0:q1="6.0" stat0:q3="6.0" stat0:stddev="0.06409144539553693">
                       <name>astrometric_priors_used</name>
                       <description>Type of prior used in in the astrometric solution</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
              </schema>
              <schema>
                 <name>extcat</name>
                 <description>Some well-known catalogs imported into this TAP service for crossmatch purpose.</description>
                 <table>
                    <name>hipparcos</name>
                    <description>Hipparcos, the New Reduction (van Leeuwen, 2007). (copy of the VizieR table I/311/hip2)</description>
                    <nrows>117955</nrows>
                    <column>
                       <name>hip</name>
                       <description>Hipparcos identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="117955" stat0:max="359.97879164179693" stat0:mean="181.4663796540143" stat0:median="181.9692107905104" stat0:min="9.118508717948024E-4" stat0:q1="93.42447793657317" stat0:q3="271.74445516114054" stat0:stddev="103.26168467879099">
                       <name>ra</name>
                       <description>Right Ascension in ICRS, Ep=1991.25</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="117955" stat0:max="89.56940863242227" stat0:mean="-2.1432502422990054" stat0:median="-1.9460645297263575" stat0:min="-89.78245382121695" stat0:q1="-36.637995135835695" stat0:q3="31.43561462532472" stat0:stddev="41.01639686887676">
                       <name>dec</name>
                       <description>Declination in ICRS, Ep=1991.25</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="117955" stat0:max="796.919983" stat0:mean="7.2107695333551165" stat0:median="4.61000013" stat0:min="-258.450012" stat0:q1="2.52999997" stat0:q3="8.43000031" stat0:stddev="11.492073358944852">
                       <name>plx</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="117955" stat0:max="6768.2" stat0:mean="-1.329275825526696" stat0:median="-1.68" stat0:min="-4410.43" stat0:q1="-15.14" stat0:q3="11.79" stat0:stddev="98.23945247545875">
                       <name>pmra</name>
                       <description>Proper motion in Right Ascension</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="117955" stat0:max="10328.12" stat0:mean="-16.613292442033334" stat0:median="-5.64" stat0:min="-5813.62" stat0:q1="-21.75" stat0:q3="3.71" stat0:stddev="93.83416547886003">
                       <name>pmdec</name>
                       <description>Proper motion in Declination</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="117955" stat0:max="14.5621996" stat0:mean="8.472923067043329" stat0:median="8.55085039" stat0:min="-1.08759999" stat0:q1="7.74329996" stat0:q3="9.25469971" stat0:stddev="1.3170123927227122">
                       <name>hpmag</name>
                       <description>Hipparcos magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="117955" stat0:max="5.46000004" stat0:mean="0.699318528389707" stat0:median="0.606000006" stat0:min="-0.400000006" stat0:q1="0.333999991" stat0:q3="1.074" stat0:stddev="0.492122428144352">
                       <name>b_v</name>
                       <description>Colour index</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.B;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="9.02999973" stat0:mean="0.7549590090326584" stat0:median="0.670000017" stat0:min="-0.49000001" stat0:q1="0.389999986" stat0:q3="1.03999996" stat0:stddev="0.5650504948741081">
                       <name>v_i</name>
                       <description>V-I colour index</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.V;em.opt.I</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="168.399994" stat0:mean="0.8923090152589629" stat0:median="0.699999988" stat0:min="0.0599999987" stat0:q1="0.5" stat0:q3="0.980000019" stat0:stddev="1.3952541764190622">
                       <name>e_ra</name>
                       <description>Formal error on RArad</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="75.8199997" stat0:mean="0.7447739383250224" stat0:median="0.600000024" stat0:min="0.0700000003" stat0:q1="0.449999988" stat0:q3="0.810000002" stat0:stddev="1.0394775557573777">
                       <name>e_dec</name>
                       <description>Formal error on DErad</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="259.410004" stat0:mean="1.118004831563198" stat0:median="0.899999976" stat0:min="0.0900000036" stat0:q1="0.660000026" stat0:q3="1.23000002" stat0:stddev="1.6681941697886489">
                       <name>e_plx</name>
                       <description>Formal error on Plx</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="117955" stat0:max="141.75" stat0:mean="1.114525369094667" stat0:median="0.860000014" stat0:min="0.0599999987" stat0:q1="0.600000024" stat0:q3="1.24000001" stat0:stddev="1.7113900256730348">
                       <name>e_pmra</name>
                       <description>Formal error on pmRA</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="117955" stat0:max="162.839996" stat0:mean="0.9217893255919914" stat0:median="0.730000019" stat0:min="0.0700000003" stat0:q1="0.529999971" stat0:q3="1.00999999" stat0:stddev="1.3775768393170726">
                       <name>e_pmdec</name>
                       <description>Formal error on pmDE</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="117955" stat0:max="0.931699991" stat0:mean="0.003712793033058482" stat0:median="0.00179999997" stat0:min="1.99999995E-4" stat0:q1="0.0013" stat0:q3="0.00249999994" stat0:stddev="0.016326645768045486">
                       <name>e_hpmag</name>
                       <description>Error on mean Hpmag</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="0.600000024" stat0:mean="0.027860133132248024" stat0:median="0.0149999997" stat0:min="0.0" stat0:q1="0.00999999978" stat0:q3="0.0260000005" stat0:stddev="0.05759101783460973">
                       <name>e_b_v</name>
                       <description>Formal error on colour index</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.color;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="5.0" stat0:mean="0.13092280954601332" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.452043935010964">
                       <name>f1</name>
                       <description>Percentage rejected data</description>
                       <unit>%</unit>
                       <ucd>stat.value;arith.ratio</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="99.0" stat0:mean="1.3968003053567584" stat0:median="0.639999986" stat0:min="-5.11999989" stat0:q1="-0.25" stat0:q3="1.66999996" stat0:stddev="5.445246974869643">
                       <name>f2</name>
                       <description>Goodness of fit</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="4.0" stat0:mean="1.0964520367936925" stat0:median="1.0" stat0:min="1.0" stat0:q1="1.0" stat0:q3="1.0" stat0:stddev="0.29940320189736114">
                       <name>nc</name>
                       <description>Number of components</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>n_hip</name>
                       <description>Existence of a note in the first version of Hipparcos catalog on Duplicity (D), Photometry (P) or a General (G) note; letters W, X, Y, Z indicate notes on several topics (field H70 of the 1997 edition, Cat. I/239)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="388.0" stat0:mean="115.9677504132932" stat0:median="111.0" stat0:min="20.0" stat0:q1="85.0" stat0:q3="139.0" stat0:stddev="42.75505610742793">
                       <name>ntr</name>
                       <description>Number of field transits used</description>
                       <ucd>meta.id;obs.field</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>shp</name>
                       <description>Scatter of Hpmag</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="115.0" stat0:mean="8.340621423424187" stat0:median="5.0" stat0:min="0.0" stat0:q1="5.0" stat0:q3="5.0" stat0:stddev="13.717211741605288">
                       <name>sn</name>
                       <description>[0,159] Solution type new reduction (1)</description>
                       <ucd>meta.id;stat.fit</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="5.0" stat0:mean="0.40487474036708915" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="1.006066163558906">
                       <name>so</name>
                       <description>[0,5] Solution type old reduction (2)</description>
                       <ucd>meta.id;stat.fit</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="2.0" stat0:mean="0.11653596710609979" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="0.4433227504797883">
                       <name>va</name>
                       <description>[0,2] Reference to variability annex</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column stat0:filling="117955" stat0:max="126.599998" stat0:mean="0.09206731365007066" stat0:median="0.0" stat0:min="0.0" stat0:q1="0.0" stat0:q3="0.0" stat0:stddev="1.710605271898757">
                       <name>var</name>
                       <description>Cosmic dispersion added (stochastic solution)</description>
                       <ucd>stat.fit.residual</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>ppmxl</name>
                    <description>PPMXL is a catalog of positions, proper motions, 2MASS- and optical photometry of 900 million stars and galaxies, aiming to be complete down to about V=20 full-sky. It is the result of a re-reduction of USNO-B1 together with 2MASS to the ICRS as represented by PPMX.  This service additionally provides improved proper motions computed according to :bibcode:`2016AJ....151...99V`.</description>
                    <nrows>910468688</nrows>
                    <column>
                       <name>ipix</name>
                       <description>Identifier (Q3C ipix of the USNO-B 1.0 object)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="910468688" stat0:max="360.0" stat0:mean="208.51410388777478" stat0:median="238.060941" stat0:min="0.0" stat0:q1="128.822398" stat0:q3="281.436067" stat0:stddev="92.67081374873668">
                       <name>raj2000</name>
                       <description>Right Ascension J2000.0, epoch 2000.0</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="910468688" stat0:max="89.990081" stat0:mean="-10.900281937256251" stat0:median="-17.901714" stat0:min="-89.992844" stat0:q1="-43.615596" stat0:q3="20.926788" stat0:stddev="40.12205499638746">
                       <name>dej2000</name>
                       <description>Declination J2000.0, epoch 2000.0</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="910468688" stat0:max="5.83000001E-5" stat0:mean="3.035537617515934E-5" stat0:median="3.1399999E-5" stat0:min="2.77999987E-7" stat0:q1="2.11000006E-5" stat0:q3="3.69000009E-5" stat0:stddev="9.429207431683767E-6">
                       <name>e_deepde</name>
                       <description>Mean error in Dec at mean epoch</description>
                       <unit>deg</unit>
                       <ucd>stat.error;pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="910468688" stat0:max="0.00274830009" stat0:mean="-7.908569607102534E-7" stat0:median="-4.6388999E-7" stat0:min="-0.00273329997" stat0:q1="-2.81939992E-6" stat0:q3="1.76670005E-6" stat0:stddev="2.347973909464038E-5">
                       <name>pmra</name>
                       <description>Proper Motion in RA*cos(delta)</description>
                       <unit>deg/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="910468688" stat0:max="0.00286890008" stat0:mean="-8.598629230042681E-7" stat0:median="-7.83329995E-7" stat0:min="-0.00273340009" stat0:q1="-3.11939993E-6" stat0:q3="1.60829995E-6" stat0:stddev="2.7687853369279434E-5">
                       <name>pmde</name>
                       <description>Proper Motion in Dec</description>
                       <unit>deg/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="412410224" stat0:max="24.2919998" stat0:mean="14.571000515883451" stat0:median="14.9610004" stat0:min="-4.00699997" stat0:q1="13.8669996" stat0:q3="15.6300001" stat0:stddev="1.4656218138408046">
                       <name>hmag</name>
                       <description>H selected default magnitude from 2MASS</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="412410361" stat0:max="22.0330009" stat0:mean="15.153444266356551" stat0:median="15.5209999" stat0:min="-2.98900008" stat0:q1="14.4540005" stat0:q3="16.2140007" stat0:stddev="1.4261594320045838">
                       <name>jmag</name>
                       <description>J selected default magnitude from 2MASS</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="412410058" stat0:max="20.5319996" stat0:mean="14.352748929378661" stat0:median="14.7559996" stat0:min="-4.37799978" stat0:q1="13.6789999" stat0:q3="15.3459997" stat0:stddev="1.4721240901975745">
                       <name>kmag</name>
                       <description>K_s selected default magnitude from 2MASS</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="365283791" stat0:max="64.8799973" stat0:mean="18.951395670462315" stat0:median="19.4300003" stat0:min="-1.5" stat0:q1="18.0100002" stat0:q3="20.2600002" stat0:stddev="1.8798163014583928">
                       <name>b1mag</name>
                       <description>B mag from USNO-B, first epoch</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="777565674" stat0:max="65.5199966" stat0:mean="18.98521278826993" stat0:median="19.2099991" stat0:min="-1.42999995" stat0:q1="17.8299999" stat0:q3="20.3500004" stat0:stddev="1.9094878479522666">
                       <name>b2mag</name>
                       <description>B mag from USNO-B, second epoch</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="722629013" stat0:max="65.5299988" stat0:mean="17.650487732779464" stat0:median="17.9200001" stat0:min="-5.78999996" stat0:q1="16.5400009" stat0:q3="18.9599991" stat0:stddev="1.9705012120968384">
                       <name>r1mag</name>
                       <description>R mag from USNO-B, first epoch</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="734154742" stat0:max="65.5299988" stat0:mean="18.0706044946396" stat0:median="18.2399998" stat0:min="0.0199999996" stat0:q1="16.8899994" stat0:q3="19.2999992" stat0:stddev="2.1174438116308707">
                       <name>r2mag</name>
                       <description>R mag from USNO-B, second epoch</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="910468688" stat0:max="2005.16003" stat0:mean="1984.0001500970118" stat0:median="1984.64001" stat0:min="1915.65002" stat0:q1="1978.59998" stat0:q3="1989.89001" stat0:stddev="7.621856830447612">
                       <name>epra</name>
                       <description>Mean Epoch (RA)</description>
                       <unit>yr</unit>
                       <ucd>time.epoch;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="669786127" stat0:max="65.5100021" stat0:mean="16.911848955477808" stat0:median="17.25" stat0:min="-1.12" stat0:q1="15.9399996" stat0:q3="18.1299992" stat0:stddev="1.83385963146186">
                       <name>imag</name>
                       <description>I mag from USNO-B</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="910468688" stat0:max="2005.14001" stat0:mean="1984.0005641009134" stat0:median="1984.64001" stat0:min="1909.68994" stat0:q1="1978.59998" stat0:q3="1989.89001" stat0:stddev="7.623727290798003">
                       <name>epde</name>
                       <description>Mean Epoch (Dec)</description>
                       <unit>yr</unit>
                       <ucd>time.epoch;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="910468688" stat0:max="2.47999997E-5" stat0:mean="2.7752572220899197E-6" stat0:median="2.10999997E-6" stat0:min="5.5600001E-8" stat0:q1="1.44000001E-6" stat0:q3="3.5600001E-6" stat0:stddev="1.773771295279657E-6">
                       <name>e_pmra</name>
                       <description>Mean error in pmRA*cos(delta)</description>
                       <unit>deg/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="910468688" stat0:max="2.47999997E-5" stat0:mean="2.7758245418483443E-6" stat0:median="2.10999997E-6" stat0:min="2.78000005E-8" stat0:q1="1.44000001E-6" stat0:q3="3.5600001E-6" stat0:stddev="1.7738557876585606E-6">
                       <name>e_pmde</name>
                       <description>Mean error in pmDE</description>
                       <unit>deg/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="381634032" stat0:max="9.9989996" stat0:mean="0.0908788066217348" stat0:median="0.0780000016" stat0:min="0.0" stat0:q1="0.0419999994" stat0:q3="0.128999993" stat0:stddev="0.062074063797583456">
                       <name>e_hmag</name>
                       <description>H total magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="406047178" stat0:max="9.9989996" stat0:mean="0.0758201849542026" stat0:median="0.0659999996" stat0:min="0.0130000003" stat0:q1="0.0370000005" stat0:q3="0.107000001" stat0:stddev="0.04651949891352331">
                       <name>e_jmag</name>
                       <description>J total magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="322119256" stat0:max="9.9989996" stat0:mean="0.10377840306580827" stat0:median="0.0890000015" stat0:min="0.0" stat0:q1="0.0439999998" stat0:q3="0.152999997" stat0:stddev="0.07518175736547633">
                       <name>e_kmag</name>
                       <description>K_s total magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="910468688" stat0:max="5.83000001E-5" stat0:mean="3.0337580448830027E-5" stat0:median="3.1399999E-5" stat0:min="2.77999987E-7" stat0:q1="2.11000006E-5" stat0:q3="3.69000009E-5" stat0:stddev="9.41714541939529E-6">
                       <name>e_raepra</name>
                       <description>Mean error in RA*cos(delta) at mean epoch</description>
                       <unit>deg</unit>
                       <ucd>stat.error;pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>flags</name>
                       <description>Flags</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>magsurveys</name>
                       <description>Surveys the USNO-B magnitudes are taken from</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column stat0:filling="910333123" stat0:max="17.0" stat0:mean="4.060203733792953" stat0:median="4.0" stat0:min="2.0" stat0:q1="3.0" stat0:q3="5.0" stat0:stddev="1.3462996200499031">
                       <name>nobs</name>
                       <description>Number of observations used</description>
                       <ucd>meta.number;obs</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>twomass</name>
                    <description>The 2MASS Point Source Catalogue, short a couple of exotic fields. We provide this data mainly for matching with other catalogs within our TAP service.</description>
                    <nrows>470992970</nrows>
                    <column>
                       <name>mainid</name>
                       <description>Source designation</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="470992970" stat0:max="359.999997" stat0:mean="216.90196289678283" stat0:median="250.727057" stat0:min="2.0E-6" stat0:q1="143.562841" stat0:q3="283.321968" stat0:stddev="88.15463265000795">
                       <name>raj2000</name>
                       <description>Right ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="470992970" stat0:max="89.990128" stat0:mean="-11.015313987859793" stat0:median="-16.854492" stat0:min="-89.992844" stat0:q1="-44.486694" stat0:q3="20.21132" stat0:stddev="39.515069269618365">
                       <name>dej2000</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="470992564" stat0:max="24.2919998" stat0:mean="14.541306293597522" stat0:median="14.9090004" stat0:min="-4.00699997" stat0:q1="13.8109999" stat0:q3="15.6049995" stat0:stddev="1.4554298399722854">
                       <name>hmag</name>
                       <description>2MASS H magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="470992951" stat0:max="25.8600006" stat0:mean="15.19927785535458" stat0:median="15.5489998" stat0:min="-2.98900008" stat0:q1="14.5050001" stat0:q3="16.2380009" stat0:stddev="1.4079168915516234">
                       <name>jmag</name>
                       <description>2MASS J magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="470992071" stat0:max="24.8719997" stat0:mean="14.278246728602223" stat0:median="14.6660004" stat0:min="-4.37799978" stat0:q1="13.5439997" stat0:q3="15.3100004" stat0:stddev="1.486508736875406">
                       <name>kmag</name>
                       <description>2MASS K_s magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="428365755" stat0:max="9.9989996" stat0:mean="0.09146448000471526" stat0:median="0.0790000036" stat0:min="0.00999999978" stat0:q1="0.0430000015" stat0:q3="0.128999993" stat0:stddev="0.06786752094658927">
                       <name>e_hmag</name>
                       <description>2MASS H total magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="449188545" stat0:max="9.9989996" stat0:mean="0.07830492314483256" stat0:median="0.0689999983" stat0:min="0.0130000003" stat0:q1="0.0390000008" stat0:q3="0.109999999" stat0:stddev="0.05229120651144756">
                       <name>e_jmag</name>
                       <description>2MASS J total magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362812640" stat0:max="9.9989996" stat0:mean="0.1019484625428483" stat0:median="0.0860000029" stat0:min="0.0109999999" stat0:q1="0.0439999998" stat0:q3="0.149000004" stat0:stddev="0.0812131594844822">
                       <name>e_kmag</name>
                       <description>2MASS K_s total magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>aflg</name>
                       <description>Association with asteroid or comet</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column>
                       <name>bflg</name>
                       <description>JHK blend flag</description>
                       <ucd>meta.code</ucd>
                       <dataType size="3" xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column>
                       <name>cflg</name>
                       <description>Contamination and confusion flag</description>
                       <ucd>meta.code</ucd>
                       <dataType size="3" xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column>
                       <name>"date"</name>
                       <description>Observation date</description>
                       <unit>yr</unit>
                       <ucd>time.epoch;obs</ucd>
                       <dataType xsi:type="vs:TAPType">TIMESTAMP</dataType>
                    </column>
                    <column>
                       <name>dup</name>
                       <description>Flag indicating duplicate source</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column>
                       <name>edge</name>
                       <description>flag indicating to which edges the edgeNS and edgeEW values refer</description>
                       <ucd>pos;pos.cartesian;instr.det</ucd>
                       <dataType size="2" xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column stat0:filling="470992970" stat0:max="259.0" stat0:mean="147.32325447235445" stat0:median="148.0" stat0:min="10.0" stat0:q1="95.0" stat0:q3="200.0" stat0:stddev="61.59355314827212">
                       <name>edgeew</name>
                       <description>Distance from the source to the nearest East or West scan edge</description>
                       <unit>deg</unit>
                       <ucd>pos;arith.diff</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470992970" stat0:max="11088.0" stat0:mean="5670.41544941106" stat0:median="5673.0" stat0:min="10.0" stat0:q1="2971.0" stat0:q3="8376.0" stat0:stddev="3123.2599106510193">
                       <name>edgens</name>
                       <description>Distance from the source to the nearest North or South scan edge</description>
                       <unit>deg</unit>
                       <ucd>pos;arith.diff</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>errmaj</name>
                       <description>Major axis of position error ellipse</description>
                       <unit>deg</unit>
                       <ucd>stat.error;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470992970" stat0:max="2.77777785E-4" stat0:mean="3.1295804351844026E-5" stat0:median="2.22222225E-5" stat0:min="1.3888889E-5" stat0:q1="1.66666669E-5" stat0:q3="4.44444449E-5" stat0:stddev="1.8918447388716135E-5">
                       <name>errmin</name>
                       <description>Minor axis of position error ellipse</description>
                       <unit>deg</unit>
                       <ucd>stat.error;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="470992970" stat0:max="180.0" stat0:mean="62.16560687731709" stat0:median="45.0" stat0:min="0.0" stat0:q1="12.0" stat0:q3="90.0" stat0:stddev="50.267599350356306">
                       <name>errpa</name>
                       <description>Position angle of error ellipse major axis (E of N)</description>
                       <unit>deg</unit>
                       <ucd>stat.error;pos.eq</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="428365755" stat0:max="9.9989996" stat0:mean="0.09082708883399837" stat0:median="0.0780000016" stat0:min="0.00100000005" stat0:q1="0.0419999994" stat0:q3="0.128999993" stat0:stddev="0.06817587531437433">
                       <name>hcmsig</name>
                       <description>H default magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="428365755" stat0:max="1000000.0" stat0:mean="172.08237058034857" stat0:median="15.1999998" stat0:min="0.0" stat0:q1="8.60000038" stat0:q3="37.2999992" stat0:stddev="5205.862697896519">
                       <name>hsnr</name>
                       <description>H Signal-to-noise ratio</description>
                       <ucd>stat.snr;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="449188545" stat0:max="9.9989996" stat0:mean="0.07690558648889453" stat0:median="0.0680000037" stat0:min="0.00100000005" stat0:q1="0.0370000005" stat0:q3="0.108999997" stat0:stddev="0.052966860529211526">
                       <name>jcmsig</name>
                       <description>J default magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>jd</name>
                       <description>Julian date of detection</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:TAPType">TIMESTAMP</dataType>
                    </column>
                    <column stat0:filling="449188545" stat0:max="1000000.0" stat0:mean="185.30021178433037" stat0:median="17.7999992" stat0:min="0.0" stat0:q1="10.1000004" stat0:q3="43.7999992" stat0:stddev="5177.6454348425705">
                       <name>jsnr</name>
                       <description>J Signal-to-noise ratio</description>
                       <ucd>stat.snr;phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362812640" stat0:max="9.9989996" stat0:mean="0.10130692204069393" stat0:median="0.0850000009" stat0:min="0.00100000005" stat0:q1="0.0430000015" stat0:q3="0.149000004" stat0:stddev="0.08156750145382524">
                       <name>kcmsig</name>
                       <description>magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="362812640" stat0:max="1000000.0" stat0:mean="153.8925213892202" stat0:median="13.1999998" stat0:min="0.0" stat0:q1="7.30000019" stat0:q3="32.9000015" stat0:stddev="4823.896969129367">
                       <name>ksnr</name>
                       <description>K Signal-to-noise ratio</description>
                       <ucd>stat.snr;phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>pts_key</name>
                       <description>Unique source identifier in catalogue</description>
                       <ucd>meta.id;meta.table</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>qflg</name>
                       <description>JHK photometric quality flag</description>
                       <ucd>meta.code.qual;phot</ucd>
                       <dataType size="3" xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column>
                       <name>rflg</name>
                       <description>JHK default magnitude read flag</description>
                       <ucd>meta.ref</ucd>
                       <dataType size="3" xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column>
                       <name>scan</name>
                       <description>Scan number (within date)</description>
                       <ucd>pos.outline;obs.field</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                    </column>
                    <column>
                       <name>use_src</name>
                       <description>Use source flag</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column>
                       <name>xflg</name>
                       <description>Extended source contamination</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:TAPType">CHAR</dataType>
                    </column>
                    <column stat0:filling="470992970" stat0:max="248.0" stat0:mean="-0.5949014001167586" stat0:median="-0.800000012" stat0:min="-249.800003" stat0:q1="-104.800003" stat0:q3="103.5" stat0:stddev="121.80564827322836">
                       <name>xscan</name>
                       <description>Distance of source from focal plane centerline</description>
                       <unit>deg</unit>
                       <ucd>pos;pos.cartesian;instr.det</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                 </table>
                 <table>
                    <name>tycho2</name>
                    <description>The Tycho-2 Catalogue (Hog+ 2000)</description>
                    <nrows>2539913</nrows>
                    <column>
                       <name>id</name>
                       <description>Concatenation of tyc1, tyc2 and tyc3.</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>tyc1</name>
                       <description>TYC1 from TYC or GSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tyc2</name>
                       <description>TYC2 from TYC or GSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>tyc3</name>
                       <description>TYC3 from TYC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">SMALLINT</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="2539913" stat0:max="359.99990778" stat0:mean="189.15494262211035" stat0:median="188.037005" stat0:min="2.8639E-4" stat0:q1="105.74386458000001" stat0:q3="281.426207085" stat0:stddev="100.32108939352614">
                       <name>ra</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="2539913" stat0:max="89.83232222" stat0:mean="-3.187941876152986" stat0:median="-4.073139585" stat0:min="-89.88963861" stat0:q1="-39.209103334999995" stat0:q3="32.23192263999999" stat0:stddev="41.735131998024606">
                       <name>dec</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="2430468" stat0:max="6544.2002" stat0:mean="-1.7402560332767856" stat0:median="-1.70000005" stat0:min="-4418.0" stat0:q1="-8.5" stat0:q3="4.80000019" stat0:stddev="27.14005735342245">
                       <name>pmra</name>
                       <description>prop. mot. in RA*cos(dec)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="2430468" stat0:max="10277.2998" stat0:mean="-5.825093109469038" stat0:median="-3.5999999" stat0:min="-5774.2998" stat0:q1="-10.8000002" stat0:q3="2.5" stat0:stddev="25.94303537272263">
                       <name>pmde</name>
                       <description>prop. mot. in Dec</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column stat0:filling="2539822" stat0:max="16.5809994" stat0:mean="12.015462856011743" stat0:median="12.1829996" stat0:min="2.18300009" stat0:q1="11.4870005" stat0:q3="12.7880001" stat0:stddev="1.1870636888058637">
                       <name>btmag</name>
                       <description>Tycho-2 BT magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2539893" stat0:max="15.1929998" stat0:mean="11.177034314306832" stat0:median="11.4110003" stat0:min="1.90499997" stat0:q1="10.6719999" stat0:q3="11.9239998" stat0:stddev="1.0955328907239041">
                       <name>vtmag</name>
                       <description>Tycho-2 VT magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2539913" stat0:max="200.0" stat0:mean="63.566337782484425" stat0:median="61.2999992" stat0:min="3.0999999" stat0:q1="35.0999985" stat0:q3="87.0" stat0:stddev="36.61170275057289">
                       <name>e_radeg</name>
                       <description>s.e.RA*cos(dec), of observed Tycho-2 RA</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2539913" stat0:max="200.0" stat0:mean="70.91299698131981" stat0:median="67.0" stat0:min="3.0999999" stat0:q1="38.2000008" stat0:q3="98.1999969" stat0:stddev="41.65461704900443">
                       <name>e_dedeg</name>
                       <description>s.e. of observed Tycho-2 Dec</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column stat0:filling="2430468" stat0:max="11.5" stat0:mean="2.551681769659389" stat0:median="2.4000001" stat0:min="0.200000003" stat0:q1="1.79999995" stat0:q3="3.0" stat0:stddev="1.0577924176547395">
                       <name>e_pmra</name>
                       <description>s.e. RA*cos(dec),at mean epoch</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2430468" stat0:max="10.3000002" stat0:mean="2.513561787909604" stat0:median="2.29999995" stat0:min="0.200000003" stat0:q1="1.79999995" stat0:q3="3.0" stat0:stddev="1.0319571904264324">
                       <name>e_pmde</name>
                       <description>s.e. of Dec at mean epoch</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2539822" stat0:max="1.977" stat0:mean="0.1666542494437606" stat0:median="0.143000007" stat0:min="0.0140000004" stat0:q1="0.0670000017" stat0:q3="0.243000001" stat0:stddev="0.12153028433551391">
                       <name>e_btmag</name>
                       <description>s.e. of BT</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column stat0:filling="2539893" stat0:max="1.46800005" stat0:mean="0.11093851404753055" stat0:median="0.100000001" stat0:min="0.00899999961" stat0:q1="0.0529999994" stat0:q3="0.163000003" stat0:stddev="0.07020610316168045">
                       <name>e_vtmag</name>
                       <description>s.e. of VT</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column>
                       <name>hip</name>
                       <description>Hipparcos number</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
              </schema>
              <schema>
                 <name>ivoa</name>
                 <table type="view">
                    <name>ivoa.ObsCore</name>
                    <description>ObsCore 1.1. On this TAP service, this table lists only TimeSeries of Gaia-DR1 and Gaia-DR2.</description>
                    <nrows>553932</nrows>
                    <column std="true">
                       <name>facility_name</name>
                       <description>The observatory or facility used to collect the data.</description>
                       <ucd>meta.id;instr.tel</ucd>
                       <utype>obscore:Provenance.ObsConfig.Facility.name</utype>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>instrument_name</name>
                       <description>The name of the instrument used for the observation.</description>
                       <ucd>meta.id;instr</ucd>
                       <utype>obscore:Provenance.ObsConfig.Instrument.name</utype>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>obs_collection</name>
                       <description>Name of the data collection.</description>
                       <ucd>meta.id</ucd>
                       <utype>obscore:DataID.collection</utype>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>obs_id</name>
                       <description>Internal ID given by the ObsTAP service.</description>
                       <ucd>meta.id</ucd>
                       <utype>obscore:DataID.observationID</utype>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>dataproduct_type</name>
                       <description>Data	product	(file	content) primary type. Possible values: image, cube, spectrum, sed, timeseries, visibility, event, measurements.</description>
                       <ucd>meta.code.class</ucd>
                       <utype>obscore:ObsDataset.dataProductType</utype>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>access_url</name>
                       <description>URL used to access dataset.</description>
                       <ucd>meta.ref.url</ucd>
                       <utype>obscore:Access.reference</utype>
                       <dataType xsi:type="vs:TAPType">CLOB</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>access_format</name>
                       <description>Content format of the dataset.</description>
                       <ucd>meta.code.mime</ucd>
                       <utype>obscore:Access.format</utype>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>access_estsize</name>
                       <description>Estimated size of dataset.</description>
                       <unit>kbyte</unit>
                       <ucd>phys.size;meta.file</ucd>
                       <utype>obscore:Access.size</utype>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>target_name</name>
                       <description>Object of interest.</description>
                       <ucd>meta.id;src</ucd>
                       <utype>obscore:Target.name</utype>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>s_ra</name>
                       <description>Central Spatial Position in ICRS Right ascension.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>s_dec</name>
                       <description>Central Spatial Position in ICRS Declination.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>s_fov</name>
                       <description>Estimated size of the covered region as the diameter of a containing circle.</description>
                       <unit>deg</unit>
                       <ucd>phys.angSize;instr.fov</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Bounds.Extent.diameter</utype>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>s_region</name>
                       <description>Sky region covered by the data product (expressed in ICRS frame).</description>
                       <ucd>pos.outline;obs.field</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:TAPType">REGION</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>s_resolution</name>
                       <description>Spatial resolution of data as FWHM of PSF.</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angResolution</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.Refval.value</utype>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>s_xel1</name>
                       <description>Number of elements along the first coordinate of the spatial axis.</description>
                       <ucd>meta.number</ucd>
                       <utype>obscore:Char.SpatialAxis.numBins1</utype>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>s_xel2</name>
                       <description>Number of elements along the second coordinate of the spatial axis.</description>
                       <ucd>meta.number</ucd>
                       <utype>obscore:Char.SpatialAxis.numBins2</utype>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>t_min</name>
                       <description>Start time in MJD.</description>
                       <unit>d</unit>
                       <ucd>time.start;obs.exposure</ucd>
                       <utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.StartTime</utype>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>t_max</name>
                       <description>Stop time in MJD.</description>
                       <unit>d</unit>
                       <ucd>time.end;obs.exposure</ucd>
                       <utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.StopTime</utype>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>t_exptime</name>
                       <description>Total exposure time.</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <utype>obscore:Char.TimeAxis.Coverage.Support.Extent</utype>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>t_resolution</name>
                       <description>Minimal interpretable interval between two points along the time axis.</description>
                       <unit>s</unit>
                       <ucd>time.resolution</ucd>
                       <utype>obscore:Char.TimeAxis.Resolution.Refval.value</utype>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>t_xel</name>
                       <description>Number of elements along the time axis.</description>
                       <ucd>meta.number</ucd>
                       <utype>obscore:Char.TimeAxis.numBins</utype>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>em_min</name>
                       <description>Start in spectral coordinates.</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.min</ucd>
                       <utype>obscore:Char.SpectralAxis.Coverage.Bounds.Limits.LoLimit</utype>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>em_max</name>
                       <description>Stop in spectral coordinates.</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.max</ucd>
                       <utype>obscore:Char.SpectralAxis.Coverage.Bounds.Limits.HiLimit</utype>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>em_res_power</name>
                       <description>Value of the resolving power along the spectral axis. (R).</description>
                       <ucd>spect.resolution</ucd>
                       <utype>obscore:Char.SpectralAxis.Resolution.ResolPower.refVal</utype>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>em_xel</name>
                       <description>Number of elements along the spectral axis.</description>
                       <ucd>meta.number</ucd>
                       <utype>obscore:Char.SpectralAxis.numBins</utype>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>o_ucd</name>
                       <description>Nature of the observable axis.</description>
                       <ucd>meta.ucd</ucd>
                       <utype>obscore:Char.ObservableAxis.ucd</utype>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>pol_states</name>
                       <description>Units along the polarization axis.</description>
                       <ucd>meta.code;phys.polarization</ucd>
                       <utype>obscore:Char.PolarizationAxis.stateList</utype>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>pol_xel</name>
                       <description>Number of elements along the polarization axis.</description>
                       <ucd>meta.number</ucd>
                       <utype>obscore:Char.PolarizationAxis.numBins</utype>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>obs_publisher_did</name>
                       <description>ID for the Dataset given by the publisher.</description>
                       <ucd>meta.ref.ivoid</ucd>
                       <utype>obscore:Curation.publisherDID</utype>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>calib_level</name>
                       <description>Calibration level of the observation. Possible values: 0, 1, 2, 3, 4.</description>
                       <ucd>meta.code;obs.calib</ucd>
                       <utype>obscore:ObsDataset.calibLevel</utype>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>obs_release_date</name>
                       <description>Observation release date (ISO 8601).</description>
                       <ucd>time.release</ucd>
                       <utype>obscore:Curation.releaseDate</utype>
                       <dataType xsi:type="vs:TAPType">TIMESTAMP</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
              </schema>
              <schema>
                 <name>TAP_SCHEMA</name>
                 <description>Set of tables listing and describing the schemas, tables and columns published in this TAP service.</description>
                 <table>
                    <name>TAP_SCHEMA.schemas</name>
                    <description>List of schemas published in this TAP service.</description>
                    <column std="true">
                       <name>schema_name</name>
                       <description>schema name, possibly qualified</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>description</name>
                       <description>brief description of schema</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>utype</name>
                       <description>UTYPE if schema corresponds to a data model</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>TAP_SCHEMA.tables</name>
                    <description>List of tables published in this TAP service.</description>
                    <column std="true">
                       <name>table_index</name>
                       <description>this index is used to recommend table ordering for clients</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column std="true">
                       <name>schema_name</name>
                       <description>the schema name from TAP_SCHEMA.schemas</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>table_name</name>
                       <description>table name as it should be used in queries</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>table_type</name>
                       <description>one of: table, view</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>description</name>
                       <description>brief description of table</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>utype</name>
                       <description>UTYPE if table corresponds to a data model</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>row_count</name>
                       <description>Number of rows inside this table.</description>
                       <ucd>stat.filling</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                 </table>
                 <table>
                    <name>TAP_SCHEMA.columns</name>
                    <description>List of columns of all tables listed in TAP_SCHEMA.TABLES and published in this TAP service.</description>
                    <column std="true">
                       <name>column_index</name>
                       <description>this index is used to recommend column ordering for clients</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column std="true">
                       <name>table_name</name>
                       <description>table name from TAP_SCHEMA.tables</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>column_name</name>
                       <description>column name</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>datatype</name>
                       <description>an XType or a TAPType</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>arraysize</name>
                       <description>length of variable length datatypes</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>"size"</name>
                       <description>same as "arraysize" but kept for backward compatibility only</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column std="true">
                       <name>description</name>
                       <description>brief description of column</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>utype</name>
                       <description>UTYPE of column if any</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>unit</name>
                       <description>unit in VO standard format</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>ucd</name>
                       <description>UCD of column if any</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>indexed</name>
                       <description>an indexed column; 1 means true, 0 means false</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column std="true">
                       <name>principal</name>
                       <description>a principal column; 1 means true, 0 means false</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column std="true">
                       <name>std</name>
                       <description>a standard column; 1 means true, 0 means false</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column>
                       <name>min_value</name>
                       <description>Minimum value of this column in the whole table.</description>
                       <ucd>stat;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>max_value</name>
                       <description>Maximum value of this column in the whole table.</description>
                       <ucd>stat;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>mean</name>
                       <description>Mean value of this column in the whole table.</description>
                       <ucd>stat;stat.mean</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>std_dev</name>
                       <description>Standard deviation of this column in the whole table.</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>q1</name>
                       <description>First quartile of this column in the whole table.</description>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>median</name>
                       <description>Median (or 2nd quartile) of this column in the whole table.</description>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>q3</name>
                       <description>Third quartile of this column in the whole table.</description>
                       <dataType xsi:type="vs:TAPType">DOUBLE</dataType>
                    </column>
                    <column>
                       <name>filling</name>
                       <description>Number of valid values (neither NaN nor NULL) for this column in the whole table.</description>
                       <ucd>stat.filling</ucd>
                       <dataType xsi:type="vs:TAPType">BIGINT</dataType>
                    </column>
                    <column>
                       <name>coosys_id</name>
                       <description>ID of the used coordinate systems (if any).</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>timesys_id</name>
                       <description>Id of the used time system (if any)</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>TAP_SCHEMA.coosys</targetTable>
                       <fkColumn>
                          <fromColumn>coosys_id</fromColumn>
                          <targetColumn>id</targetColumn>
                       </fkColumn>
                       <description>Coordinate system specification for a column containing a coordinate.</description>
                    </foreignKey>
                    <foreignKey>
                       <targetTable>TAP_SCHEMA.timesys</targetTable>
                       <fkColumn>
                          <fromColumn>timesys_id</fromColumn>
                          <targetColumn>id</targetColumn>
                       </fkColumn>
                       <description>Time origin specification for a column containing time data</description>
                    </foreignKey>
                 </table>
                 <table>
                    <name>TAP_SCHEMA.keys</name>
                    <description>List all foreign keys but provides just the tables linked by the foreign key. To know which columns of these tables are linked, see in TAP_SCHEMA.key_columns using the key_id.</description>
                    <column std="true">
                       <name>key_id</name>
                       <description>unique key identifier</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>from_table</name>
                       <description>fully qualified table name</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>target_table</name>
                       <description>fully qualified table name</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>description</name>
                       <description>description of this key</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>utype</name>
                       <description>utype of this key</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>TAP_SCHEMA.key_columns</name>
                    <description>List all foreign keys but provides just the columns linked by the foreign key. To know the table of these columns, see in TAP_SCHEMA.keys using the key_id.</description>
                    <column std="true">
                       <name>key_id</name>
                       <description>unique key identifier</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>from_column</name>
                       <description>key column name in the from_table</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                    <column std="true">
                       <name>target_column</name>
                       <description>key column name in the target_table</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table>
                    <name>TAP_SCHEMA.coosys</name>
                    <description>List of coordinate systems of coordinate columns published in this TAP service.</description>
                    <column>
                       <name>id</name>
                       <description>ID of the coordinate system definition as it must be in the VOTable.</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>system</name>
                       <description>The coordinate system among: ICRS, eq_FK5, eq_FK4, ecl_FK4, ecl_FK5, galactic, supergalactic, xy, barycentric, geo_app.</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>equinox</name>
                       <description>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).</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>epoch</name>
                       <description>Epoch of the positions (if necessary).</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>TAP_SCHEMA.timesys</name>
                    <description>List of time origins of time columns published in this TAP Service</description>
                    <column>
                       <name>id</name>
                       <description>Id of the time system definition</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>timeorigin</name>
                       <description>Time origin in Julian Day</description>
                       <dataType xsi:type="vs:TAPType">REAL</dataType>
                    </column>
                    <column>
                       <name>timescale</name>
                       <description>Time scale for the time system</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>refposition</name>
                       <description>Reference position of the time system definition</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
              </schema>
           </tableset>
        </ri:Resource>