<?xml-stylesheet href='/static/xsl/oai.xsl' type='text/xsl'?>
<ri:Resource created="2016-09-14T08:31:55" status="active" updated="2026-02-28T23:01:37.384" version="1.2" xmlns:esatapplus="http://esa.int/xml/EsaTapPlus" xmlns:ri="http://www.ivoa.net/xml/RegistryInterface/v1.0" 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>Gaia TAP</title>
           <shortName>GAIA</shortName>
           <identifier>ivo://esavo/gaia/tap</identifier>
           <curation>
              <publisher>European Space Agency</publisher>
              <contact>
                 <name>Bruno Merin</name>
                 <email>esdc_leads@cosmos.esa.int</email>
                 <telephone>+34918131456</telephone>
              </contact>
           </curation>
           <content>
              <subject>ESA, Gaia, Archive, ESAC</subject>
              <description>This service provides access to catalogues generated by the ESA Gaia mission hosted at the ESAC Science Data Centre</description>
              <referenceURL>http://archives.esac.esa.int/gaia</referenceURL>
           </content> 
           <capability standardID="ivo://ivoa.net/std/TAP" xsi:type="tr:TableAccess">
              <interface role="std" version="1.1" xsi:type="vs:ParamHTTP">
                 <accessURL use="base">https://gea.esac.esa.int/tap-server/tap</accessURL>
              </interface>
              <language>
                 <name>ADQL</name>
                 <version ivo-id="ivo://ivoa.net/std/ADQL#v2.0">2.0</version>
                 <version ivo-id="ivo://ivoa.net/std/ADQL#v2.1">2.1</version>
                 <description>ADQL 2.1</description>
                 <languageFeatures type="ivo://ivoa.net/std/tapregext#features-udf">
                    <feature>
                       <form>esdc_array_dims(n VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						Returns a text representation of array dimensions
        						Parameters:
        							n: Input array.</description>
                    </feature>
                    <feature>
                       <form>esdc_array_element(n VARCHAR, position INTEGER) -&gt; VARCHAR</form>
                       <description>
        						Returns the requested element (second argument) of the provided array as first argument in the input
        						Parameters:
        							n: Input array.
        							position: array position of the element to be retrieved where position = 1 refers to the first array element</description>
                    </feature>
                    <feature>
                       <form>esdc_array_length(n VARCHAR, dim INTEGER) -&gt; INTEGER</form>
                       <description>
        						Returns the length of the requested array dimension
        						Parameters:
        							n: Input array.
        							dim: Input dimension.</description>
                    </feature>
                    <feature>
                       <form>esdc_array_ndims(n VARCHAR) -&gt; INTEGER</form>
                       <description>
        						Returns the number of dimensions of the array.
        						Parameters:
        							n: Input array.</description>
                    </feature>
                    <feature>
                       <form>esdc_astrometric_parameter_error(e_ra_deg DOUBLE, e_de_deg DOUBLE, e_plx DOUBLE, e_pm_ra DOUBLE, e_pm_de DOUBLE, de_ra DOUBLE, plx_ra DOUBLE, pm_ra_ra DOUBLE, pm_de_ra DOUBLE, plx_de DOUBLE, pm_ra_de DOUBLE, pm_de_de DOUBLE, pm_ra_plx DOUBLE, pm_de_plx DOUBLE, pm_de_pm_ra DOUBLE, parallax DOUBLE, radial_velocity DOUBLE, e_rv DOUBLE) -&gt; DOUBLE[21]</form>
                       <description>
        						Returns the astrometric parameter errors double array to be used as input for epoch_prop() function
        						Parameters:
        							e_ra_deg: Standard Error in Right Ascension (mas)
        							e_de_deg: Standard Error in Declination (mas)
        							e_plx: Standard Error in Parallax (mas)
        							e_pm_ra: Standard Error in Proper Motion in RA (mas/yr)
        							e_pm_de: Standard Error in Proper Motion in Dec (mas/yr)
        							de_ra: Correlation Coefficient RA/Dec
        							plx_ra: Correlation Coefficient Parallax/RA
        							pm_ra_ra: Correlation Coefficient Proper Motion in RA/RA
        							pm_de_ra: Correlation Coefficient Proper Motion in Dec/RA
        							plx_de: Correlation Coefficient Parallax/Dec
        							pm_ra_de: Correlation Coefficient Proper Motion in RA/Dec
        							pm_de_de: Correlation Coefficient, Proper Motion in Dec/Dec
        							pm_ra_plx: Correlation Coefficient Proper Motion in RA/Parallax
        							pm_de_plx: Correlation Coefficient, Proper Motion in Dec/Parallax
        							pm_de_pm_ra: Correlation Coefficient, Proper Motion in RA/Proper Motion in Dec
        							parallax: Parallax (mas)
        							radial_velocity: Radial Velocity (km/s)
        							e_rv: Standard Error in Radial Velocity (km/s)</description>
                    </feature>
                    <feature>
                       <form>esdc_astrometric_parameters(ra DOUBLE, de DOUBLE, parallax DOUBLE, pm_ra DOUBLE, pm_de DOUBLE, radial_velocity DOUBLE) -&gt; DOUBLE[6]</form>
                       <description>
        						Returns the astrometric parameters double array to be used as input for epoch_prop() function
        						Parameters:
        							ra: Right Ascension (deg)
        							de: Declination (deg)
        							parallax: Parallax (mas)
        							pm_ra: Proper Motion in Right Ascension (mas/yr)
        							pm_de: Proper Motion in Declination (mas/yr)
        							radial_velocity: Radial Velocity (km/s)</description>
                    </feature>
                    <feature>
                       <form>esdc_cardinality(n VARCHAR) -&gt; INTEGER</form>
                       <description>
        						Returns the total number of elements in the array, or 0 if the array is empty.
        						Parameters:
        							n: Input array.</description>
                    </feature>
                    <feature>
                       <form>esdc_case_condition(default_value VARCHAR, conditions VARCHAR, results VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						For an array of input conditions and results, return the first one found true.
        						Parameters:
        							default_value: Value to return if all conditions are false.
        							conditions: Input conditions array.
        							results: Input results array.</description>
                    </feature>
                    <feature>
                       <form>esdc_case_expression(input_value VARCHAR, default_value VARCHAR, condition_values VARCHAR, results VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						For an array of input conditions and results, return the first one found equal to input value.
        						Parameters:
        							input_value: Value to compare condition values with.
        							default_value: Value to return if none of condition_values equal input_value.
        							condition_values: Input results array.
        							results: Input results array.</description>
                    </feature>
                    <feature>
                       <form>esdc_coalesce(n VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						Returns the first of its arguments that is not null
        						Parameters:
        							n: Nth input element.</description>
                    </feature>
                    <feature>
                       <form>esdc_crossmatch_positional(table_schema_a VARCHAR, table_name_a VARCHAR, table_schema_b VARCHAR, table_name_b VARCHAR, radius DOUBLE, output_table_name VARCHAR) -&gt; BIGINT</form>
                       <description>
        						For input tables, create a positional crossmatch for input radius and store it in a separate table.
        						Parameters:
        							table_schema_a: First table schema.
        							table_name_a: First table name.
        							table_schema_b: Second table schema.
        							table_name_b: Second table name.
        							radius: Crossmatch radius.
        							output_table_name: Output table name.</description>
                    </feature>
                    <feature>
                       <form>esdc_current_date() -&gt; TIMESTAMP</form>
                       <description>
        						Returns a DATE value that represents the current date
        						Parameters:</description>
                    </feature>
                    <feature>
                       <form>esdc_epoch_prop(astrometric_parameters DOUBLE[6], ref_epoch DOUBLE, out_epoch DOUBLE) -&gt; DOUBLE[6]</form>
                       <description>
        						Returns all six input parameters (ra,dec,parallax,pm_ra,pm_dec,radial_velocity) propagated at the new arbitrary input epoch. Please note that the input argument radial_velocity denotes radial velocity in km/s while the corresponding output quantity is the radial proper motion in mas/yr computed as radial_velocity * parallax / 4.740,470,464
        						Parameters:
        							astrometric_parameters: Array with the full six input parameters needed (ra[deg],dec[deg],plx[mas],pm_ra[mas/yr],pm_dec[mas/yr],pm_rv[mas/yr])
        							ref_epoch: Reference Julian Epoch
        							out_epoch: Final Julian Epoch</description>
                    </feature>
                    <feature>
                       <form>esdc_epoch_prop(ra DOUBLE, de DOUBLE, parallax DOUBLE, pm_ra DOUBLE, pm_de DOUBLE, radial_velocity DOUBLE, ref_epoch DOUBLE, out_epoch DOUBLE) -&gt; DOUBLE[6]</form>
                       <description>
        						Returns all six input parameters (ra,dec,parallax,pm_ra,pm_dec,radial_velocity) propagated at the new arbitrary input epoch. Please note that the input argument radial_velocity denotes radial velocity in km/s while the corresponding output quantity is the radial proper motion in mas/yr computed as radial_velocity * parallax / 4.740,470,464
        						Parameters:
        							ra: Right Ascension (deg)
        							de: Declination (deg)
        							parallax: Parallax (mas)
        							pm_ra: Proper Motion in Right Ascension (mas/yr)
        							pm_de: Proper Motion in Declination (mas/yr)
        							radial_velocity: Radial Velocity (km/s)
        							ref_epoch: Reference Julian Epoch
        							out_epoch: Final Julian Epoch</description>
                    </feature>
                    <feature>
                       <form>esdc_epoch_prop_covariance(ra DOUBLE, dec DOUBLE, parallax DOUBLE, pm_ra DOUBLE, pm_de DOUBLE, radial_velocity DOUBLE, e_ra_deg DOUBLE, e_de_deg DOUBLE, e_plx DOUBLE, e_pm_ra DOUBLE, e_pm_de DOUBLE, e_rv DOUBLE, de_ra DOUBLE, plx_ra DOUBLE, plx_de DOUBLE, pm_ra_ra DOUBLE, pm_ra_de DOUBLE, pm_ra_plx DOUBLE, pm_de_ra DOUBLE, pm_de_de DOUBLE, pm_de_plx DOUBLE, pm_de_pm_ra DOUBLE, ref_epoch DOUBLE, out_epoch DOUBLE) -&gt; DOUBLE[6][6]</form>
                       <description>
        						Returns the propagated covariance matrix from the epoch_prop function
        						Parameters:
        							ra: Right Ascension (deg)
        							dec: Declination (deg)
        							parallax: Parallax (mas)
        							pm_ra: Proper Motion in Right Ascension (mas/yr)
        							pm_de: Proper Motion in Declination (mas/yr)
        							radial_velocity: Radial Velocity (km/s)
        							e_ra_deg: Standard Error in Right Ascension (mas)
        							e_de_deg: Standard Error in Declination (mas)
        							e_plx: Standard Error in Parallax (mas)
        							e_pm_ra: Standard Error in Proper Motion in RA (mas/yr)
        							e_pm_de: Standard Error in Proper Motion in Dec (mas/yr)
        							e_rv: Standard Error in Radial Velocity (km/s)
        							de_ra: Correlation Coefficient RA/Dec
        							plx_ra: Correlation Coefficient Parallax/RA
        							plx_de: Correlation Coefficient Parallax/Dec
        							pm_ra_ra: Correlation Coefficient Proper Motion in RA/RA
        							pm_ra_de: Correlation Coefficient Proper Motion in RA/Dec
        							pm_ra_plx: Correlation Coefficient Proper Motion in RA/Parallax
        							pm_de_ra: Correlation Coefficient Proper Motion in Dec/RA
        							pm_de_de: Correlation Coefficient, Proper Motion in Dec/Dec
        							pm_de_plx: Correlation Coefficient, Proper Motion in Dec/Parallax
        							pm_de_pm_ra: Correlation Coefficient, Proper Motion in RA/Proper Motion in Dec
        							ref_epoch: Reference Julian Epoch (yr)
        							out_epoch: Final Julian Epoch (yr)</description>
                    </feature>
                    <feature>
                       <form>esdc_epoch_prop_error(astrometric_parameters DOUBLE[6], astrometric_parameter_error DOUBLE[21], ref_epoch DOUBLE, out_epoch DOUBLE) -&gt; DOUBLE[21]</form>
                       <description>
        						Returns the error vector with the uncertainties associated to the propagated astrometric parameters plus the set of propagated correlation parameters
        						Parameters:
        							astrometric_parameters: Array with the full six input parameters needed (ra[deg],dec[deg],plx[mas],pm_ra[mas/yr],pm_dec[mas/yr],pm_rv[mas/yr])
        							astrometric_parameter_error: Array with the 21 covariance matrix elements (output from astrometric_parameter_error ADQL function)
        							ref_epoch: Reference Julian Epoch
        							out_epoch: Final Julian Epoch</description>
                    </feature>
                    <feature>
                       <form>esdc_epoch_prop_error(ra DOUBLE, de DOUBLE, parallax DOUBLE, pm_ra DOUBLE, pm_de DOUBLE, radial_velocity DOUBLE, e_ra_deg DOUBLE, e_de_deg DOUBLE, e_plx DOUBLE, e_pm_ra DOUBLE, e_pm_de DOUBLE, e_rv DOUBLE, de_ra DOUBLE, plx_ra DOUBLE, pm_ra_ra DOUBLE, pm_de_ra DOUBLE, plx_de DOUBLE, pm_ra_de DOUBLE, pm_de_de DOUBLE, pm_ra_plx DOUBLE, pm_de_plx DOUBLE, pm_de_pm_ra DOUBLE, ref_epoch DOUBLE, out_epoch DOUBLE) -&gt; DOUBLE[21]</form>
                       <description>
        						Returns the error vector with the uncertainties associated to the propagated astrometric parameters plus the set of propagated correlation parameters
        						Parameters:
        							ra: Right Ascension (deg)
        							de: Declination (deg)
        							parallax: Parallax (mas)
        							pm_ra: Proper Motion in Right Ascension (mas/yr)
        							pm_de: Proper Motion in Declination (mas/yr)
        							radial_velocity: Radial Velocity (km/s)
        							e_ra_deg: Standard Error in Right Ascension (mas)
        							e_de_deg: Standard Error in Declination (mas)
        							e_plx: Standard Error in Parallax (mas)
        							e_pm_ra: Standard Error in Proper Motion in RA (mas/yr)
        							e_pm_de: Standard Error in Proper Motion in Dec (mas/yr)
        							e_rv: Standard Error in Radial Velocity (km/s)
        							de_ra: Correlation Coefficient RA/Dec
        							plx_ra: Correlation Coefficient Parallax/RA
        							pm_ra_ra: Correlation Coefficient Proper Motion in RA/RA
        							pm_de_ra: Correlation Coefficient Proper Motion in Dec/RA
        							plx_de: Correlation Coefficient Parallax/Dec
        							pm_ra_de: Correlation Coefficient Proper Motion in RA/Dec
        							pm_de_de: Correlation Coefficient, Proper Motion in Dec/Dec
        							pm_ra_plx: Correlation Coefficient Proper Motion in RA/Parallax
        							pm_de_plx: Correlation Coefficient, Proper Motion in Dec/Parallax
        							pm_de_pm_ra: Correlation Coefficient, Proper Motion in RA/Proper Motion in Dec
        							ref_epoch: Reference Julian Epoch (yr)
        							out_epoch: Final Julian Epoch (yr)</description>
                    </feature>
                    <feature>
                       <form>esdc_epoch_prop_pos(ra DOUBLE, de DOUBLE, parallax DOUBLE, pm_ra DOUBLE, pm_de DOUBLE, radial_velocity DOUBLE, ref_epoch DOUBLE, out_epoch DOUBLE) -&gt; VARCHAR</form>
                       <description>
        						Returns the new position (ra,dec) of the source at the new arbitrary input epoch
        						Parameters:
        							ra: Right Ascension (deg)
        							de: Declination (deg)
        							parallax: Parallax (mas)
        							pm_ra: Proper Motion in Right Ascension (mas/yr)
        							pm_de: Proper Motion in Declination (mas/yr)
        							radial_velocity: Radial Velocity (km/s)
        							ref_epoch: Reference Julian Epoch
        							out_epoch: Final Julian Epoch</description>
                    </feature>
                    <feature>
                       <form>esdc_greatest(v1 DOUBLE, v2 DOUBLE) -&gt; DOUBLE</form>
                       <description>
        						Select the largest value among given arguments.
        						Parameters:
        							v1: First argument.
        							v2: Second argument.</description>
                    </feature>
                    <feature>
                       <form>esdc_if_then_else(condition VARCHAR, ouput_value VARCHAR, default_value VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						If input condition is true, return output value. Otherwise return default value.
        						Parameters:
        							condition: Value to compare to true.
        							ouput_value: Value to return if condition is true.
        							default_value: Value to return if condition is false.</description>
                    </feature>
                    <feature>
                       <form>esdc_least(v1 DOUBLE, v2 DOUBLE) -&gt; DOUBLE</form>
                       <description>
        						Select the smallest value among given arguments.
        						Parameters:
        							v1: First argument.
        							v2: Second argument.</description>
                    </feature>
                    <feature>
                       <form>esdc_left(string VARCHAR, n INTEGER) -&gt; VARCHAR</form>
                       <description>
        						The function returns the first n characters in the string.
        						Parameters:
        							string: a string from which a number of the leftmost characters is returned.
        							n: an integer that specifies the number of left-most characters in the string should be returned. If n is negative, the function returns the leftmost characters in the string but last |n| (absolute) characters.</description>
                    </feature>
                    <feature>
                       <form>esdc_length(string VARCHAR) -&gt; INTEGER</form>
                       <description>
        						The function returns the number of characters in the string.
        						Parameters:
        							string: the string that you want to calculate its length.</description>
                    </feature>
                    <feature>
                       <form>esdc_nullif(value1 VARCHAR, value2 VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						Returns a null value if value1 equals value2; otherwise it returns value1.
        						Parameters:
        							value1: Input value 1.
        							value2: Input value 2.</description>
                    </feature>
                    <feature>
                       <form>esdc_position(substring VARCHAR, string VARCHAR) -&gt; INTEGER</form>
                       <description>
        						The function returns the location of a substring in a string.
        						Parameters:
        							substring: the string that you want to locate.
        							string: the string for which the substring is searched.</description>
                    </feature>
                    <feature>
                       <form>esdc_radial_velocity(pm_rv DOUBLE, parallax DOUBLE) -&gt; DOUBLE</form>
                       <description>
        						Returns the radial velocity in units of mas/yr
        						Parameters:
        							pm_rv: Radial proper motion (mas/yr)
        							parallax: Parallax (mas)</description>
                    </feature>
                    <feature>
                       <form>esdc_right(string VARCHAR, n INTEGER) -&gt; VARCHAR</form>
                       <description>
        						The function returns the last n characters in a string.
        						Parameters:
        							string: a string from which a number of the rightmost characters is returned.
        							n: an integer that specifies the number of right-most characters in the string should be returned. If n is negative, the function returns all characters in the string but first |n| (absolute) characters.</description>
                    </feature>
                    <feature>
                       <form>esdc_stddev(n DOUBLE) -&gt; DOUBLE</form>
                       <description>
        						Standard deviation.
        						Parameters:
        							n: Input value.</description>
                    </feature>
                    <feature>
                       <form>esdc_substring(string VARCHAR, length INTEGER, start_position INTEGER) -&gt; VARCHAR</form>
                       <description>
        						The function returns a part of string.
        						Parameters:
        							string: the string that you want to get a part extracted.
        							length: a positive integer that determines the number of characters that you want to extract from the string beginning at start_position. If the sum of start_position and length is greater than the number of characters in the string, the substring function returns the whole string beginning at start_position. The length parameter is optional. If you omit the length parameter, the substring function returns the whole string started at start_position.
        							start_position: an integer that specifies where you want to extract the substring. If start_position equals zero, the substring starts at the first character of the string. The start_position can be only positive</description>
                    </feature>
                    <feature>
                       <form>esdc_to_bigint(n DOUBLE) -&gt; BIGINT</form>
                       <description>
        						Converts input value to BIGINT type.
        						Parameters:
        							n: Input value.</description>
                    </feature>
                    <feature>
                       <form>esdc_to_boolean(n INTEGER) -&gt; BOOLEAN</form>
                       <description>
        						Converts input value to BOOLEAN type.
        						Parameters:
        							n: Input value.</description>
                    </feature>
                    <feature>
                       <form>esdc_to_char(n DOUBLE) -&gt; VARCHAR</form>
                       <description>
        						Converts input value to VARCHAR type.
        						Parameters:
        							n: Input value.</description>
                    </feature>
                    <feature>
                       <form>esdc_to_double(n DOUBLE) -&gt; DOUBLE</form>
                       <description>
        						Converts input value to DOUBLE type.
        						Parameters:
        							n: Input value.</description>
                    </feature>
                    <feature>
                       <form>esdc_to_integer(n DOUBLE) -&gt; INTEGER</form>
                       <description>
        						Converts input value to INTEGER type.
        						Parameters:
        							n: Input value.</description>
                    </feature>
                    <feature>
                       <form>esdc_to_real(n DOUBLE) -&gt; REAL</form>
                       <description>
        						Converts input value to REAL type.
        						Parameters:
        							n: Input value.</description>
                    </feature>
                    <feature>
                       <form>esdc_to_smallint(n DOUBLE) -&gt; SMALLINT</form>
                       <description>
        						Converts input value to SMALLINT type.
        						Parameters:
        							n: Input value.</description>
                    </feature>
                    <feature>
                       <form>esdc_translate(string VARCHAR, from VARCHAR, to VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						The function performs several single-character, one-to-one translation in one operation.
        						Parameters:
        							string: the string subjected to translation.
        							from: a set of characters in the first argument (_string_) that should be replaced.
        							to: a set of characters that replaces the _from_ in the _string_.</description>
                    </feature>
                    <feature>
                       <form>esdc_trim(characters VARCHAR, string VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						removes the longest string that contains a specific character from a string. By default, the function removes spaces if you don’t specify explicitly which character you want to remove.
        						Parameters:
        							characters: optional parameter that defines a literal specifying explicitly which characters you want to remove in the string. Accepted literals are: LEADING, TRAILING and BOTH. Example of use: TRIM(BOTH, string)
        							string: the string for which the removal is requested. Mandatory parameter: example of use: TRIM(string)</description>
                    </feature>
                    <feature>
                       <form>gaia_phot_bp_rp_excess_factor_corr(phot_g_mean_flux DOUBLE, phot_bp_mean_flux DOUBLE, phot_rp_mean_flux DOUBLE, bp_rp DOUBLE, data_release VARCHAR) -&gt; DOUBLE</form>
                       <description>
        						Returns the corrected flux excess factor, denoted C*. This quantity, defined in Riello et al. (2021) for Gaia DR3 and Riello et al. (2026) for Gaia DR4, is constructed to be "close to" zero, with positive values indicating that the source has more flux in BP and RP combined than in the G-band and vice versa for negative values.
        						Parameters:
        							phot_g_mean_flux: mean G flux in electron.s**-1
        							phot_bp_mean_flux: mean BP flux in electron.s**-1
        							phot_rp_mean_flux: mean RP flux in electron.s**-1
        							bp_rp: BP-RP colour index
        							data_release: Gaia DR3 ("Gaia DR3", "DR3", "3") or Gaia DR4 ("Gaia DR4", "DR4", "4")</description>
                    </feature>
                    <feature>
                       <form>gavo_ipix(long REAL, lat REAL) -&gt; BIGINT</form>
                       <description>
        						Returns the q3c ipix (Koposov and Bartunov, 2006) for a long/lat pair (it simply wraps the q3c_angpix function).
        						Parameters:
        							long: The longitude to compute the ipix for.
        							lat: The latitude to compute the ipix for.</description>
                    </feature>
                    <feature>
                       <form>ivo_epoch_prop_pos(ra DOUBLE, de DOUBLE, parallax DOUBLE, pm_ra DOUBLE, pm_de DOUBLE, radial_velocity DOUBLE, ref_epoch DOUBLE, out_epoch DOUBLE) -&gt; POINT</form>
                       <description>
        						Returns the new position (ra,dec) of the source at the new arbitrary input epoch
        						Parameters:
        							ra: Right Ascension (deg)
        							de: Declination (deg)
        							parallax: Parallax (mas)
        							pm_ra: Proper Motion in Right Ascension (mas/yr)
        							pm_de: Proper Motion in Declination (mas/yr)
        							radial_velocity: Radial Velocity (km/s)
        							ref_epoch: Reference Julian Epoch
        							out_epoch: Final Julian Epoch</description>
                    </feature>
                    <feature>
                       <form>ivo_geom_transform(from_sys VARCHAR, to_sys VARCHAR, geo VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						The function transforms ADQL geometries between various reference systems.
        						Parameters:
        							from_sys: name of the source reference system.
        							to_sys: name of the target reference system.
        							geo: an ADQL geometry (POINT, CIRCLE, POLYGON).</description>
                    </feature>
                    <feature>
                       <form>ivo_hashlist_has(hashlist VARCHAR, item VARCHAR) -&gt; INTEGER</form>
                       <description>
        						The function returns 1 if, compared case-insensitively, the second argument is in the list of words encoded in the first argument, 0 otherwise.
        						Parameters:
        							hashlist: A string containing hash-separated terms.
        							item: A string containing a single term not containing a hash.</description>
                    </feature>
                    <feature>
                       <form>ivo_hasword(needle VARCHAR, haystack VARCHAR) -&gt; INTEGER</form>
                       <description>
        						Returns 1 if all tokens from the string needle are contained (in some sense) in the string haystack, 0 otherwise.
        						Parameters:
        							needle: A string to locate in haystack.
        							haystack: A text to match needle in.</description>
                    </feature>
                    <feature>
                       <form>ivo_histogram(val REAL, lower REAL, upper REAL, nbins INTEGER) -&gt; INTEGER[*]</form>
                       <description>
        						This aggregate function returns a histogram of val with nbins+2 elements. Assuming 0-based arrays, results[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, as there currently is no (meta-) data as lower and upper in the TAP response.
        						Parameters:
        							val: the value to bin.
        							lower: the lower limit of the histogram
        							upper: the upper limit of the histogram
        							nbins: the number of "natural" bins in the histogram.</description>
                    </feature>
                    <feature>
                       <form>ivo_interval_overlaps(a1 DOUBLE, b1 DOUBLE, a2 DOUBLE, b2 DOUBLE) -&gt; INTEGER</form>
                       <description>
        						Function returns 1 if the interval [a1…b1] overlaps with the interval [a2…b2].
        						Parameters:
        							a1: The lower bound of the first interval.
        							b1: The upper bound of the first interval.
        							a2: The lower bound of the second interval.
        							b2: The upper bound of the second interval.</description>
                    </feature>
                    <feature>
                       <form>ivo_nocasematch(value VARCHAR, pattern VARCHAR) -&gt; INTEGER</form>
                       <description>
        						Evaluates value ILIKE pattern, i.e., pattern is defined as for the SQL LIKE operator, but the match is performed case-insensitively.
        						Parameters:
        							value: A string-valued SQL expression.
        							pattern: A SQL pattern for LIKE evaluation.</description>
                    </feature>
                    <feature>
                       <form>ivo_normal_random(mu REAL, sigma REAL) -&gt; REAL</form>
                       <description>
        						Returns a random number drawn from a normal distribution.
        						Parameters:
        							mu: The mean of the normal distribution.
        							sigma: The width of the normal distribution..</description>
                    </feature>
                    <feature>
                       <form>ivo_simbadpoint(identifier VARCHAR) -&gt; POINT</form>
                       <description>
        						Queries Simbad for an identifier and returns the corresponding point.
        						Parameters:
        							identifier: A string containing an identifier Simbad can resolve.</description>
                    </feature>
                    <feature>
                       <form>ivo_string_agg(expression VARCHAR, delimiter VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						An aggregate function returning all values of expression concatenated with delimiter.
        						Parameters:
        							expression: A SQL expression giving the strings to concatenate.
        							delimiter: A string used to concatenate the values of expression in each group.</description>
                    </feature>
                    <feature>
                       <form>ivo_to_jd(d TIMESTAMP) -&gt; REAL</form>
                       <description>
        						Converts a timestamp to a Julian date.
        						Parameters:
        							d: The SQL timestamp to convert.</description>
                    </feature>
                    <feature>
                       <form>ivo_to_mjd(d TIMESTAMP) -&gt; REAL</form>
                       <description>
        						Converts a timestamp to modified Julian date.
        						Parameters:
        							d: The SQL timestamp to convert.</description>
                    </feature>
                 </languageFeatures>
                 <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>COORD1</form>
                    </feature>
                    <feature>
                       <form>COORD2</form>
                    </feature>
                    <feature>
                       <form>COORDSYS</form>
                    </feature>
                    <feature>
                       <form>DISTANCE</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-adql-common-table">
                    <feature>
                       <form>WITH</form>
                    </feature>
                 </languageFeatures>
                 <languageFeatures type="ivo://ivoa.net/std/tapregext#features-adql-string">
                    <feature>
                       <form>LOWER</form>
                    </feature>
                    <feature>
                       <form>UPPER</form>
                    </feature>
                    <feature>
                       <form>ILIKE</form>
                    </feature>
                 </languageFeatures>
                 <languageFeatures type="ivo://ivoa.net/std/tapregext#features-adql-sets">
                    <feature>
                       <form>UNION</form>
                    </feature>
                    <feature>
                       <form>EXCEPT</form>
                    </feature>
                    <feature>
                       <form>INTERSECT</form>
                    </feature>
                 </languageFeatures>
                 <languageFeatures type="ivo://ivoa.net/std/tapregext#features-adql-offset">
                    <feature>
                       <form>OFFSET</form>
                    </feature>
                 </languageFeatures>
                 <languageFeatures type="ivo://ivoa.net/std/tapregext#features-adql-type">
                    <feature>
                       <form>CAST</form>
                    </feature>
                 </languageFeatures>
              </language>
              <outputFormat>
                 <mime>application/x-votable+xml</mime>
                 <alias>votable_gzip</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/x-votable+xml</mime>
                 <alias>votable</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/x-votable+xml</mime>
                 <alias>votable_plain</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/csv</mime>
                 <alias>csv</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/ecsv</mime>
                 <alias>ecsv</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/tab-separated-values</mime>
                 <alias>tsv</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/json</mime>
                 <alias>json</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/fits</mime>
                 <alias>fits</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/xml</mime>
                 <alias>votable_plain_conesearch</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>259200</hard>
              </retentionPeriod>
              <executionDuration>
                 <default>3600</default>
                 <hard>3600</hard>
              </executionDuration>
              <outputLimit>
                 <default unit="row">3000000</default>
                 <hard unit="row">3000000</hard>
              </outputLimit>
              <uploadLimit>
                 <default unit="byte">100000000</default>
                 <hard unit="byte">100000000</hard>
              </uploadLimit>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#availability">
              <interface role="std" version="1.0" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> https://gea.esac.esa.int/tap-server/tap/availability </accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#tables-1.1">
              <interface role="std" version="1.1" xsi:type="vs:ParamHTTP">
                 <accessURL use="full">https://gea.esac.esa.int/tap-server/tap/tables</accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/DALI#examples">
              <interface xsi:type="vr:WebBrowser">
                 <accessURL use="full">https://gea.esac.esa.int/tap-server/tap/examples/</accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#capabilities">
              <interface role="std" version="1.0" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> https://gea.esac.esa.int/tap-server/tap/capabilities </accessURL>
              </interface>
           </capability>
           <tableset xsi:schemaLocation="http://www.ivoa.net/xml/VODataService/v1.1 http://www.ivoa.net/xml/VODataService/v1.1 http://esa.int/xml/EsaTapPlus https://gea.esac.esa.int/tap-server/xml/esaTapPlusAttributes.xsd" xsi:type="vs:TableSet">
              <schema esatapplus:public="true">
                 <name>external</name>
                 <description>TAP Schema for external catalogues</description>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="61176401" esatapplus:size_bytes="22474547200" type="base_table">
                    <name>external.apassdr9</name>
                    <description>The AAVSO Photometric All Sky Survey (APASS) - Data Release 9. APASS is designed to bridge the gap between the shallow Tycho-2 two-bandpass photometric catalogue that is complete to V = 11 mag and deeper, but less spatially-complete catalogues like SDSS or Pan-STARRS. The APASS Data Release 9 contains approximately 62 million stars in about 99% of the sky. Data retrieved using the VizieR catalogue access tool, CDS, Strasbourg, France (VizieR catalogue: II/336). For more information, please visit the APASS homepage: https://www.aavso.org/apass. Reference paper: https://ui.adsabs.harvard.edu/abs/2015AAS...22533616H/abstract</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>recno</name>
                       <description>Record number assigned by the VizieR team. Should Not be used for identification. However, the lack of a unique ID in APASS has made the VizieR recno the de-facto source identifier. For instance, it is used as such in the Gaia DR2 cross-match tables.</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>raj2000</name>
                       <description>Right ascension in decimal degrees (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dej2000</name>
                       <description>Declination in decimal degrees (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ra</name>
                       <description>[0/2.4] RA uncertainty</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_dec</name>
                       <description>[0/2.4] DEC uncertainty</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>field</name>
                       <description>[20110001/9999988888] Field name</description>
                       <ucd>meta.id;obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nobs</name>
                       <description>[2/387] Number of observed nights</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mobs</name>
                       <description>[2/3476] Number of images for this field, usually nobs*5</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_v</name>
                       <description>[-7.5/13]? B-V color index</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b_v</name>
                       <description>[0/10.1]? B-V uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vmag</name>
                       <description>[5.5/27.4]? Johnson V-band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_vmag</name>
                       <description>[0/7]? Vmag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_e_vmag</name>
                       <description>[0/1]? Uncertainty flag on e_Vmag (1)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bmag</name>
                       <description>[5.4/27.3]? Johnson B-band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_bmag</name>
                       <description>[0/10]? Bmag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_e_bmag</name>
                       <description>[0/1]? Uncertainty flag on e_Bmag (1)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_mag</name>
                       <description>[5.9/24.2]? g'-band AB magnitude, Sloan filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_g_mag</name>
                       <description>[0/9.7]? g'mag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_e_g_mag</name>
                       <description>[0/1]? Uncertainty flag on e_g'mag (1)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_mag</name>
                       <description>[5.1/23.9]? r'-band AB magnitude, Sloan filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_r_mag</name>
                       <description>[0/6.5]? r'mag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_e_r_mag</name>
                       <description>[0/1]? Uncertainty flag on e_r'mag (1)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_mag</name>
                       <description>[4.2/29.1]? i'-band AB magnitude, Sloan filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_i_mag</name>
                       <description>[0/9.6]? i'mag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_e_i_mag</name>
                       <description>[0/1]? Uncertainty flag on e_i'mag (1)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="1890715640" esatapplus:size_bytes="1366190997504" type="base_table">
                    <name>external.catwise2020</name>
                    <description>The CatWISE2020 Catalogue contains 1,890,715,640 sources over the entire sky selected from WISE and NEOWISE survey data at 3.4 and 4.6 micrometer (W1 and W2) collected from 7 January 2010 to 13 December 2018. This data set adds two years to that used for the CatWISE Preliminary Catalogue (Eisenhardt+, 2020, ApJS, 247, 69), bringing the total to six times as many exposures spanning over sixteen times as large a time baseline as the AllWISE catalogue. The other major change from the CatWISE Preliminary Catalogue is that the detection list for the CatWISE2020 Catalogue was generated using "crowdsource" software (Schlafly+, 2019, ApJS, 240, 30), while the CatWISE Preliminary Catalogue used the detection software used for AllWISE. These two factors result in roughly twice as many sources in the CatWISE2020 Catalogue. This table was created in May 2023 based on the VizieR version of the CatWISE2020 Catalogue (VizieR catalogue: II/365). The corrections to the astrometry (positions and proper motions) identified in Marocco+ (2021, ApJS, 253, 8) have been included by CDS/VizieR and are therefore also included in this table. Reference paper: https://ui.adsabs.harvard.edu/abs/2021ApJS..253....8M/abstract (DOI: 10.3847/1538-4365/abd805)</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>obj_id</name>
                       <description>Tile name + processing code + wphot index (source_id)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="CATWISE2020" std="false">
                       <name>ra_icrs</name>
                       <description>Right ascension (ICRS) (1)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ra_icrs</name>
                       <description>[0/74.3] Uncertainty in ra (sigra)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="CATWISE2020" std="false">
                       <name>de_icrs</name>
                       <description>Declination (ICRS) (1)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_de_icrs</name>
                       <description>[0/83.3] Uncertainty in dec (sigdec)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>Source name (JHHMMSS.ss+DDMMSS.s; &lt;CWISE JHHMMSS.ss+DDMMSS.s&gt; in Simbad) (source_name)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pos</name>
                       <description>[-25.7/44.2] Uncertainty cross-term (sigradec)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xpos</name>
                       <description>X-pixel coordinate in the unWISE full depth coadd (wx)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ypos</name>
                       <description>Y-pixel coordinate in the unWISE full depth coadd (wy)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sky_w1</name>
                       <description>[-98.2/4997]? Frame sky background value, band-1; in dn units (w1sky) (2)</description>
                       <unit>ct</unit>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_sky_w1</name>
                       <description>[0.4/999]? Frame sky background value uncertainty; band-1 (w1sigsk) (2)</description>
                       <unit>ct</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_w1</name>
                       <description>[0/999]? Frame sky confusion based on the UNC images; in dn units (w1conf) (2)</description>
                       <unit>ct</unit>
                       <ucd>instr.skyLevel</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sky_w2</name>
                       <description>[-99/5000]? Frame sky background value, band-2; in dn (w2sky) (2)</description>
                       <unit>ct</unit>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_sky_w2</name>
                       <description>[0.7/999]? Frame sky background value uncertainty; band-2 (w2sigsk) (2)</description>
                       <unit>ct</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_w2</name>
                       <description>[0/999]? Frame sky confusion based on the UNC images; in dn units (w2conf) (2)</description>
                       <unit>ct</unit>
                       <ucd>instr.skyLevel</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_w1</name>
                       <description>[0/221]? Number of profile-fit flux measurements for source with SNR&gt;=3, band 1 (w1NM)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_w1</name>
                       <description>[0/221]? Number of profile-fit flux measurements for source, band-1 (w1M)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_w2</name>
                       <description>[0/221]? Number of profile-fit flux measurements for source with SNR&gt;=3, band-2 (w2NM)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_w2</name>
                       <description>[0/221]? Number of profile-fit flux measurements for source, band-2 (w2M)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd</name>
                       <description>[55205/58465] Mean observation epoch (MeanObsMJD)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pm_deg</name>
                       <description>Right ascension (ICRS) at Ep=2015.4 (ra_pm) (3)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ra_pm_deg</name>
                       <description>[1e-4/99.94]? Uncertainty in ra_pm (sigra_pm)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de_pm_deg</name>
                       <description>Declination (ICRS) at Ep=2015.4 (dec_pm) (3)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_de_pm_deg</name>
                       <description>[0/99.8]? Uncertainty in dec_pm (sigdec_pm)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pos_pm</name>
                       <description>[-99.2/99.9]? Uncertainty cross-term (sigradec_pm)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="CATWISE2020" std="false">
                       <name>pm_ra</name>
                       <description>[-100/100] Proper motion in ra (PMRA) (1)</description>
                       <unit>arcsec/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pm_ra</name>
                       <description>[7e-4/1000] Uncertainty in PMRA (sigPMRA)</description>
                       <unit>arcsec/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="CATWISE2020" std="false">
                       <name>pm_de</name>
                       <description>[-100/100] Proper motion in dec (PMDec) (1)</description>
                       <unit>arcsec/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pm_de</name>
                       <description>[7e-4/1000] Uncertainty in PMDec (sigPMDec)</description>
                       <unit>arcsec/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr_w1pm</name>
                       <description>[0/1000]? Flux S/N ratio; band-1 (w1snr_pm)</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr_w2pm</name>
                       <description>[0/1000]? Flux S/N ratio; band-2 (w2snr_pm)</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fw1pm</name>
                       <description>[-1.2e8/2e14]? WPRO raw flux, band-1 (W1, 3.35um) in dn units (w1flux_pm)</description>
                       <unit>ct</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fw1pm</name>
                       <description>[3.7e-4/3.5e12]? WPRO raw flux uncertainty; band-1 (w1sigflux_pm)</description>
                       <unit>ct</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fw2pm</name>
                       <description>[-4.8e8/2e10]? WPRO raw flux, band-2 (W2, 4.6um); in dn units (w2flux_pm)</description>
                       <unit>ct</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fw2pm</name>
                       <description>[1e-4/3.2e13]? Fit WPRO raw flux uncertainty; band-2 (w2sigflux_pm)</description>
                       <unit>ct</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1mpro_pm</name>
                       <description>[-10/27]? WPRO magnitude in band-1 (W1: 3.35um) (w1mpro_pm) (4)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_w1mpro_pm</name>
                       <description>[0/0.6]? W1mproPM uncertainty (w1sigmpro_pm)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2_w1pm</name>
                       <description>[8.3e-7/6.4e21]? WPRO reduced chi^2^; band-1 (w1rchi2_pm)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2mpro_pm</name>
                       <description>[-10/25.5]? WPRO magnitude in band-2 (W2: 4.6um) (w2mpro_pm) (4)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_w2mpro_pm</name>
                       <description>[0/0.6]? W2mproPM uncertainty (w2sigmpro_pm)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2_w2pm</name>
                       <description>[2.6e-6/375600]? WPRO reduced chi^2^; band-2 (w2rchi2_pm)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2pm</name>
                       <description>[8.3e-7/92260]? Reduced chi squared; total (rchi2_pm)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_qual</name>
                       <description>Quality of the PM solution (pmcode) (5)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist</name>
                       <description>[0/20]? Radial distance between apparitions (dist)</description>
                       <unit>arcsec</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d_w1mpro</name>
                       <description>[-9.2/9.3]? W1mpro difference (dw1mag)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2d_w1mpro</name>
                       <description>[0/100]? Chi-square for dw1mag (1 DF) (rch2w1)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d_w2mpro</name>
                       <description>[-9.4/10.2]? W2mpro difference (dw2mag)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2d_w2mpro</name>
                       <description>[0/100]? Chi-square for dw2mag (1 DF) (rch2w2)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elon_avg</name>
                       <description>? Averaged ecliptic longitude (elon_avg)</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_elon_avg</name>
                       <description>[0.001/1.6]? One-sigma uncertainty in elon (elonSig)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elat_avg</name>
                       <description>? Averaged ecliptic latitude (elat_avg)</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_elat_avg</name>
                       <description>[0.001/1.7]? One-sigma uncertainty in elat (elatSig)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d_elon</name>
                       <description>? Descending-ascending ecliptic longitude (Delon) (6)</description>
                       <unit>arcsec</unit>
                       <ucd>pos;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_d_elon</name>
                       <description>[0.001/101.5]? One-sigma uncertainty in Delon (DelonSig)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d_elat</name>
                       <description>? Descending-ascending ecliptic latitude (Delat)</description>
                       <unit>arcsec</unit>
                       <ucd>pos;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_d_elat</name>
                       <description>[0.001/105.8]? One-sigma uncertainty in Delat (DelatSig)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrd_elon</name>
                       <description>[0/1065]? |Delon|/DelonSig (DelonSNR)</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrd_elat</name>
                       <description>[0/475]? |Delat|/DelatSig (DelatSNR)</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2pm_ra</name>
                       <description>[0/7.3e7]? Chi-square for PMRA difference (1 DF) (chi2pmra)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2pm_de</name>
                       <description>[0/2.2e8]? Chi-square for PMRA difference (1 DF) (chi2pmdec)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ka</name>
                       <description>[0123n] Astrometry usage code (7)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k1</name>
                       <description>[0123n] W1 photometry usage code (7)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k2</name>
                       <description>[0123n] W2 photometry usage code (7)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>km</name>
                       <description>[0123n] Proper motion usage code (7)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plx1</name>
                       <description>[-831/569]? Parallax from PM desc-asce elon (par_pm)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_plx1</name>
                       <description>[0.001/53]? One-sigma uncertainty in par_pm (par_pmSig)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plx2</name>
                       <description>[-831/504]? Parallax estimate from stationary solution (par_stat)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_plx2</name>
                       <description>[0.001/189]? One-sigma uncertainty in par_stat (par_sigma)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sep</name>
                       <description>[0/2.75]? Distance between CatWISE and AllWISE source (dist_x)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccf</name>
                       <description>[0DHOPdhop] Worst case 4 character cc_flag from AllWISE (cc_flags) (8)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>abf</name>
                       <description>[0DHOP] Two character (W1 W2) artifact flag (ab_flags) (8)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="123076271" esatapplus:size_bytes="201703940096" type="base_table">
                    <name>external.gaiadr2_astrophysical_parameters</name>
                    <description>Astrophysical parameters from Gaia DR2, 2MASS, and AllWISE. This is a catalogue of astrophysical parameters for 123,076,271 stars derived by exploiting the power of multi-wavelength and multi-survey observations from Gaia DR2 parallaxes and integrated photometry along with 2MASS and AllWISE photometry. Provided are estimates of log age, log mass, log temperature, log luminosity, log surface gravity, distance modulus, dust extinction (A0), and average grain size (R0) along the lines of sight. In contrast to other catalogues, weakly informative priors were used instead of a Galactic model. The estimates and uncertainties are quantiles, so they are invariant under monotonic transformations (e.g., log, exp). This means that one can use the median estimate to obtain the median distance or temperature, for instance, and likewise for the uncertainties. Data replicated from the gdr2ap.main table at the GAVO Data Centre TAP service https://dc.g-vo.org/tap and TAP metadata as of January 2022. Reference paper: https://ui.adsabs.harvard.edu/abs/2022A%26A...662A.125F/abstract (DOI: 10.1051/0004-6361/202141828)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier. Note that this *cannot* be matched against the DR1 source_id.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a0_best</name>
                       <description>multivariate maximum posterior estimate for the dust exctinction A₀ towards this source.</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a0_p50</name>
                       <description>median of the distribution of dust exctinction A₀ towards this source.</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a0_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the dust exctinction A₀ towards this source. In ADQL, write a0_dist[1] for the minimum, a0_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r0_best</name>
                       <description>multivariate maximum posterior estimate for the average dust grain size extinction parameter.</description>
                       <ucd>phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r0_p50</name>
                       <description>median of the distribution of average dust grain size extinction parameter.</description>
                       <ucd>phys.absorption;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r0_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the average dust grain size extinction parameter. In ADQL, write r0_dist[1] for the minimum, r0_dist[2] for the 16th percentile, and so on.</description>
                       <ucd>stat;phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>loga_best</name>
                       <description>multivariate maximum posterior estimate for the log10 of the age.</description>
                       <unit>log(yr)</unit>
                       <ucd>time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>loga_p50</name>
                       <description>median of the distribution of log10 of the age.</description>
                       <unit>log(yr)</unit>
                       <ucd>time.age;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>loga_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the log10 of the age. In ADQL, write loga_dist[1] for the minimum, loga_dist[2] for the 16th percentile, and so on.</description>
                       <unit>log(yr)</unit>
                       <ucd>stat;time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logl_best</name>
                       <description>multivariate maximum posterior estimate for the log10 of the luminosity.</description>
                       <unit>log(solLum)</unit>
                       <ucd>phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logl_p50</name>
                       <description>median of the distribution of log10 of the luminosity.</description>
                       <unit>log(solLum)</unit>
                       <ucd>phys.luminosity;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logl_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the log10 of the luminosity. In ADQL, write logl_dist[1] for the minimum, logl_dist[2] for the 16th percentile, and so on.</description>
                       <unit>log(solLum)</unit>
                       <ucd>stat;phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logm_best</name>
                       <description>multivariate maximum posterior estimate for the log10 of the mass.</description>
                       <unit>log(solMass)</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logm_p50</name>
                       <description>median of the distribution of log10 of the mass.</description>
                       <unit>log(solMass)</unit>
                       <ucd>phys.mass;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logm_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the log10 of the mass. In ADQL, write logm_dist[1] for the minimum, logm_dist[2] for the 16th percentile, and so on.</description>
                       <unit>log(solMass)</unit>
                       <ucd>stat;phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logt_best</name>
                       <description>multivariate maximum posterior estimate for the log10 of the effective temperature.</description>
                       <unit>log(K)</unit>
                       <ucd>phys.temperature</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logt_p50</name>
                       <description>median of the distribution of log10 of the effective temperature.</description>
                       <unit>log(K)</unit>
                       <ucd>phys.temperature;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logt_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the log10 of the effective temperature. In ADQL, write logt_dist[1] for the minimum, logt_dist[2] for the 16th percentile, and so on.</description>
                       <unit>log(K)</unit>
                       <ucd>stat;phys.temperature</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg_best</name>
                       <description>multivariate maximum posterior estimate for the log10 of the surface gravity.</description>
                       <unit>log(cm/s**2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg_p50</name>
                       <description>median of the distribution of log10 of the surface gravity.</description>
                       <unit>log(cm/s**2)</unit>
                       <ucd>phys.gravity;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the log10 of the surface gravity. In ADQL, write logg_dist[1] for the minimum, logg_dist[2] for the 16th percentile, and so on.</description>
                       <unit>log(cm/s**2)</unit>
                       <ucd>stat;phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_bp_best</name>
                       <description>multivariate maximum posterior estimate for the attenuation in the Gaia BP band towards this source..</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_bp_p50</name>
                       <description>median of the distribution of attenuation in the Gaia BP band towards this source..</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.B;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_bp_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the attenuation in the Gaia BP band towards this source.. In ADQL, write a_bp_dist[1] for the minimum, a_bp_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phys.absorption;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_g_best</name>
                       <description>multivariate maximum posterior estimate for the attenuation in the Gaia G band towards this source..</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_g_p50</name>
                       <description>median of the distribution of attenuation in the Gaia G band towards this source..</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_g_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the attenuation in the Gaia G band towards this source.. In ADQL, write a_g_dist[1] for the minimum, a_g_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_rp_best</name>
                       <description>multivariate maximum posterior estimate for the attenuation in the Gaia RP band towards this source..</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_rp_p50</name>
                       <description>median of the distribution of attenuation in the Gaia RP band towards this source..</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_rp_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the attenuation in the Gaia RP band towards this source.. In ADQL, write a_rp_dist[1] for the minimum, a_rp_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_bp</name>
                       <description>Recalibrated Gaia BP magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_bp</name>
                       <description>Recalibrated error from original Gaia BP magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bp_best</name>
                       <description>multivariate maximum posterior estimate for the Gaia BP magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bp_p50</name>
                       <description>median of the distribution of Gaia BP magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bp_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the Gaia BP magnitude. In ADQL, write bp_dist[1] for the minimum, bp_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_g</name>
                       <description>Recalibrated Gaia G magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_g</name>
                       <description>Recalibrated error from original Gaia G magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_best</name>
                       <description>multivariate maximum posterior estimate for the Gaia G magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_p50</name>
                       <description>median of the distribution of Gaia G magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the Gaia G magnitude. In ADQL, write g_dist[1] for the minimum, g_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_rp</name>
                       <description>Recalibrated Gaia RP magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_rp</name>
                       <description>Recalibrated error from original Gaia RP magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rp_best</name>
                       <description>multivariate maximum posterior estimate for the Gaia RP magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rp_p50</name>
                       <description>median of the distribution of Gaia RP magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rp_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the Gaia RP magnitude. In ADQL, write rp_dist[1] for the minimum, rp_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_j</name>
                       <description>Recalibrated 2MASS J magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_j</name>
                       <description>Recalibrated error from original 2MASS J magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_best</name>
                       <description>multivariate maximum posterior estimate for the 2MASS J magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_p50</name>
                       <description>median of the distribution of 2MASS J magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the 2MASS J magnitude. In ADQL, write j_dist[1] for the minimum, j_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_h</name>
                       <description>Recalibrated 2MASS H magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_h</name>
                       <description>Recalibrated error from original 2MASS H magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_best</name>
                       <description>multivariate maximum posterior estimate for the 2MASS H magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_p50</name>
                       <description>median of the distribution of 2MASS H magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.H;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the 2MASS H magnitude. In ADQL, write h_dist[1] for the minimum, h_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ks</name>
                       <description>Recalibrated 2MASS Ks magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_ks</name>
                       <description>Recalibrated error from original 2MASS Ks magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_best</name>
                       <description>multivariate maximum posterior estimate for the 2MASS Ks magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_p50</name>
                       <description>median of the distribution of 2MASS Ks magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the 2MASS Ks magnitude. In ADQL, write ks_dist[1] for the minimum, ks_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_w1</name>
                       <description>Recalibrated WISE W1 magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_w1</name>
                       <description>Recalibrated error from original WISE W1 magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1_best</name>
                       <description>multivariate maximum posterior estimate for the WISE W1 magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1_p50</name>
                       <description>median of the distribution of WISE W1 magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the WISE W1 magnitude. In ADQL, write w1_dist[1] for the minimum, w1_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_w2</name>
                       <description>Recalibrated WISE W2 magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_w2</name>
                       <description>Recalibrated error from original WISE W2 magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_best</name>
                       <description>multivariate maximum posterior estimate for the WISE W2 magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_p50</name>
                       <description>median of the distribution of WISE W2 magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the WISE W2 magnitude. In ADQL, write w2_dist[1] for the minimum, w2_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dmod_best</name>
                       <description>multivariate maximum posterior estimate for the distance modulus.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.distMod</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dmod_p50</name>
                       <description>median of the distribution of distance modulus.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.distMod;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dmod_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the distance modulus. In ADQL, write dmod_dist[1] for the minimum, dmod_dist[2] for the 16th percentile, and so on.</description>
                       <unit>mag</unit>
                       <ucd>stat;phot.mag.distMod</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlike_best</name>
                       <description>multivariate maximum posterior estimate for the log likelihood of the solution (paper Eq. 1).</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlike_p50</name>
                       <description>median of the distribution of log likelihood of the solution (paper Eq. 1).</description>
                       <ucd>stat.likelihood;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlike_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the log likelihood of the solution (paper Eq. 1). In ADQL, write lnlike_dist[1] for the minimum, lnlike_dist[2] for the 16th percentile, and so on.</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnp_best</name>
                       <description>multivariate maximum posterior estimate for the log posterior of the solution (paper Eq. 2).</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnp_p50</name>
                       <description>median of the distribution of log posterior of the solution (paper Eq. 2).</description>
                       <ucd>stat.probability;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnp_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the log posterior of the solution (paper Eq. 2). In ADQL, write lnp_dist[1] for the minimum, lnp_dist[2] for the 16th percentile, and so on.</description>
                       <ucd>stat;stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>log10jitter_best</name>
                       <description>multivariate maximum posterior estimate for the log photometric likelihood jitter common to all bands.</description>
                       <unit>log(mag)</unit>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>log10jitter_p50</name>
                       <description>median of the distribution of log photometric likelihood jitter common to all bands.</description>
                       <unit>log(mag)</unit>
                       <ucd>stat.param;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>log10jitter_dist</name>
                       <description>Distribution (min, p16, p25, p50, p75, p84, max) of the log photometric likelihood jitter common to all bands. In ADQL, write log10jitter_dist[1] for the minimum, log10jitter_dist[2] for the 16th percentile, and so on.</description>
                       <unit>log(mag)</unit>
                       <ucd>stat;stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Recalibrated parallax.</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_parallax</name>
                       <description>Error in recalibrated parallax.</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="1331909727" esatapplus:size_bytes="221709885440" type="base_table">
                    <name>external.gaiadr2_geometric_distance</name>
                    <description>Distances to 1.33 billion stars in Gaia Data Release 2. The catalogue provides distances estimates (and uncertainties therein) for 1.33 billion stars over the whole sky brighter than about G = 20.7 mag, estimated using the parallaxes (and their uncertainties) from Gaia Data Release 2. A Bayesian procedure was used involving a prior with a single scale-length parameter L(l,b), which varies smoothly with Galactic longitude l and latitude b according to a Galaxy model. The posterior is summarised 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, which also analyses the catalogue content. The catalogue comprises 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. Reference paper: https://ui.adsabs.harvard.edu/abs/2018AJ....156...58B/abstract (DOI:10.3847/1538-3881/aacb21)</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_est</name>
                       <description>Estimated distance.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>result_flag</name>
                       <description>Type of result. Three possible values: 0 = failed estimate (r_est, r_lo, r_hi are all null) ; 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:VOTableType">short</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="1467744818" esatapplus:size_bytes="145873993728" type="base_table">
                    <name>external.gaiaedr3_distance</name>
                    <description>Estimating distances from parallaxes: Geometric and photogeometric distances to 1.47 billion stars in Gaia EDR3. The table contains stellar distance estimates to sources in Gaia EDR3 that have parallaxes. Provided are two types of distance estimates, together with their corresponding asymmetric uncertainties, using Bayesian posterior density functions that are 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. The second type is photogeometric: in addition to the parallax, it also uses the source's G-band magnitude and BP-RP colour. 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. Data replicated from gedr3dist.main table at GAVO Data Center TAP service https://dc.g-vo.org/tap and TAP metadata as of December 2020. Reference paper: https://ui.adsabs.harvard.edu/abs/2021AJ....161..147B/abstract (DOI: 10.3847/1538-3881/abd806)</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier. Note that this *cannot* be matched against the DR1 or DR2 source_ids.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_med_geo</name>
                       <description>The median of the geometric distance posterior. The geometric distance estimate.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_lo_geo</name>
                       <description>The 16th percentile of the geometric distance posterior. The lower 1-sigma-like bound on the confidence interval.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_hi_geo</name>
                       <description>The 84th percentile of the geometric distance posterior. The upper 1-sigma-like bound on the confidence interval.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_med_photogeo</name>
                       <description>The median of the photogeometric distance posterior. The photogeometric distance estimate.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_lo_photogeo</name>
                       <description>The 16th percentile of the photogeometric distance posterior. The lower 1-sigma-like bound on the confidence interval.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_hi_photogeo</name>
                       <description>The 84th percentile of the photogeometric distance posterior. The upper 1-sigma-like bound on the confidence interval.</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag</name>
                       <description>Additional information on the solution. Do not use for filtering (see table note in the reference URL).</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="331312" esatapplus:size_bytes="132448256" type="base_table">
                    <name>external.gaiaedr3_gcns_main_1</name>
                    <description>The Gaia Catalogue of Nearby Stars (GCNS) is a catalogue of objects within 100 pc of the Sun based on Gaia EDR3. The catalogue is characterised using the full data release, and comparisons to other catalogues in literature and simulations. For all candidates, distance posterior probability densities are calculated using Bayesian procedures and mock catalogues to define priors. For each entry, sources with spurious astrometric solutions are removed using a random forest classifier. This results in a catalogue of 331,312 objects that is estimated to contain at least 92% of stars of stellar type M9 within 100 pc of the Sun (this table) and a catalogue containing 880,428 objects in the 8 mas sample that were rejected from the main GNCS as having a zero probability of being inside 100 pc or indicated as a spurious astrometric solution (table external.gaiaedr3_gcns_rejected_1). The data is replicated from the gcns.main table at GAVO Data Center TAP service https://dc.g-vo.org/tap and TAP metadata as of November 2021. Reference paper: https://ui.adsabs.harvard.edu/abs/2021A%26A...649A...6G/abstract (DOI: 10.1051/0004-6361/202039498)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia eDR3 unique source identifier. Note that this *cannot* be matched against the DR1 or DR2 source_ids.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="GAIADR3" std="false">
                       <name>ra</name>
                       <description>ICRS right ascension from Gaia eDR3.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="GAIADR3" std="false">
                       <name>dec</name>
                       <description>ICRS declination from Gaia eDR3.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error of ra (with cos δ applied).</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error of dec</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Absolute barycentric stellar parallax of the source at the reference epoch J2016.0. If looking for a distance, consider joining with gedr3dist.main and using the distances from there.</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension of the source in ICRS at J2016.0. This is the tangent plane projection of the proper motion vector in the direction of increasing right ascension.</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_error</name>
                       <description>Standard error of pmra</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination at J2016.0.</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec_error</name>
                       <description>Standard error of pmdec</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_mag</name>
                       <description>Mean magnitude in the G band. This is computed from the G-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_g_mean_flux_over_error.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux_over_error</name>
                       <description>Integrated mean G flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description>
                       <ucd>stat.snr;phot.flux;em.opt;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_mag</name>
                       <description>Mean magnitude in the integrated BP band. This is computed from the BP-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_bp_mean_flux_over_error.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_flux_over_error</name>
                       <description>Integrated mean BP flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description>
                       <ucd>stat.snr;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_mag</name>
                       <description>Mean magnitude in the integrated RP band. This is computed from the RP-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_rp_mean_flux_over_error.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_flux_over_error</name>
                       <description>Integrated mean RP flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description>
                       <ucd>stat.snr;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_rp_excess_factor</name>
                       <description>BP/RP excess factor estimated from the comparison of the sum of integrated BP and RP fluxes with respect to the flux in the G band. This measures the excess of flux in the BP and RP integrated photometry with respect to the G band. This excess is believed to be caused by background and contamination issues affecting the BP and RP data. Therefore a large value of this factor for a given source indicates systematic errors in the BP and RP photometry.</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ruwe</name>
                       <description>Renormalized Unit Weight Error; this is a revised measure for the overall consistency of the solution as defined by GAIA-C3-TN-LU-LL-124-01. A suggested cut on this is RUWE &lt;1.40) See the note for details.</description>
                       <ucd>stat.weight</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ipd_frac_multi_peak</name>
                       <description>Percentage of distance windows in which a double peak was seen (high values mean high likelihood of a resolved double star).</description>
                       <ucd>meta.code.multip</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>adoptedrv</name>
                       <description>Adopted Radial Velocity</description>
                       <unit>km/s</unit>
                       <ucd>phys.veloc;pos.heliocentric</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>adoptedrv_error</name>
                       <description>Error in adopted RV</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;phys.veloc;pos.heliocentric</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>adoptedrv_refname</name>
                       <description>Bibcode for the source of the radial velocity</description>
                       <ucd>meta.bib.bibcode</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radial_velocity_is_valid</name>
                       <description>1 if this object has a radial velocity in eDR3, 0 otherwise</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gcns_prob</name>
                       <description>Probability that the astrometry is reliable</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wd_prob</name>
                       <description>probability that this is a white dwarf.</description>
                       <ucd>stat.likelihood;src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_1</name>
                       <description>1st percentile of the distance PDF, used in GCNS selection</description>
                       <unit>kpc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_16</name>
                       <description>16th percentile of the distance PDF (1 σ lower bound)</description>
                       <unit>kpc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_50</name>
                       <description>Median of the distance PDF</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_84</name>
                       <description>84th percentile of the distance PDF (1 σ upper bound)</description>
                       <unit>kpc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xcoord_50</name>
                       <description>Median x coordinate in the Galactic frame assuming dist_50</description>
                       <unit>pc</unit>
                       <ucd>pos.cartesian.x;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xcoord_16</name>
                       <description>1 σ lower bound of Galactic frame x coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xcoord_84</name>
                       <description>1 σ upper bound of Galactic frame x coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ycoord_50</name>
                       <description>Median y coordinate in the Galactic frame assuming dist_50</description>
                       <unit>pc</unit>
                       <ucd>pos.cartesian.y;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ycoord_16</name>
                       <description>1 σ lower bound of Galactic frame y coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ycoord_84</name>
                       <description>1 σ upper bound of Galactic frame y coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zcoord_50</name>
                       <description>Median z coordinate in the Galactic frame assuming dist_50</description>
                       <unit>pc</unit>
                       <ucd>pos.cartesian.z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zcoord_16</name>
                       <description>1 σ lower bound of Galactic frame z coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zcoord_84</name>
                       <description>1 σ upper bound of Galactic frame z coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvel_50</name>
                       <description>Median velocity u in the Galactic frame, direction positive x</description>
                       <unit>km/s</unit>
                       <ucd>phys.veloc;pos.cartesian.x;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvel_16</name>
                       <description>1 σ lower bound for u</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvel_84</name>
                       <description>1 σ upper bound for u</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vvel_50</name>
                       <description>Median velocity v in the Galactic frame, direction positive y</description>
                       <unit>km/s</unit>
                       <ucd>phys.veloc;pos.cartesian.y;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vvel_16</name>
                       <description>1 σ lower bound for v</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vvel_84</name>
                       <description>1 σ upper bound for v</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wvel_50</name>
                       <description>Median velocity w in the Galactic frame, direction positive z</description>
                       <unit>km/s</unit>
                       <ucd>phys.veloc;pos.cartesian.z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wvel_16</name>
                       <description>1 σ lower bound for w</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wvel_84</name>
                       <description>1 σ upper bound for w</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name_gunn</name>
                       <description>Object Name from PanSTARRS/SDSS/SkyMapper survey</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>refname_gunn</name>
                       <description>Reference for the source of the Gunn photometry</description>
                       <ucd>meta.bib.bibcode</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gmag_gunn</name>
                       <description>Gunn G band magnitude (when from SDSS, g, when from Skymapper, g_psf)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_gmag_gunn</name>
                       <description>Uncertainty in G band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rmag_gunn</name>
                       <description>Gunn R band magnitude (when from SDSS, g, when from Skymapper, g_psf)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_rmag_gunn</name>
                       <description>Uncertainty in R band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>imag_gunn</name>
                       <description>Gunn I band magnitude (when from SDSS, g, when from Skymapper, g_psf)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_imag_gunn</name>
                       <description>Uncertainty in I band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zmag_gunn</name>
                       <description>Gunn Z band magnitude (when from SDSS, g, when from Skymapper, g_psf)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_zmag_gunn</name>
                       <description>Uncertainty in Z band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name_2mass</name>
                       <description>Name of this object in 2MASS</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_2mass</name>
                       <description>2MASS J band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_2mass</name>
                       <description>Uncertainty in 2MASS J band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_2mass</name>
                       <description>2MASS H band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_2mass</name>
                       <description>Uncertainty in 2MASS H band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_2mass</name>
                       <description>2MASS K band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_2mass</name>
                       <description>Uncertainty in 2MASS K band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name_wise</name>
                       <description>Name of this object in WISE</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1mpro_pm_wise</name>
                       <description>CATWISE W1 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1sigmpro_pm_wise</name>
                       <description>Uncertainty in CATWISE W1 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2mpro_pm_wise</name>
                       <description>CATWISE W2 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2sigmpro_pm_wise</name>
                       <description>Uncertainty in CATWISE W2 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3mpro_wise</name>
                       <description>CATWISE W3 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.8-15um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3sigmpro_wise</name>
                       <description>Uncertainty in CATWISE W3 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.8-15um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4mpro_wise</name>
                       <description>ALLWISE W4 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.15-30um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4sigmpro_wise</name>
                       <description>Uncertainty in ALLWISE W4 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.15-30um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gncs_main_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="880428" esatapplus:size_bytes="277348352" type="base_table">
                    <name>external.gaiaedr3_gcns_rejected_1</name>
                    <description>The Gaia Catalogue of Nearby Stars (GCNS) is a catalogue of objects within 100 pc of the Sun based on Gaia EDR3. The catalogue is characterised using the full data release, and comparisons to other catalogues in literature and simulations. For all candidates, distance posterior probability densities are calculated using Bayesian procedures and mock catalogues to define priors. For each entry, sources with spurious astrometric solutions are removed using a random forest classifier. This results in a catalogue of 331,312 objects that is estimated to contain at least 92% of stars of stellar type M9 within 100 pc of the Sun (table external.gaiaedr3_gcns_main_1) and a catalogue containing 880,428 objects in the 8 mas sample that were rejected from the main GNCS as having a zero probability of being inside 100 pc or indicated as a spurious astrometric solution (this table). The data is replicated from the gcns.rejected table at GAVO Data Center TAP service https://dc.g-vo.org/tap and TAP metadata as of November 2021. Reference paper: https://ui.adsabs.harvard.edu/abs/2021A%26A...649A...6G/abstract (DOI: 10.1051/0004-6361/202039498)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia eDR3 unique source identifier. Note that this *cannot* be matched against the DR1 or DR2 source_ids.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="GAIADR3" std="false">
                       <name>ra</name>
                       <description>ICRS right ascension from Gaia eDR3.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="GAIADR3" std="false">
                       <name>dec</name>
                       <description>ICRS declination from Gaia eDR3.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error of ra (with cos δ applied).</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error of dec</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Absolute barycentric stellar parallax of the source at the reference epoch J2016.0. If looking for a distance, consider joining with gedr3dist.main and using the distances from there.</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension of the source in ICRS at J2016.0. This is the tangent plane projection of the proper motion vector in the direction of increasing right ascension.</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_error</name>
                       <description>Standard error of pmra</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination at J2016.0.</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec_error</name>
                       <description>Standard error of pmdec</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_mag</name>
                       <description>Mean magnitude in the G band. This is computed from the G-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_g_mean_flux_over_error.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux_over_error</name>
                       <description>Integrated mean G flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description>
                       <ucd>stat.snr;phot.flux;em.opt;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_mag</name>
                       <description>Mean magnitude in the integrated BP band. This is computed from the BP-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_bp_mean_flux_over_error.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_flux_over_error</name>
                       <description>Integrated mean BP flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description>
                       <ucd>stat.snr;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_mag</name>
                       <description>Mean magnitude in the integrated RP band. This is computed from the RP-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_rp_mean_flux_over_error.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_flux_over_error</name>
                       <description>Integrated mean RP flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description>
                       <ucd>stat.snr;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_rp_excess_factor</name>
                       <description>BP/RP excess factor estimated from the comparison of the sum of integrated BP and RP fluxes with respect to the flux in the G band. This measures the excess of flux in the BP and RP integrated photometry with respect to the G band. This excess is believed to be caused by background and contamination issues affecting the BP and RP data. Therefore a large value of this factor for a given source indicates systematic errors in the BP and RP photometry.</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ruwe</name>
                       <description>Renormalized Unit Weight Error; this is a revised measure for the overall consistency of the solution as defined by GAIA-C3-TN-LU-LL-124-01. A suggested cut on this is RUWE &lt;1.40) See the note for details.</description>
                       <ucd>stat.weight</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ipd_frac_multi_peak</name>
                       <description>Percentage of distance windows in which a double peak was seen (high values mean high likelihood of a resolved double star).</description>
                       <ucd>meta.code.multip</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>adoptedrv</name>
                       <description>Adopted Radial Velocity</description>
                       <unit>km/s</unit>
                       <ucd>phys.veloc;pos.heliocentric</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>adoptedrv_error</name>
                       <description>Error in adopted RV</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;phys.veloc;pos.heliocentric</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>adoptedrv_refname</name>
                       <description>Bibcode for the source of the radial velocity</description>
                       <ucd>meta.bib.bibcode</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radial_velocity_is_valid</name>
                       <description>1 if this object has a radial velocity in eDR3, 0 otherwise</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gcns_prob</name>
                       <description>Probability that the astrometry is reliable</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wd_prob</name>
                       <description>probability that this is a white dwarf.</description>
                       <ucd>stat.likelihood;src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_1</name>
                       <description>1st percentile of the distance PDF, used in GCNS selection</description>
                       <unit>kpc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_16</name>
                       <description>16th percentile of the distance PDF (1 σ lower bound)</description>
                       <unit>kpc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_50</name>
                       <description>Median of the distance PDF</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_84</name>
                       <description>84th percentile of the distance PDF (1 σ upper bound)</description>
                       <unit>kpc</unit>
                       <ucd>stat.value;pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xcoord_50</name>
                       <description>Median x coordinate in the Galactic frame assuming dist_50</description>
                       <unit>pc</unit>
                       <ucd>pos.cartesian.x;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xcoord_16</name>
                       <description>1 σ lower bound of Galactic frame x coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xcoord_84</name>
                       <description>1 σ upper bound of Galactic frame x coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ycoord_50</name>
                       <description>Median y coordinate in the Galactic frame assuming dist_50</description>
                       <unit>pc</unit>
                       <ucd>pos.cartesian.y;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ycoord_16</name>
                       <description>1 σ lower bound of Galactic frame y coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ycoord_84</name>
                       <description>1 σ upper bound of Galactic frame y coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zcoord_50</name>
                       <description>Median z coordinate in the Galactic frame assuming dist_50</description>
                       <unit>pc</unit>
                       <ucd>pos.cartesian.z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zcoord_16</name>
                       <description>1 σ lower bound of Galactic frame z coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zcoord_84</name>
                       <description>1 σ upper bound of Galactic frame z coordinate</description>
                       <unit>pc</unit>
                       <ucd>stat.value;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvel_50</name>
                       <description>Median velocity u in the Galactic frame, direction positive x</description>
                       <unit>km/s</unit>
                       <ucd>phys.veloc;pos.cartesian.x;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvel_16</name>
                       <description>1 σ lower bound for u</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvel_84</name>
                       <description>1 σ upper bound for u</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vvel_50</name>
                       <description>Median velocity v in the Galactic frame, direction positive y</description>
                       <unit>km/s</unit>
                       <ucd>phys.veloc;pos.cartesian.y;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vvel_16</name>
                       <description>1 σ lower bound for v</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vvel_84</name>
                       <description>1 σ upper bound for v</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wvel_50</name>
                       <description>Median velocity w in the Galactic frame, direction positive z</description>
                       <unit>km/s</unit>
                       <ucd>phys.veloc;pos.cartesian.z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wvel_16</name>
                       <description>1 σ lower bound for w</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wvel_84</name>
                       <description>1 σ upper bound for w</description>
                       <unit>km/s</unit>
                       <ucd>stat.value;phys.veloc;pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name_gunn</name>
                       <description>Object Name from PanSTARRS/SDSS/SkyMapper survey</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>refname_gunn</name>
                       <description>Reference for the source of the Gunn photometry</description>
                       <ucd>meta.bib.bibcode</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gmag_gunn</name>
                       <description>Gunn G band magnitude (when from SDSS, g, when from Skymapper, g_psf)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_gmag_gunn</name>
                       <description>Uncertainty in G band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rmag_gunn</name>
                       <description>Gunn R band magnitude (when from SDSS, g, when from Skymapper, g_psf)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_rmag_gunn</name>
                       <description>Uncertainty in R band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>imag_gunn</name>
                       <description>Gunn I band magnitude (when from SDSS, g, when from Skymapper, g_psf)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_imag_gunn</name>
                       <description>Uncertainty in I band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zmag_gunn</name>
                       <description>Gunn Z band magnitude (when from SDSS, g, when from Skymapper, g_psf)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_zmag_gunn</name>
                       <description>Uncertainty in Z band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name_2mass</name>
                       <description>Name of this object in 2MASS</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_2mass</name>
                       <description>2MASS J band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_2mass</name>
                       <description>Uncertainty in 2MASS J band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_2mass</name>
                       <description>2MASS H band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_2mass</name>
                       <description>Uncertainty in 2MASS H band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_2mass</name>
                       <description>2MASS K band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_2mass</name>
                       <description>Uncertainty in 2MASS K band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name_wise</name>
                       <description>Name of this object in WISE</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1mpro_pm_wise</name>
                       <description>CATWISE W1 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1sigmpro_pm_wise</name>
                       <description>Uncertainty in CATWISE W1 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2mpro_pm_wise</name>
                       <description>CATWISE W2 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2sigmpro_pm_wise</name>
                       <description>Uncertainty in CATWISE W2 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3mpro_wise</name>
                       <description>CATWISE W3 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.8-15um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3sigmpro_wise</name>
                       <description>Uncertainty in CATWISE W3 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.8-15um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4mpro_wise</name>
                       <description>ALLWISE W4 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.15-30um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4sigmpro_wise</name>
                       <description>Uncertainty in ALLWISE W4 band magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.15-30um</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gncs_rejected_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="1467744800" esatapplus:size_bytes="158779493183" type="base_table">
                    <name>external.gaiaedr3_spurious</name>
                    <description>For a small fraction of Gaia EDR3 sources, the astrometric solutions are poor, and the reported values and uncertainties may not apply. Before any analysis, it is important to recognise and excise these spurious results, commonly done by means of quality flags in the Gaia catalogue. This table contains estimates of the "fidelity" of Gaia EDR3 astrometric solutions, which measures the likelihood that the EDR3 solution is physical rather than spurious. These fidelity estimates were obtained using a neural network trained on a carefully selected sample. The code and training/validation data are public, so that the results can be easily reproduced. Data replicated from the gedr3spur.main table at the GAVO Data Center TAP service https://dc.g-vo.org/tap and TAP metadata as of December 2021. Reference paper: https://ui.adsabs.harvard.edu/abs/2022MNRAS.510.2597R/abstract (DOI: 10.1093/mnras/stab3588)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia eDR3 unique source identifier. Note that this *cannot* be matched against the DR1 or DR2 source_ids.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fidelity_v2</name>
                       <description>A probability 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 is the published probability estimate.</description>
                       <ucd>stat.fit</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_nearest_neighbor_at_least_6_brighter</name>
                       <description>Distance to the nearest neighbour in gaia_source at least 6 m brighter than this source.</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_nearest_neighbor_at_least_10_brighter</name>
                       <description>Distance to the nearest neighbour in gaia_source at least 10 m brighter than this source.</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="114916" esatapplus:size_bytes="52396032" type="base_table">
                    <name>external.gaia_eso_survey</name>
                    <description>This table contains a selection of fields from data release 5.1 of the Gaia-ESO Public Spectroscopic Survey (GES). Gaia-ESO is a large public spectroscopic survey carried out with FLAMES, targeting 114,916 stars, systematically covering all major components of the Milky Way, from halo to star-forming regions, providing a homogeneous overview of the distributions of kinematics and elemental abundances. The catalogue contains radial and projected rotational velocities, stellar parameters (effective temperature, surface gravity, and metallicity), abundances of several elements, specific parameters for tracing accretion and activity in young stars, and - for the targets of the cluster fields - the probability to be members of the cluster calculated by combining GES radial velocities with astrometry from Gaia EDR3 by Jackson+ (2022, MNRAS, 509, 1164). The full GES data release can be accessed from the ESO Science Portal at https://eso.org/rm/publicAccess#/dataReleases?wcmmode=disabled. Please, see the two main GES data release papers for details: https://ui.adsabs.harvard.edu/abs/2022A%26A...666A.120G/abstract (DOI: 10.1051/0004-6361/202243134) and https://ui.adsabs.harvard.edu/abs/2022A%26A...666A.121R/abstract (DOI: 10.1051/0004-6361/202243141). This table has been created by Germano Sacco (INAF-Osservatorio Astrofisico di Arcetri) in July 2023 for the Gaia ESA Archive.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>object</name>
                       <description>GES object name from coordinates</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ges_fld</name>
                       <description>GES field name</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ges_type</name>
                       <description>GES Classification System of Target Programmes</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="ICRS" std="false">
                       <name>ra</name>
                       <description>Right Ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="ICRS" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epoch</name>
                       <description>Coordinate epoch</description>
                       <unit>year</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teff</name>
                       <description>Effective Temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_teff</name>
                       <description>Error on TEFF</description>
                       <unit>K</unit>
                       <ucd>stat.error;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg</name>
                       <description>Log Surface Gravity (gravity in cm/s**2)</description>
                       <unit>log(cm/s**2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_logg</name>
                       <description>Error on LOGG</description>
                       <unit>log(cm/s**2)</unit>
                       <ucd>stat.error;phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>feh</name>
                       <description>Metallicity from Fe lines</description>
                       <unit>dex</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_feh</name>
                       <description>Error on FEH</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vrad</name>
                       <description>Radial Velocity</description>
                       <unit>km s-1</unit>
                       <ucd>spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_vrad</name>
                       <description>Error on VRAD</description>
                       <unit>km s-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vsini</name>
                       <description>Rotational broadening</description>
                       <unit>km s-1</unit>
                       <ucd>phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_vsini</name>
                       <description>Error on VSINI</description>
                       <unit>km s-1</unit>
                       <ucd>stat.error;phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lim_vsini</name>
                       <description>Flag on VSINI (0 = detection, 1 = lower limit)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>li1</name>
                       <description>Neutral Lithium Abundance</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_li1</name>
                       <description>Error on LI1</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lim_li1</name>
                       <description>Flag on LI Measurement type (0 = detection, 1 = lower limit)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ew_li</name>
                       <description>LI(6708A) equivalent width</description>
                       <unit>Angstrom</unit>
                       <ucd>spec.line.eqWidth</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ew_li</name>
                       <description>Error on EW_LI</description>
                       <unit>Angstrom</unit>
                       <ucd>stat.error;spec.line.eqWidth</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lim_ew_li</name>
                       <description>Flag on EW_LI (0 = detection, 1 = lower limit)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o1</name>
                       <description>Oxgen Abundance</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_o1</name>
                       <description>Error O1</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mg1</name>
                       <description>Magnesium Abundance</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_mg1</name>
                       <description>Error on MG1</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>al1</name>
                       <description>Aluminium Abundance</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_al1</name>
                       <description>Error on ALI</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>si1</name>
                       <description>Silicon Abundance</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_si1</name>
                       <description>Error on SI1</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ca1</name>
                       <description>Calcium Abundance</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ca1</name>
                       <description>Error on CA1</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ti1</name>
                       <description>Titanium Abundance</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ti1</name>
                       <description>Error on TI1</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ni1</name>
                       <description>Nitrogen Abundance</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ni1</name>
                       <description>Error on NI1</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ba2</name>
                       <description>Ionized Barium Abundance</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ba2</name>
                       <description>Error on BA2</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>eu2</name>
                       <description>Ionized Europium Abundance</description>
                       <unit>dex</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_eu2</name>
                       <description>Error on EU2</description>
                       <unit>dex</unit>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sflags</name>
                       <description>Simplified Flags</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="82992086" esatapplus:size_bytes="126403657728" type="base_table">
                    <name>external.galex_ais</name>
                    <description>The revised GALEX catalogue of UV sources (GUVcat_AIS) from GR6plus7 data release. The Galaxy Evolution Explorer (GALEX) imaged the sky in two ultraviolet (UV) bands: far-UV (FUV) and near-UV (NUV), providing the first comprehensive UV sky surveys. The GALEX database includes FUV and NUV images, ~500 million source measurements, and over 100,000 low-resolution UV spectra. This catalogue presents science-enhanced, "clean" lists of GALEX UV sources, with useful tags to facilitate scientific investigations. Sources within the footprint of extended objects (such as nearby galaxies and stellar clusters) are flagged, allowing for the exclusion of these regions when estimating source density. Duplicate measurements of the same source are removed in GUVcat, ensuring each astrophysical object has only one entry. The catalogue includes all observations from the All-Sky Imaging Survey (AIS), the largest area-covered survey with both FUV and NUV detectors exposed. It consists of over 28,700 fields, comprising a total of 57,000 observations. The total number of "unique" AIS sources is 82,992,086 (GUVcatAISfov055) and 69,772,677 (GUVcatAISfov050). The typical depth of the GUVcat_AIS catalogue is FUV = 19.9 AB mag and NUV = 20.8 AB mag. Table copied from TAP VizieR http://tapvizier.u-strasbg.fr/TAPVizieR/, VizieR catalogue: II/335/galex_ais. Reference paper: https://ui.adsabs.harvard.edu/abs/2017ApJS..230...24B/abstract (DOI: 10.3847/1538-4365/aa7053)</description>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>raj2000</name>
                       <description>Source's right ascension (J2000) (RA)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dej2000</name>
                       <description>Source's declination (J2000) (DEC)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>GALEX identifier in JHHMMSS.s+DDMMSS format; column added by CDS</description>
                       <unit>NULL</unit>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>objid</name>
                       <description>GALEX identifier for the source (objid)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phid</name>
                       <description>Pointer to photoExtract Table (id of original observation on which the measurement was taken) (photoextractid)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cat</name>
                       <description>Survey type (always &amp;quot;AIS&amp;quot; = All-sky Imaging Survey) (mpstype)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rafdeg</name>
                       <description>RA of center of field (avaspra)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>defdeg</name>
                       <description>DE of center of field (avaspdec)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fuvexp</name>
                       <description>[30/709] FUV exposure time</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure;em.UV.100-200nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nuvexp</name>
                       <description>[30/1134] NUV exposure time</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure;em.UV.200-300nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glon</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glat</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile</name>
                       <description>[50000/50491] Tile number (tilenum)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id;obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>img</name>
                       <description>[33/3172] Image number (img)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sv</name>
                       <description>[1/99] Number of subvisit if exposure was divided (subvisit)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_fov</name>
                       <description>[/0.6] Distance of source from center of the field (fov_radius)</description>
                       <unit>deg</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs</name>
                       <description>[1] Observation type (1=multi) (type)</description>
                       <unit>NULL</unit>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>[1/3] bands: 1=NUV, 2=FUV, 3=both (band)</description>
                       <unit>NULL</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b_v</name>
                       <description>[0.0007/0.5] E(B-V) Galactic Reddening (from Schlegel+ 1998ApJ...500..525S maps) (E_bv)</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sp_</name>
                       <description>[0/1] 1 if a spectrum exists (istherespectrum)</description>
                       <unit>NULL</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chkf</name>
                       <description>[0/1] Astrometry check type (chkobj_type)</description>
                       <unit>NULL</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fuvmag</name>
                       <description>[10.6/23.8]? GALEX FUV calibrated magnitude in AB system (fuv_mag)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.UV.100-200nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fuvmag</name>
                       <description>[0.001/0.6]? FUV mag error (fuv_magerr)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.UV.100-200nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nuvmag</name>
                       <description>[9.6/24.5] GALEX NUV calibrated magnitude in AB system (nuv_mag)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.UV.200-300nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_nuvmag</name>
                       <description>[0.0007/0.5] NUV mag error (nuv_magerr)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.UV.200-300nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fuv_a</name>
                       <description>[-8.2/5]? FUV Kron-like elliptical aperture magnitude (fuv_mag_auto)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.UV.100-200nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fuv_a</name>
                       <description>[0.001/0.6]? FUV RMS error for AUTO magnitude (fuv_magerr_auto)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.UV.100-200nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nuv_a</name>
                       <description>[-10.5/4.4] NUV Kron-like elliptical aperture magnitude (nuv_mag_auto)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.UV.200-300nm</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_nuv_a</name>
                       <description>[0.0007/0.5] NUV RMS error for AUTO magnitude (nuv_magerr_auto)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fuv_4</name>
                       <description>[-7.2/99]? FUV mag aperture (8 pix diameter) (fuv_mag_aper_4)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.UV.100-200nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fuv_4</name>
                       <description>[0.002/4911]? FUV mag aperture error (8 pix diameter) (fuv_magerr_aper_4)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.UV.100-200nm</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nuv_4</name>
                       <description>[-7.5/99] NUV mag aperture (8 pix diameter) (nuv_mag_aper_4)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.UV.200-300nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_nuv_4</name>
                       <description>[0.001/2559] NUV mag aperture error (8 pix diameter) (nuv_magerr_aper_4)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fuv_6</name>
                       <description>[-7.4/99]? FUV mag aperture (17 pix diameter) (fuv_mag_aper_6)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.UV.100-200nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fuv_6</name>
                       <description>[0.001/37286]? FUV mag aperture error (17 pix diameter) (fuv_magerr_aper_6)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.UV.100-200nm</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nuv_6</name>
                       <description>[-8.3/99] NUV mag aperture (17 pix diameter) (nuv_mag_aper_6)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.UV.200-300nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_nuv_6</name>
                       <description>[0.001/15473111] NUV mag aperture error (17 pix diameter) (nuv_magerr_aper_6)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fafl</name>
                       <description>[0/416]? FUV artifact flag (logical OR near source) (fuv_artifact)</description>
                       <unit>NULL</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nafl</name>
                       <description>[0/913] NUV artifact flag (logical OR near source) (nuv_artifact)</description>
                       <unit>NULL</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fexf</name>
                       <description>[0/19]? Extraction flags for FUV band (fuv_flags)</description>
                       <unit>NULL</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nexf</name>
                       <description>[0/51] Extraction flags for NUV band (nuv_flags)</description>
                       <unit>NULL</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fflux</name>
                       <description>[1/201899]? FUV calibrated flux (fuv_flux)</description>
                       <unit>uJy</unit>
                       <ucd>phot.flux;em.UV</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fflux</name>
                       <description>[0.5/18719]? FUV flux error (fuv_fluxerr)</description>
                       <unit>uJy</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nflux</name>
                       <description>[0.6/202886] NUV calibrated flux (nuv_flux)</description>
                       <unit>uJy</unit>
                       <ucd>phot.flux;em.UV</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_nflux</name>
                       <description>[0.2/3649] NUV flux error (nuv_fluxerr)</description>
                       <unit>uJy</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fxpos</name>
                       <description>? Source position in FUV image along x (fuv_x_image)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.x;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fypos</name>
                       <description>? Source position in UV image along y (fuv_y_image)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.y;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nxpos</name>
                       <description>Source position in NUV image along x (nuv_x_image)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.x;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nypos</name>
                       <description>Source position in NUV image along y (nuv_y_image)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.y;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fima</name>
                       <description>? Source FWHM in FUV assuming a gaussian core (fuv_fwhm_image)</description>
                       <unit>pix</unit>
                       <ucd>phys.angSize;em.UV.100-200nm</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nima</name>
                       <description>Source FWHM in NUV assuming a gaussian core (nuv_fwhm_image)</description>
                       <unit>pix</unit>
                       <ucd>phys.angSize;em.UV.200-300nm</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fr</name>
                       <description>[-0.2/0.3]? Source FWHM in FUV assuming a gaussian core (fuv_fwhm_world)</description>
                       <unit>deg</unit>
                       <ucd>phys.angSize;em.UV.100-200nm</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nr</name>
                       <description>[-0.1/0.5] Source FWHM in NUV assuming a gaussian core (nuv_fwhm_world)</description>
                       <unit>deg</unit>
                       <ucd>phys.angSize;em.UV.200-300nm</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ns_g</name>
                       <description>Star/galaxy classifier from NUV (nuv_class_star)</description>
                       <unit>NULL</unit>
                       <ucd>src.class.starGalaxy</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fs_g</name>
                       <description>? Star/galaxy classifier from FUV (fuv_class_star)</description>
                       <unit>NULL</unit>
                       <ucd>src.class.starGalaxy</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nell</name>
                       <description>1-b/a in NUV (nuv_ellipticity)</description>
                       <unit>NULL</unit>
                       <ucd>src.ellipticity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fell</name>
                       <description>? 1-b/a in FUV (fuv_ellipticity)</description>
                       <unit>NULL</unit>
                       <ucd>src.ellipticity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npa</name>
                       <description>Position angle in NUV (nuv_theta_j2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_npa</name>
                       <description>[-90/] Position angle error in NUV (nuv_errtheta_j2000)</description>
                       <unit>deg</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fpa</name>
                       <description>? Position angle in FUV (fuv_theta_j2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fpa</name>
                       <description>[-90/]? Position angle error in FUV (fuv_errtheta_j2000)</description>
                       <unit>deg</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fnr</name>
                       <description>[/965]? FUV FWHM IMAGE value from -fd-ncat.fits (fuv_ncat_fwhm_image) (4)</description>
                       <unit>pix</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f3r</name>
                       <description>[/1.98E7]? FUV flux radius (fuv_ncat_flux_rad_3) (4)</description>
                       <unit>pix</unit>
                       <ucd>phys.angSize;src</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nar</name>
                       <description>[3.5/13.2] Kron apertures in units of a or b (nuv_kron_radius)</description>
                       <unit>NULL</unit>
                       <ucd>phys.angSize;src</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>narms</name>
                       <description>[0.0002/0.1] Profile RMS along major axis (nuv_a_world)</description>
                       <unit>deg</unit>
                       <ucd>phys.angSize.smajAxis</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nbrms</name>
                       <description>[0.00004/0.06] Profile RMS along minor axis (nuv_b_world)</description>
                       <unit>deg</unit>
                       <ucd>phys.angSize.sminAxis</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>far</name>
                       <description>[3.5/11]? Kron apertures in units of a or b (fuv_kron_radius)</description>
                       <unit>NULL</unit>
                       <ucd>phys.angSize;src</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>farms</name>
                       <description>[0.0002/0.06]? Profile RMS along major axis (fuv_a_world)</description>
                       <unit>deg</unit>
                       <ucd>phys.angSize.smajAxis</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbrms</name>
                       <description>[0.0001/0.03]? Profile RMS along minor axis (fuv_b_world)</description>
                       <unit>deg</unit>
                       <ucd>phys.angSize.sminAxis</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nuvw</name>
                       <description>[0/964] NUV effective exposure (flat-field response value) at the source position (nuv_weight)</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fuvw</name>
                       <description>[0/700] FUV effective exposure (fuv_weight)</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prob</name>
                       <description>? Probability of the FUVxNUV match (prob)</description>
                       <unit>NULL</unit>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sep</name>
                       <description>[0/7.1]? Separation between FUV and NUV position of the source in the same observation (sep)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nerr</name>
                       <description>[0.4/3.3] Position error of the source in the NUV image (nuv_poserr)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ferr</name>
                       <description>[0.4/2.4]? Position error of the source in the FUV image (fuv_poserr)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ierr</name>
                       <description>[0.4/3.4]? Inter-band position error (ib_poserr)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nperr</name>
                       <description>[0.001/2.8] NUV Poisson position error (nuv_pperr)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fperr</name>
                       <description>[0.001/1.6]? FUV Poisson position error (fuv_pperr)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cv</name>
                       <description>[CV] Whether the source comes from a coadd or visit (corv)</description>
                       <unit>NULL</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g</name>
                       <description>[-1/1] Neighbours rank (grank) (1)</description>
                       <unit>NULL</unit>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n</name>
                       <description>[1/12] Number of sources within 2.5&amp;quot;, if this is a primary (ngrank)</description>
                       <unit>NULL</unit>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>primid</name>
                       <description>objid of the primary (only of use for the &amp;quot;plus&amp;quot; catalog) (primgid)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>groupid</name>
                       <description>objid's of all sources (AIS) within 2.5&amp;quot;, concatenated by &amp;quot;+&amp;quot; (groupgid)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gd</name>
                       <description>[-1/1] as for &amp;quot;G&amp;quot; (grank), but based on distance criterion (grankdist) (1)</description>
                       <unit>NULL</unit>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nd</name>
                       <description>[1/12] as for &amp;quot;N&amp;quot; (ngrank), but based on distance criterion (ngrankdist)</description>
                       <unit>NULL</unit>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>primidd</name>
                       <description>objid of the closest primary, based on distance criterion (primgiddist)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>groupidd</name>
                       <description>objid's of all sources (AIS) within 2.5&amp;quot;, based on distance criterion (groupgiddist)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>grouptot</name>
                       <description>objid's of all sources within 2.5&amp;quot; (groupgidtot)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>oname</name>
                       <description>Extended object? (if not: &amp;quot;N&amp;quot;) (inlargeobj) (2)</description>
                       <unit>NULL</unit>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"size"</name>
                       <description>[/38740]? Size of the extended object (largeobjsize) (3)</description>
                       <unit>pix</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="10809336" esatapplus:size_bytes="5628600320" type="base_table">
                    <name>external.lamost_dr9_lrs</name>
                    <description>LAMOST Low-Resolution Spectroscopic Survey General Catalogue Data Release 9. The Large Sky Area Multi-Object Fiber Spectroscopic Telescope (LAMOST) is a Chinese national scientific research facility operated by the National Astronomical Observatories, Chinese Academy of Sciences. It is a special reflecting Schmidt telescope with 4000 fibers in a field of view of 20 degrees. The LAMOST survey provides flux- and wavelength-calibrated, sky-subtracted spectra in the wavelength range 3690-9100 Angstrom for many types of astronomical objects. The ninth LAMOST data release (LAMOST DR9) includes observations until June 2021. The Low-Resolution spectroscopic Survey (LRS) General Catalogue contains 11,211,028 spectra, of which 10,893,354 are stars, 241,454 are galaxies, and 76,220 are QSOs. For more information, please consult the LAMOST homepage: https://www.lamost.org/dr9/</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Unique Spectra ID</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uid</name>
                       <description>Unique source identifier calculated with the "ura" and "udec" in table 10</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gp_id</name>
                       <description>For each LAMOST source, the equatorial coordinates ("ura" and "udec" in table 10) used to calculate "uid" were from which survey (Pan-STARRS, Gaia or LAMOST), "gp_id" gives the corresponding source identifier in that survey.</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Target designation</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsdate</name>
                       <description>Target Observation Date</description>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lmjd</name>
                       <description>Local modified Julian day</description>
                       <unit>d</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd</name>
                       <description>Modified Julian Day</description>
                       <unit>d</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>planid</name>
                       <description>Plan Name</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spid</name>
                       <description>Spectrograph ID</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberid</name>
                       <description>Fiber ID of object</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_obs</name>
                       <description>Fiber pointing right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_obs</name>
                       <description>Fiber pointing declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snru</name>
                       <description>Signal-to-noise ratio of u filter</description>
                       <ucd>stat.snr;phot.flux;em.opt.U</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrg</name>
                       <description>Signal-to-noise ratio of g filter</description>
                       <ucd>stat.snr;phot.flux;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrr</name>
                       <description>Signal-to-noise ratio of r filter</description>
                       <ucd>stat.snr;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snri</name>
                       <description>Signal-to-noise ratio of i filter</description>
                       <ucd>stat.snr;phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrz</name>
                       <description>Signal-to-noise ratio of z filter</description>
                       <ucd>stat.snr;phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>class</name>
                       <description>Spectral type</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>subclass</name>
                       <description>Stellar spectral type</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>Redshift</description>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_err</name>
                       <description>Redshift uncertainty</description>
                       <ucd>stat.error;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ps_id</name>
                       <description>The objID in the Pan-STARRS catalog</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_g</name>
                       <description>Pan-STARRS g band magnitude</description>
                       <ucd>phot.flux;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_r</name>
                       <description>Pan-STARRS r band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_i</name>
                       <description>Pan-STARRS i band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_z</name>
                       <description>Pan-STARRS z band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_y</name>
                       <description>Pan-STARRS y band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibertype</name>
                       <description>Fiber Type of target [Obj, Sky, F-std, Unused, PosErr, Dead]</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets</name>
                       <description>Whether there is a fiber offset during observation</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets_v</name>
                       <description>If the "offsets" field is true, "offsets_v" gives the offset distance from the target’s coordinator in input catalog</description>
                       <unit>arcsec</unit>
                       <ucd>instr.offset</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension from input catalog</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination from input catalog</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermask</name>
                       <description>Possible fiber problems</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>with_norm_flux</name>
                       <description>It has two values of 0 and 1, 1 represents the FITS file provides the normalized spectrum, and 0 means it does not. The normalized flux is in the data array of extension 1.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="31304690" esatapplus:size_bytes="19389169664" type="base_table">
                    <name>external.lamost_dr9_mrs</name>
                    <description>LAMOST Medium-Resolution Spectroscopic Survey General Catalogue Data Release 9. The Large Sky Area Multi-Object Fiber Spectroscopic Telescope (LAMOST) is a Chinese national scientific research facility operated by the National Astronomical Observatories, Chinese Academy of Sciences. It is a special reflecting Schmidt telescope with 4000 fibers in a field of view of 20 degrees. The LAMOST survey provides flux- and wavelength-calibrated, sky-subtracted spectra in the wavelength range 3690-9100 Angstrom for many types of astronomical objects. Since October 2018, LAMOST started the second stage survey program containing both low- and medium-resolution spectroscopic surveys, and the medium-resolution spectroscopic survey includes two surveys, i.e., the time-domain and the non-time-domain surveys. The ninth LAMOST data release (LAMOST DR9) includes observations until June 2021. The Medium-Resolution spectroscopic Survey (MRS) General Catalogue contains 8,259,362 spectra, where there are 1,846,438 and 6,412,924 spectra for the non-time-domain and time-domain surveys, respectively. For more information, please consult the LAMOST homepage: https://www.lamost.org/dr9/</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>mobsid</name>
                       <description>Unique ID for each medium-resolution spectrum in each exposure</description>
                       <ucd>meta.id.assoc;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Unique spectrum ID for each observation of each target</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uid</name>
                       <description>Unique source identifier calculated with the "ura" and "udec" in table 9</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gp_id</name>
                       <description>For each LAMOST source, the equatorial coordinates ("ura" and "udec" in table 9) used to calculate "uid" were from which survey ((Pan-STARRS, Gaia or LAMOST), "gp_id" gives the corresponding source identifier in that survey.</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Target designation</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsdate</name>
                       <description>Target Observation Date</description>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lmjd</name>
                       <description>Local Modified Julian Day</description>
                       <unit>d</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd</name>
                       <description>Modified Julian Day</description>
                       <unit>d</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>planid</name>
                       <description>Plan Name</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spid</name>
                       <description>Spectrograph ID</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberid</name>
                       <description>Fiber ID</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lmjm</name>
                       <description>Local modified Julian minute</description>
                       <unit>min</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>band</name>
                       <description>Having two values of B and R, which represent B and R band spectra</description>
                       <ucd>instr.bandpass</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_obs</name>
                       <description>Fiber pointing right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_obs</name>
                       <description>Fiber pointing declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>The median value of all pixel S/Ns in B band spectrum or R band</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibertype</name>
                       <description>Fiber Type of target [Obj, Sky, F-std, Unused, PosErr, Dead]</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets</name>
                       <description>Whether there is a fiber offset during observation</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets_v</name>
                       <description>If the "offsets" field is true, "offsets_v" gives the offset distance from the target's coordinator in input catalog</description>
                       <unit>arcsec</unit>
                       <ucd>instr.offset</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension from input catalog</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination from input catalog</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b0</name>
                       <description>Radial velocity of B band spectra measured with 483 selected KURUCZ synthetic templates</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b0_err</name>
                       <description>Uncertainty of rv_b0 measured by the method LASP used</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b1</name>
                       <description>Radial velocity after zero-point correction of rv_b0</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b1_err</name>
                       <description>Uncertainty of rv_b1 measured by the error propagation</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b_flag</name>
                       <description>Radial velocity flag for B band spectra</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r0</name>
                       <description>Radial velocity of R band spectra measured with 483 selected KURUCZ synthetic templates</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r0_err</name>
                       <description>Uncertainty of rv_r0 measured by the method LASP used</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r1</name>
                       <description>Radial velocity after zero-point correction of rv_r0</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r1_err</name>
                       <description>Uncertainty of rv_r1 measured by the error propagation</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r_flag</name>
                       <description>Radial velocity flag for R band spectra</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br0</name>
                       <description>Radial velocity of B and R band spectra measured with 483 selected KURUCZ synthetic templates</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br0_err</name>
                       <description>Uncertainty of rv_br0 measured by the method LASP used</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br1</name>
                       <description>Radial velocity after zero-point correction of rv_br0</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br1_err</name>
                       <description>Uncertainty of rv_br1 measured by the error propagation</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br_flag</name>
                       <description>Radial velocity flag for B and R band spectra</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp0</name>
                       <description>Radial velocity measured by the LASP</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp0_err</name>
                       <description>Uncertainty of rv_lasp0 also given by the LASP</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp1</name>
                       <description>Radial velocity after zero-point correction of rv_lasp0</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp1_err</name>
                       <description>Uncertainty of rv_lasp1 measured by the error propagation</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>coadd</name>
                       <description>A flag to show whether it is a coadd spectrum</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermask</name>
                       <description>Possible fiber problems</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bad_b</name>
                       <description>A flag to show whether the B band spectra is problematic</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bad_r</name>
                       <description>A flag to show whether the R band spectra is problematic</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moon_angle</name>
                       <description>The angular distance of each target to the moon</description>
                       <unit>deg</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lunardate</name>
                       <description>The date of Chinese lunar calendar, which represents the moon phase, and its value is from 1 to 30.</description>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moon_flg</name>
                       <description>This is a flag for "moon_angle", and it has two values of 0 and 1, which represent the range of angular distance. If "moon_flg" equals to 1, it indicates that angular distance is in the range of [10 degree, 30 degree], and it represents that the angular distance is larger than 30 degree when "moon_flg" equals to 0.</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>subproject</name>
                       <description>The sub-project names of LAMOST Medium-Resolution Spectroscopic Survey</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="5525" esatapplus:size_bytes="4710400" type="base_table">
                    <name>external.ravedr5_com</name>
                    <description>The Radial Velocity Experiment (RAVE): fifth data release (DR5). RAVE completeness (RAVE_completeness_PBP.dat). RAVE DR5 is the fifth data release from a magnitude-limited (9 &lt; I &lt; 12 mag) survey of stars randomly selected in the Southern Hemisphere. The RAVE medium-resolution spectra (R ~ 7500) covering the Ca-triplet region (8410-8795 Angstrom) span the complete time frame from the start of RAVE observations in 2003 to their completion in 2013. Radial velocities from 520,781 spectra of 457,588 unique stars are presented, of which 255,922 stellar observations have parallaxes and proper motions from the Tycho-Gaia astrometric solution in Gaia DR1. For the main DR5 catalogue, stellar parameters (effective temperature, surface gravity, and overall metallicity) are computed using the RAVE DR4 stellar pipeline, but calibrated using recent K2 Campaign 1 seismic gravities and Gaia benchmark stars, as well as results obtained from high-resolution studies. Also included are temperatures from the Infrared Flux Method, and a catalogue of red giant stars in the de-reddened color {(J-{Ks})}_0 interval (0.50, 0.85) for which the gravities were calibrated based only on seismology. Further data products for subsamples of the RAVE stars include individual abundances for Mg, Al, Si, Ca, Ti, Fe, and Ni, and distances found using isochrones. Each RAVE spectrum is complemented by an error spectrum, which has been used to determine uncertainties on the parameters. Data retrieved using the VizieR catalogue access tool, CDS, Strasbourg, France (VizieR catalogue: III/279). Reference paper: https://ui.adsabs.harvard.edu/abs/2017AJ....153...75K/abstract (DOI: 10.3847/1538-3881/153/2/75)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>healpix32</name>
                       <description>Hierarchical Equal-Area iso-Latitude Pixelisation value (N_side = 4096) (1)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf00_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf00_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf00_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf00_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf00_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf00_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf00_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf00_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf00_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf00_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf01_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf01_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf01_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf01_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf01_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf01_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf01_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf01_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf01_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf01_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf02_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf02_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf02_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf02_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf02_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf02_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf02_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf02_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf02_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf02_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf03_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf03_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf03_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf03_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf03_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf03_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf03_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf03_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf03_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf03_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf04_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf04_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf04_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf04_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf04_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf04_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf04_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf04_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf04_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf04_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf05_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf05_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf05_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf05_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf05_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf05_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf05_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf05_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf05_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf05_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf06_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf06_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf06_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf06_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf06_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf06_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf06_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf06_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf06_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf06_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf07_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf07_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf07_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf07_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf07_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf07_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf07_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf07_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf07_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf07_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf08_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf08_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf08_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf08_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf08_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf08_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf08_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf08_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf08_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf08_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf09_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf09_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf09_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf09_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf09_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf09_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf09_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf09_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf09_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf09_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf10_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf10_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf10_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf10_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf10_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf10_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf10_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf10_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf10_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf10_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf11_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf11_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf11_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf11_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf11_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf11_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf11_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf11_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf11_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf11_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf12_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf12_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf12_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf12_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf12_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf12_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf12_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf12_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf12_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf12_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf13_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf13_1</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf13_2</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf13_3</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf13_4</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf13_5</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf13_6</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf13_7</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf13_8</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf13_9</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cf14_0</name>
                       <description>Completness fraction (N_RAVE / N_2MASS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="520701" esatapplus:size_bytes="1135763456" type="base_table">
                    <name>external.ravedr5_dr5</name>
                    <description>The Radial Velocity Experiment (RAVE): fifth data release (DR5). Main catalogue. RAVE DR5 is the fifth data release from a magnitude-limited (9 &lt; I &lt; 12 mag) survey of stars randomly selected in the Southern Hemisphere. The RAVE medium-resolution spectra (R ~ 7500) covering the Ca-triplet region (8410-8795 Angstrom) span the complete time frame from the start of RAVE observations in 2003 to their completion in 2013. Radial velocities from 520,781 spectra of 457,588 unique stars are presented, of which 255,922 stellar observations have parallaxes and proper motions from the Tycho-Gaia astrometric solution in Gaia DR1. For the main DR5 catalogue, stellar parameters (effective temperature, surface gravity, and overall metallicity) are computed using the RAVE DR4 stellar pipeline, but calibrated using recent K2 Campaign 1 seismic gravities and Gaia benchmark stars, as well as results obtained from high-resolution studies. Also included are temperatures from the Infrared Flux Method, and a catalogue of red giant stars in the de-reddened color {(J-{Ks})}_0 interval (0.50, 0.85) for which the gravities were calibrated based only on seismology. Further data products for subsamples of the RAVE stars include individual abundances for Mg, Al, Si, Ca, Ti, Fe, and Ni, and distances found using isochrones. Each RAVE spectrum is complemented by an error spectrum, which has been used to determine uncertainties on the parameters. Data retrieved using the VizieR catalogue access tool, CDS, Strasbourg, France (VizieR catalogue: III/279). Reference paper: https://ui.adsabs.harvard.edu/abs/2017AJ....153...75K/abstract (DOI: 10.3847/1538-3881/153/2/75)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>! Target designation (RAVE_OBS_ID)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>healpix</name>
                       <description>Hierarchical Equal-Area iso-Latitude Pixelisation value (N_side=4096) (HEALPix) (1)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rave</name>
                       <description>! RAVE designation(JHHMMSS.S+DDMMSS) (RAVEID)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension (J2000.0, Ep=J2000) (RAdeg)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination (J2000.0, Ep=J2000) (DEdeg)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glon</name>
                       <description>Galactic Longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glat</name>
                       <description>Galactic Latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrv</name>
                       <description>Heliocentric radial velocity (HRV)</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc;pos.heliocentric</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_hrv</name>
                       <description>Error on HRV (eHRV)</description>
                       <unit>km/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_hrv</name>
                       <description>? Standard deviation in HRV from 10 resampled spectra (StdDev_HRV)</description>
                       <unit>km/s</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_med_hrv</name>
                       <description>? Median absolute deviation in HRV from 10 resampled spectra (MAD_HRV)</description>
                       <unit>km/s</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrs</name>
                       <description>Signal/Noise Ratio of SPARV pipeline (STN_SPARV) (2)</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrk</name>
                       <description>? Signal/Noise Ratio of Kordopatis pipeline (SNR_K) (2)</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teffk</name>
                       <description>? Effective temperature (Teff_K) (2)</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cteffk</name>
                       <description>? Calibrated effective temperature (Teff_N_K) (2)</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_teffk</name>
                       <description>? Effective Temperature error (eTeff_K)</description>
                       <unit>K</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_med_teffk</name>
                       <description>? Median absolute deviation in TeffK from 10 resampled spectra (MAD_Teff_K)</description>
                       <unit>K</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_teffk</name>
                       <description>? Standard deviation in Teff_K from 10 resampled spectra (StdDev_Teff_K)</description>
                       <unit>K</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>loggk</name>
                       <description>? Log gravity (logg_K) (2)</description>
                       <unit>cm.s**-2</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cloggk</name>
                       <description>? Calibrated log gravity (logg_N_K) (2)</description>
                       <unit>cm.s**-2</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_loggk</name>
                       <description>? Error Log gravity (elogg_K) (2)</description>
                       <unit>cm.s**-2</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_loggk</name>
                       <description>? Standard deviation in loggK from 10 resampled spectra (MAD_logg_K)</description>
                       <unit>cm.s**-2</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_med_loggk</name>
                       <description>? Median absolute deviation in loggK from 10 resampled spectra (StdDev_logg_K)</description>
                       <unit>cm.s**-2</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_h_k</name>
                       <description>? Metallicity [m/H] (Met_K) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_h_nk</name>
                       <description>? Calibrated metallicity (Met_N_K) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e__m_h_k</name>
                       <description>? Error on metallicity (eMet_K) (2)</description>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s__m_h_k</name>
                       <description>? Standard deviation in [M/H]K from 10 resampled spectra (MAD_Met_K)</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_med__m_h_k</name>
                       <description>? Median absolute deviation in [M/H]K from 10 resampled spectra (StdDev_Met_K)</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chisqk</name>
                       <description>? Chi-square from the stellar parameter pipeline (CHISQ_K) (2)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qk</name>
                       <description>[0/4]? Quality flag for stellar parameter pipeline (Algo_Conv_K) (2) (3)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teffir</name>
                       <description>Temperature from infrared flux method (Teff_IR)</description>
                       <unit>K</unit>
                       <ucd>phys.temperature</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_teffir</name>
                       <description>? Internal error on TeffIR (eTeff_IR)</description>
                       <unit>K</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>irdirect</name>
                       <description>Infrared flux method flag (IR_direct) (4)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mg_h_c</name>
                       <description>? Abundance of Mg (Mg) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_mg_h_c</name>
                       <description>[0/6]? Number of used spectral lines for calculation (Mg_N) (2)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>al_h_c</name>
                       <description>? Abundance of Al (Al) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_al_h_c</name>
                       <description>? Number of used spectral lines for calculation (Al_N) (2)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>si_h_c</name>
                       <description>? Abundance of Si (Si) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_si_h_c</name>
                       <description>? Number of used spectral lines for calculation (Si_N) (2)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ti_h_c</name>
                       <description>? Abundance of Ti (Ti) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_ti_h_c</name>
                       <description>? Number of used spectral lines for calculation (Ti_N) (2)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fe_h_c</name>
                       <description>? Abundance of Fe (Fe) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_fe_h_c</name>
                       <description>? Number of used spectral lines for calculation (Fe_N) (2)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ni_h_c</name>
                       <description>? Abundance of Ni (Ni) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_ni_h_c</name>
                       <description>? Number of used spectral lines for calculation (Ni_N) (2)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_fe_c</name>
                       <description>? Alpha-enhancement from chemi cal pipeline (Alpha_c) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chisqc</name>
                       <description>? Chi-square of chemi cal pipeline (CHISQ_c) (2)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fracc</name>
                       <description>? Fraction of spectrum used for calculation of abundances (frac_c) (2)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avschl</name>
                       <description>? Total extinction in V-band from Schlegel et al. (1998ApJ...500..525S) (AV_Schlegel)</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist</name>
                       <description>? Spectrophotometric distance (distance) (10)</description>
                       <unit>pc</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_dist</name>
                       <description>? Error on distance (edistance) (10)</description>
                       <unit>pc</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logav</name>
                       <description>? Log Av extinction (log_Av) (10)</description>
                       <ucd>phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_logav</name>
                       <description>? Error on LogAv (elog_Av) (10)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plx</name>
                       <description>? Spectrophotometric parallax (parallax) (10)</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.spect</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_plx</name>
                       <description>? Error on plx (eparallax) (10)</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dm</name>
                       <description>? Distance modulus (DistanceModulus_Binne) (10)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.distMod</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_dm</name>
                       <description>? Error on DM (eDistanceModulus_Binne) (10)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ffb</name>
                       <description>? Fit flag see sec.3 of Binney et al. (2014MNRAS.437..351B) (Fit_Flag_Binney)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fqb</name>
                       <description>? Fit quality "F" given by Eq. 15 of Binney et al. (2014MNRAS.437..351B) (FitQuality_Binney)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ngauss</name>
                       <description>? Number of components required for multi-Gaussian distance modulus fit (N_Gauss_fit)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gm1</name>
                       <description>? Mean of 1st Gaussian (Gauss_mean_1)</description>
                       <ucd>src.sample;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gs1</name>
                       <description>? Sigma of 1st Gaussian (Gauss_sigma_1)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gf1</name>
                       <description>? Normalisation of 1st Gaussian (Gauss_frac_1)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gm2</name>
                       <description>? Mean of 2nd Gaussian (Gauss_mean_2)</description>
                       <ucd>src.sample;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gs2</name>
                       <description>? Sigma of 2nd Gaussian (Gauss_sigma_2)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gf2</name>
                       <description>? Normalisation of 2nd Gaussian (Gauss_frac_2)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gm3</name>
                       <description>? Mean of 3rd Gaussian (Gauss_mean_3)</description>
                       <ucd>src.sample;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gs3</name>
                       <description>? Sigma of 3rd Gaussian (Gauss_sigma_3)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gf3</name>
                       <description>? Normalisation of 3rd Gaussian (Gauss_frac_3)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c1</name>
                       <description>1st minimum distance (c1) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c2</name>
                       <description>2nd minimum distance (c2) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c3</name>
                       <description>3rd minimum distance (c3) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c4</name>
                       <description>4th minimum distance (c4) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c5</name>
                       <description>5th minimum distance (c5) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c6</name>
                       <description>6th minimum distance (c6) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c7</name>
                       <description>7th minimum distance (c7) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c8</name>
                       <description>8th minimum distance (c8) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c9</name>
                       <description>9th minimum distance (c9) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c10</name>
                       <description>10th minimum distance (c10) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c11</name>
                       <description>11th minimum distance (c11) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c12</name>
                       <description>12th minimum distance (c12) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c13</name>
                       <description>13th minimum distance (c13) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c14</name>
                       <description>14th minimum distance (c14) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c15</name>
                       <description>15th minimum distance (c15) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c16</name>
                       <description>16th minimum distance (c16) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c17</name>
                       <description>17th minimum distance (c17) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c18</name>
                       <description>18th minimum distance (c18) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c19</name>
                       <description>19th minimum distance (c19) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c20</name>
                       <description>20th minimum distance (c20) (5)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>repflag</name>
                       <description>[1]? Repetition flag (Rep_Flag) (6)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>clsflag</name>
                       <description>[1]? Cluster star flag (CluStar_Flag) (7)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fpflag</name>
                       <description>[1]? Footprint flag FootPrint_Flag) (8)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tgas</name>
                       <description>? TGAS target designation (ID_TGAS_source)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ratgas</name>
                       <description>? TGAS right ascension (Ep=2015.0) (RA_TGAS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detgas</name>
                       <description>? TGAS declination (Ep=2015.0) (DE_TGAS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmratgas</name>
                       <description>? Proper motion RA from TGAS (pmRA_TGAS)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmratgas</name>
                       <description>? Error on proper motion RA from TGAS (pmRA_error_TGAS)</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdetgas</name>
                       <description>? Proper motion DE from TGAS (pmDE_TGAS)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmdetgas</name>
                       <description>? Error on proper motion DE from TGAS (pmDE_error_TGAS)</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plxtgas</name>
                       <description>? Parallax from TGAS (parallax_TGAS)</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_plxtgas</name>
                       <description>? Error on parallax from TGAS (parallax_error_TGAS)</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gmagtgas</name>
                       <description>? TGAS G magnitude (phot_g_mean_mag_TGAS)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gfluxtgas</name>
                       <description>? TGAS flux in G band (phot_g_mean_flux_TGAS)</description>
                       <unit>'electron'/s</unit>
                       <ucd>phot.flux.density;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_gfluxtgas</name>
                       <description>? Error on G band flux from TGAS (phot_g_mean_flux_error_TGAS)</description>
                       <unit>'electron'/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hipparcos</name>
                       <description>? Hipparcos target designation (ID_Hipparcos)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tycho2</name>
                       <description>Tycho-2 target designation (ID_TYCHO2)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>distt2</name>
                       <description>? Distance to Tycho-2 source (Dist_TYCHO2)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xt2</name>
                       <description>Cross-match quality flag Tycho-2 (MatchFlag_TYCHO2) (9)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>btmagt2</name>
                       <description>? Tycho-2 BT magnitude (BTmag_TYCHO2)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_btmagt2</name>
                       <description>? Error on Tycho-2 BT magnitude (eBTmag_TYCHO2)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vtmagt2</name>
                       <description>? Tycho-2 VT magnitude (VTmag_TYCHO2)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_vtmagt2</name>
                       <description>? Error on Tycho-2 VT magnitude (eVTmag_TYCHO2)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmrat2</name>
                       <description>? Proper motion RA from Tycho-2 (pmRA_TYCHO2)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmrat2</name>
                       <description>? Error on proper motion RA from Tycho-2 (epmRA_TYCHO2)</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdet2</name>
                       <description>? Proper motion De from Tycho-2 (pmDE_TYCHO2)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmdet2</name>
                       <description>? Error on proper motion DE from Tycho-2 (epmDE_TYCHO2)</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ucac4</name>
                       <description>UCAC4 target designation (ID_UCAC4)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>distu4</name>
                       <description>? Distance to UCAC4 source (Dist_UCAC4)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xu4</name>
                       <description>Cross-match quality flag UCAC4 (MatchFlag_UCAC4) (9)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmrau4</name>
                       <description>? Proper motion RA from UCAC4 (pmRA_UCAC4)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmrau4</name>
                       <description>? Error on proper motion RA from UCAC4 (epmRA_UCAC4)</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdeu4</name>
                       <description>? Proper motion DE from UCAC4 (pmDE_UCAC4)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmdeu4</name>
                       <description>? Error on proper motion DE from UCAC4 (epmDE_UCAC4)</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ppmxl</name>
                       <description>? PPMXL target designation (ID_PPMXL)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>distp</name>
                       <description>? Distance to PPMXL source (Dist_PPMXL)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xp</name>
                       <description>Cross-match quality flag PPMXL (MatchFlag_PPMXL) (9)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmrap</name>
                       <description>? Proper motion RA from PPMXL (pmRA_PPMXL)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmrap</name>
                       <description>? Error on proper motion RA from PPMXL (epmRA_PPMXL)</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdep</name>
                       <description>? Proper motion DE from PPMXL (pmDE_PPMXL)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmdep</name>
                       <description>? Error on proper motion DE from PPMXL (epmDE_PPMXL)</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>col2mass</name>
                       <description>2MASS target designation (ID_2MASS)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist2</name>
                       <description>? Distance to 2MASS source (Dist_2MASS)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x2</name>
                       <description>Cross-match quality flag 2MASS (MatchFlag_2MASS) (9)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>jmag2</name>
                       <description>? 2MASS J magnitude (Jmag_2MASS)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_jmag2</name>
                       <description>? Error on 2MASS J magnitude (eJmag_2MASS)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hmag2</name>
                       <description>? 2MASS H magnitude (Hmag_2MASS)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_hmag2</name>
                       <description>? Error on 2MASS H magnitude (eHmag_2MASS)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kmag2</name>
                       <description>? 2MASS K magnitude (Kmag_2MASS)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_kmag2</name>
                       <description>? Error on 2MASS K magnitude (eKmag_2MASS)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>allwise</name>
                       <description>ALLWISE target designation (ID_ALLWISE)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>distw</name>
                       <description>? Distance to ALLWISE source (Dist_ALLWISE)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xw</name>
                       <description>Cross-match quality flag ALLWISE (MatchFlag_ALLWISE) (9)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1magw</name>
                       <description>? ALLWISE W1 magnitude (W1mag_ALLWISE)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_w1magw</name>
                       <description>? Error on ALLWISE W1 magnitude (eW1mag_ALLWISE)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2magw</name>
                       <description>? ALLWISE W2 magnitude (W2mag_ALLWISE)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_w2magw</name>
                       <description>? Error on ALLWISE W2 magnitude (eW2mag_ALLWISE)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3magw</name>
                       <description>? ALLWISE W3 magnitude (W3mag_ALLWISE)</description>
                       <unit>mag</unit>
                       <ucd>phot.flux.density;em.IR.8-15um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_w3magw</name>
                       <description>? Error on ALLWISE W3 magnitude (eW3mag_ALLWISE)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4magw</name>
                       <description>? ALLWISE W4 magnitude (W4mag_ALLWISE)</description>
                       <unit>mag</unit>
                       <ucd>phot.flux.density;em.IR.15-30um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_w4magw</name>
                       <description>? Error on ALLWISE W4 magnitude (eW4mag_ALLWISE)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccflagsw</name>
                       <description>Prioritized artifacts affecting the source in each band (cc_flags_ALLWISE)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extflgw</name>
                       <description>? Probability source morphology is not consistent with single PSF (ext_flg_ALLWISE)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>varflgw</name>
                       <description>Probability that flux varied in any band greater than amount expected (var_flg_ALLWISE)</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phqualw</name>
                       <description>Photometric quality of each band A=highest, U=upper limit (ph_qual_ALLWISE)</description>
                       <unit>mag</unit>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>distadr9</name>
                       <description>? Distance to APASS DR9 source (Dist_APASSDR9)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xadr9</name>
                       <description>Cross-match quality flag APASSDR9 (MatchFlag_APASSDR9) (9)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bmagadr9</name>
                       <description>? APASS DR9 B magnitude (Bmag_APASSDR9)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_bmagadr9</name>
                       <description>? Error APASS DR9 B magnitude (eBmag_APASSDR9)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vmagadr9</name>
                       <description>? APASS DR9 V magnitude (Vmag_APASSDR9)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_vmagadr9</name>
                       <description>? Error APASS DR9 V magnitude (eVmag_APASSDR9)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gpmagadr9</name>
                       <description>? APASS DR9 g' magnitude (gpmag_APASSDR9)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_gpmagadr9</name>
                       <description>? Error APASS DR9 g' magnitude (egpmag_APASSDR9)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rpmagadr9</name>
                       <description>? APASS DR9 r' magnitude (rpmag_APASSDR9)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_rpmagadr9</name>
                       <description>? Error APASS DR9 r' magnitude (erpmag_APASSDR9)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ipmagadr9</name>
                       <description>? APASS DR9 i' magnitude (ipmag_APASSDR9)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ipmagadr9</name>
                       <description>? Error APASS DR9 i' magnitude (eipmag_APASSDR9)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>denis</name>
                       <description>DENIS target designation (ID_DENIS)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>distd</name>
                       <description>? Distance to DENIS source (Dist_DENIS)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xd</name>
                       <description>Cross-match quality flag DENIS (MatchFlag_DENIS) (9)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>imagd</name>
                       <description>? DENIS I magnitude (Imag_DENIS)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_imagd</name>
                       <description>? Error DENIS I magnitude (eImag_DENIS)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>jmagd</name>
                       <description>? DENIS J magnitude (Jmag_DENIS)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_jmagd</name>
                       <description>? Error DENIS J magnitude (eJmag_DENIS)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kmagd</name>
                       <description>? DENIS K magnitude (Kmag_DENIS)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_kmagd</name>
                       <description>? Error DENIS K magnitude (eKmag_DENIS)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>usnob1</name>
                       <description>USNO-B1 target designation (ID_USNOB1)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>distub1</name>
                       <description>? Distance to USNO-B1 source (Dist_USNOB1)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xub1</name>
                       <description>Cross-match quality flag USNO-B1 (MatchFlag_USNOB1) (9)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b1magub1</name>
                       <description>? USNO-B1 B1 magnitude (B1mag_USNOB1)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r1magub1</name>
                       <description>? USNO-B1 R1 magnitude (R1mag_USNOB1)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b2magub1</name>
                       <description>? USNO-B1 B2 magnitude (B2mag_USNOB1)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r2magub1</name>
                       <description>? USNO-B1 R2 magnitude (R2mag_USNOB1)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>imagub1</name>
                       <description>? USNO-B1 I magnitude (Imag_USNOB1)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmraub1</name>
                       <description>? Proper motion RA from USNO-B1 (pmRA_USNOB1)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmraub1</name>
                       <description>? Error on proper motion RA from USNO-B1</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdeub1</name>
                       <description>? Proper motion DE from USNO-B1 (pmDE_USNOB1)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmdeub1</name>
                       <description>? Error on proper motion DE from USNO-B1</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsdate</name>
                       <description>! Observation date (Obsdate)</description>
                       <unit>'YYYY-MM-DD'</unit>
                       <ucd>time.epoch;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fieldname</name>
                       <description>! Name of RAVE field (FieldName)</description>
                       <ucd>meta.id;obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibernb</name>
                       <description>[1/150] Fiber number (FiberNumber)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>platenb</name>
                       <description>[1/3] Plate number (PlateNumber)</description>
                       <ucd>meta.id;obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjdobs</name>
                       <description>Modified Julian date of observation (MJD_OBS)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lststart</name>
                       <description>Exposure start in Local sideral time (LST_start)</description>
                       <unit>deg</unit>
                       <ucd>time.start;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lstend</name>
                       <description>Exposure end in local sideral time (LST_end)</description>
                       <unit>deg</unit>
                       <ucd>time.end;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>utcstart</name>
                       <description>Exposure start in UTC (UTC_start)</description>
                       <unit>deg</unit>
                       <ucd>time.start;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>utcend</name>
                       <description>Exposure end in UTC (UTC_end)</description>
                       <unit>deg</unit>
                       <ucd>time.end;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="262510" esatapplus:size_bytes="81027072" type="base_table">
                    <name>external.ravedr5_gra</name>
                    <description>The Radial Velocity Experiment (RAVE): fifth data release (DR5). Astroseismic gravities (RAVE_Gravity_SC.dat). RAVE DR5 is the fifth data release from a magnitude-limited (9 &lt; I &lt; 12 mag) survey of stars randomly selected in the Southern Hemisphere. The RAVE medium-resolution spectra (R ~ 7500) covering the Ca-triplet region (8410-8795 Angstrom) span the complete time frame from the start of RAVE observations in 2003 to their completion in 2013. Radial velocities from 520,781 spectra of 457,588 unique stars are presented, of which 255,922 stellar observations have parallaxes and proper motions from the Tycho-Gaia astrometric solution in Gaia DR1. For the main DR5 catalogue, stellar parameters (effective temperature, surface gravity, and overall metallicity) are computed using the RAVE DR4 stellar pipeline, but calibrated using recent K2 Campaign 1 seismic gravities and Gaia benchmark stars, as well as results obtained from high-resolution studies. Also included are temperatures from the Infrared Flux Method, and a catalogue of red giant stars in the de-reddened color {(J-{Ks})}_0 interval (0.50, 0.85) for which the gravities were calibrated based only on seismology. Further data products for subsamples of the RAVE stars include individual abundances for Mg, Al, Si, Ca, Ti, Fe, and Ni, and distances found using isochrones. Each RAVE spectrum is complemented by an error spectrum, which has been used to determine uncertainties on the parameters. Data retrieved using the VizieR catalogue access tool, CDS, Strasbourg, France (VizieR catalogue: III/279). Reference paper: https://ui.adsabs.harvard.edu/abs/2017AJ....153...75K/abstract (DOI: 10.3847/1538-3881/153/2/75)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>! Target designation (RAVE_OBS_ID)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>loggsc</name>
                       <description>? Log gravity calibrated astroseismically (logg_SC)</description>
                       <unit>cm.s**-2</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_loggsc</name>
                       <description>? Error on loggSC (elogg_SC)</description>
                       <unit>cm.s**-2</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag050</name>
                       <description>[0/1] Difference between loggSC and loggK less than 0.5dex (1=true, 0=false) (Flag050)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag075</name>
                       <description>[0/1]? Difference between loggSC and loggK less than 0.75dex (1=true, 0=false) (Flag075)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flagm</name>
                       <description>[0/1]? Normal star, meaning c1-c20 are all "n" (1=true, 0=false) (Flag_M)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teffir</name>
                       <description>? Temperature from infrared flux (Teff_IR)</description>
                       <unit>K</unit>
                       <ucd>phys.temperature</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mg_h</name>
                       <description>? Abundance of Mg (Mg) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_mg_h</name>
                       <description>? Number of used spectral lines for calculation (Mg_N)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>al_h</name>
                       <description>? Abundance of Al (Al) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_al_h</name>
                       <description>? Number of used spectral lines for calculation (Al_N)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>si_h</name>
                       <description>? Abundance of Si (Si) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_si_h</name>
                       <description>? Number of used spectral lines for calculation (Si_N)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ti_h</name>
                       <description>? Abundance of Ti (Ti) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_ti_h</name>
                       <description>? Number of used spectral lines for calculation (Ti_N)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fe_h</name>
                       <description>? Abundance of Fe (Fe) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_fe_h</name>
                       <description>? Number of used spectral lines for calculation (Fe_N)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ni_h</name>
                       <description>? Abundance of Ni (Ni) (2)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_ni_h</name>
                       <description>? Number of used spectral lines for calculation (Ni_N)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_fe_c</name>
                       <description>? Alpha-enhancement from chemical pipeline (Alpha_c)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chisqc</name>
                       <description>? Chi-square of chemical pipeline (CHISQ_c) (2)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fracc</name>
                       <description>? Fraction of spectrum used for calculation of abundances (frac_c)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avschl</name>
                       <description>? Total extinction in V-band from Schlegel et al. (1998ApJ...500..525S) (AV_Schlegel)</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist</name>
                       <description>? Spectrophotometric distance (distance) (1)</description>
                       <unit>kpc</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_dist</name>
                       <description>? Error on distance (edistance) (1)</description>
                       <unit>kpc</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logav</name>
                       <description>? Log Av extinction (log_Av) (1)</description>
                       <ucd>phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_logav</name>
                       <description>? Error on LogAv (elog_Av) (1)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plx</name>
                       <description>? Spectrophotometric parallax (parallax) (1)</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.spect</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_plx</name>
                       <description>? Error on plx (eparallax) (1)</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dm</name>
                       <description>? Distance modulus (DistanceModulus_Binney) (1)</description>
                       <ucd>phot.mag.distMod</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_dm</name>
                       <description>? Error on DM (eDistanceModulus_Binney) (1)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ffb</name>
                       <description>? Fit flag see sec.3 of Binney et al. (2014MNRAS.437..351B) (Fit_Flag_Binney)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fqb</name>
                       <description>? Fit quality "F" given by Eq. 15 of Binney et al. (2014MNRAS.437..351B) (FitQuality_Binney)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ngauss</name>
                       <description>? Number of components required for multi-Gaussian distance modulus fit (N_Gauss_fit)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gm1</name>
                       <description>? Mean of 1st Gaussian (Gauss_mean_1)</description>
                       <ucd>src.sample;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gs1</name>
                       <description>? Sigma of 1st Gaussian (Gauss_sigma_1)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gf1</name>
                       <description>? Normalisation of 1st Gaussian (Gauss_frac_1)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gm2</name>
                       <description>? Mean of 2nd Gaussian (Gauss_mean_2)</description>
                       <ucd>src.sample;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gs2</name>
                       <description>? Sigma of 2nd Gaussian (Gauss_sigma_2)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gf2</name>
                       <description>? Normalisation of 2nd Gaussian (Gauss_frac_2)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gm3</name>
                       <description>? Mean of 3rd Gaussian (Gauss_mean_3)</description>
                       <ucd>src.sample;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gs3</name>
                       <description>? Sigma of 3rd Gaussian (Gauss_sigma_3)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gf3</name>
                       <description>? Normalisation of 3rd Gaussian (Gauss_frac_3)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="520701" esatapplus:size_bytes="313696256" type="base_table">
                    <name>external.ravedr5_on</name>
                    <description>The Radial Velocity Experiment (RAVE): fifth data release (DR5). Stellar parameters from the "Cannon". RAVE DR5 is the fifth data release from a magnitude-limited (9 &lt; I &lt; 12 mag) survey of stars randomly selected in the Southern Hemisphere. The RAVE medium-resolution spectra (R ~ 7500) covering the Ca-triplet region (8410-8795 Angstrom) span the complete time frame from the start of RAVE observations in 2003 to their completion in 2013. Radial velocities from 520,781 spectra of 457,588 unique stars are presented, of which 255,922 stellar observations have parallaxes and proper motions from the Tycho-Gaia astrometric solution in Gaia DR1. For the main DR5 catalogue, stellar parameters (effective temperature, surface gravity, and overall metallicity) are computed using the RAVE DR4 stellar pipeline, but calibrated using recent K2 Campaign 1 seismic gravities and Gaia benchmark stars, as well as results obtained from high-resolution studies. Also included are temperatures from the Infrared Flux Method, and a catalogue of red giant stars in the de-reddened color {(J-{Ks})}_0 interval (0.50, 0.85) for which the gravities were calibrated based only on seismology. Further data products for subsamples of the RAVE stars include individual abundances for Mg, Al, Si, Ca, Ti, Fe, and Ni, and distances found using isochrones. Each RAVE spectrum is complemented by an error spectrum, which has been used to determine uncertainties on the parameters. Data retrieved using the VizieR catalogue access tool, CDS, Strasbourg, France (VizieR catalogue: III/279). Reference paper: https://ui.adsabs.harvard.edu/abs/2017AJ....153...75K/abstract (DOI: 10.3847/1538-3881/153/2/75)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>! Target designation (RAVE_OBS_ID)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rave</name>
                       <description>! RAVE designation(JHHMMSS.S+DDMMSS) (RAVEID)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrv</name>
                       <description>Heliocentric radial velocity (HRV)</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc;pos.heliocentric</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_hrv</name>
                       <description>Error on HRV (eHRV)</description>
                       <unit>km/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_hrv</name>
                       <description>? Standard deviation in HRV from 10 resampled spectra (StdDev_HRV)</description>
                       <unit>km/s</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_med_hrv</name>
                       <description>? Median absolute deviation in HRV from 10 resampled spectra (MAD_HRV)</description>
                       <unit>km/s</unit>
                       <ucd>stat.stdev;em.wl.central;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r</name>
                       <description>Tonry-Davis R correlation coefficient (CorrelationCoeff)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hcp</name>
                       <description>Height of correlation peak (PeakHeight)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wcp</name>
                       <description>Width of correlation peak (PeakWidth)</description>
                       <unit>km/s</unit>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crv</name>
                       <description>Zero point correction applied HRV (CorrectionRV)</description>
                       <unit>km/s</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrvsky</name>
                       <description>Measured HRV of sky (SkyRV)</description>
                       <unit>km/s</unit>
                       <ucd>instr.skyLevel</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_hrvsky</name>
                       <description>Error HRV of sky (eSkyRV)</description>
                       <unit>km/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rsky</name>
                       <description>Correlation Coefficient R of sky (SkyCorrelationCoeff)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vrots</name>
                       <description>? Rotational Velocity from SPARV pipeline (Vrot_SPARV)</description>
                       <unit>km/s</unit>
                       <ucd>phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zpflag</name>
                       <description>Quality Flag for ZeroPoint correction (ZeroPointFLAG) (1)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c1</name>
                       <description>1st minimum distance (c1) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c2</name>
                       <description>2nd minimum distance (c2) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c3</name>
                       <description>3rd minimum distance (c3) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c4</name>
                       <description>4th minimum distance (c4) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c5</name>
                       <description>5th minimum distance (c5) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c6</name>
                       <description>6th minimum distance (c6) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c7</name>
                       <description>7th minimum distance (c7) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c8</name>
                       <description>8th minimum distance (c8) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c9</name>
                       <description>9th minimum distance (c9) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c10</name>
                       <description>10th minimum distance (c10) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c11</name>
                       <description>11th minimum distance (c11) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c12</name>
                       <description>12th minimum distance (c12) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c13</name>
                       <description>13th minimum distance (c13) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c14</name>
                       <description>14th minimum distance (c14) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c15</name>
                       <description>15th minimum distance (c15) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c16</name>
                       <description>16th minimum distance (c16) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c17</name>
                       <description>17th minimum distance (c17) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c18</name>
                       <description>18th minimum distance (c18) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c19</name>
                       <description>19th minimum distance (c19) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c20</name>
                       <description>20th minimum distance (c20) (2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teff</name>
                       <description>? Effective temperature (TEFF) (3)</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg</name>
                       <description>? Log gravity (LOGG) (3)</description>
                       <unit>cm.s**-2</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fe_h</name>
                       <description>? Abundance of Fe (FE_H) (3)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_h</name>
                       <description>? Abundance of O (O_H) (3)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mg_h</name>
                       <description>? Abundance of Mg (MG_H) (3)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>al_h</name>
                       <description>? Abundance of Al (AL_H) (3)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>si_h</name>
                       <description>? Abundance of Si (SI_H) (3)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ca_h</name>
                       <description>? Abundance of Ca (CA_H) (3)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ni_h</name>
                       <description>? Abundance of Ni (NI_H) (3)</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_teff</name>
                       <description>? Error on effective temperature (e_TEFF) (3)</description>
                       <unit>K</unit>
                       <ucd>stat.error;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_logg</name>
                       <description>? Error on log gravity (E_LOGG) (3)</description>
                       <unit>cm.s**-2</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fe_h</name>
                       <description>? Error on [Fe/H] (E_FE_H) (3)</description>
                       <ucd>stat.error;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_o_h</name>
                       <description>? Error on [O/H] (E_O_H) (3)</description>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_mg_h</name>
                       <description>? Error on [Mg/H] (E_MG_H) (3)</description>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_al_h</name>
                       <description>? Error on [Al/H] (E_AL_H) (3)</description>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_si_h</name>
                       <description>? Error on [Si/H] (E_SI_H) (3)</description>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ca_h</name>
                       <description>? Error on [Ca/H] (E_CA_H) (3)</description>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ni_h</name>
                       <description>? Error on [Ni/H] (E_NI_H) (3)</description>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>? Signal to noise ratio (SNR) (3)</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rchisq</name>
                       <description>? Chi-square (R_CHI_SQ) (3)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qc</name>
                       <description>Quality flag (QC) (3)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension (J2000.0, Ep=J2000) (RAdeg)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination (J2000.0, Ep=J2000) (DEdeg)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="518387" esatapplus:size_bytes="110215168" type="base_table">
                    <name>external.ravedr6</name>
                    <description>This summary table contains a selection of values from several RAVE DR6 tables. The selection of fields is motivated by the findings in the RAVE DR6 papers (DOI:10.3847/1538-3881/ab9ab9, DOI:10.3847/1538-3881/ab9ab8). The RAVE DR6 release contains 22 tables and many more results from other pipelines. The summary in this table draws from the following RAVE DR6 tables: ravedr6.dr6_rave_sparv (DOI:10.17876/rave/dr.6/001): radial velocities and errors; ravedr6.dr6_obsdata (DOI:10.17876/rave/dr.6/002): input coordinates of the RAVE observations; rave_dr6.dr6_bdasp (DOI:10.107876/rave/dr.6/008): stellar atmospheric parameters as derived by pipeline BDASP ("Enhanced stellar atmospheric parameters inferred via a Bayesian pipeline using Gaia DR2 astrometric priors", DOI:10.3847/1538-3881/ab9ab8); ravedr6.dr6_madera (DOI:10.17876/rave/dr.6/006): values [M/H]; ravedr6.dr6_gauguin_bdasp (DOI:10.17876/rave/dr.6/010): element abundances for selected elements ("Abundances of the elements Fe, Al, and Ni, as well as an overall [alpha/Fe] ratio obtained using a new pipeline based on the GAUGUIN optimization method that is able to deal with variable signal-to-noise ratios", DOI:10.3847/1538-3881/ab9ab8). This table has been created in March 2022 based on an earlier version created by Harry Enke and Yori Fournier (AIP) in October 2021 for the Gaia ESA Archive using a custom query on the AIP server.</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rave_obs_id</name>
                       <description>Unique Identifier for RAVE objects, Observation Date, Fieldname, Fibernumber</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="ICRS_2000" std="false">
                       <name>ra_input</name>
                       <description>Right ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="ICRS_2000" std="false">
                       <name>dec_input</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrv_sparv</name>
                       <description>Heliocentric radial velocity</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc;pos.heliocentric</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrv_error_sparv</name>
                       <description>Error of heliocentric radial velocity</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc;pos.heliocentric</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr_med_sparv</name>
                       <description>Signal/Noise Ratio</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>age_bdasp</name>
                       <description>Age estimation</description>
                       <unit>yr</unit>
                       <ucd>time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>age_error_bdasp</name>
                       <description>Error of age estimation</description>
                       <unit>yr</unit>
                       <ucd>stat.error;time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teff_bdasp</name>
                       <description>Effective temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teff_error_bdasp</name>
                       <description>Error of Effective Temperature</description>
                       <unit>K</unit>
                       <ucd>stat.error;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg_bdasp</name>
                       <description>Log gravity</description>
                       <unit>log(cm/s**2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg_error_bdasp</name>
                       <description>Error of Log gravity</description>
                       <unit>log(cm/s**2)</unit>
                       <ucd>stat.error;phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mass_bdasp</name>
                       <description>Mass</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mass_error_bdasp</name>
                       <description>Error of Mass</description>
                       <unit>solMass</unit>
                       <ucd>stat.error;phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>log_a_v_bdasp</name>
                       <description>log_10(Av) optical extinction</description>
                       <unit>log(mag)</unit>
                       <ucd>phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>log_a_v_error_bdasp</name>
                       <description>error log_10(Av) optical extinction</description>
                       <unit>log(mag)</unit>
                       <ucd>phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_h_cal_madera</name>
                       <description>Calibrated abundance of [M/H]</description>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_h_error_madera</name>
                       <description>Error of abundance of [M/H]</description>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fe_h_gauguin</name>
                       <description>[Fe/H] abundance of Fe</description>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fe_h_error_gauguin</name>
                       <description>Error of [Fe/H] abundance of Fe</description>
                       <ucd>stat.error;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fe_h_chisq_gauguin</name>
                       <description>Chi-square of [Fe/H] abundance of Fe</description>
                       <ucd>stat.fit.chi2;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fe_h_nl_gauguin</name>
                       <description>Number of used spectral lines in calc. of [Fe/H]</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>al_h_gauguin</name>
                       <description>[Al/H] abundance of Al</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>al_h_error_gauguin</name>
                       <description>Error of [Al/H] abundance of Al</description>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>al_h_chisq_gauguin</name>
                       <description>Chi-square of [Al/H] abundance of Al</description>
                       <ucd>stat.fit.chi2;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>al_h_nl_gauguin</name>
                       <description>Number of used spectral lines in calc. of [Al/H]</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ni_h_gauguin</name>
                       <description>[Ni/H] abundance of Ni</description>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ni_h_error_gauguin</name>
                       <description>Error of [Ni/H] abundance of Ni</description>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ni_h_chisq_gauguin</name>
                       <description>Chi-square of [Ni/H] abundance of Ni</description>
                       <ucd>stat.fit.chi2;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ni_h_nl_gauguin</name>
                       <description>Number of used spectral lines in calc. of [Ni/H]</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>alpha_fe_gauguin</name>
                       <description>[Alpha/Fe]</description>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>alpha_fe_error_gauguin</name>
                       <description>Error of [Alpha/Fe]</description>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>alpha_fe_chisq_gauguin</name>
                       <description>Chi-square of [Alpha/Fe]</description>
                       <ucd>stat.fit.chi2;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="469050976" esatapplus:size_bytes="1470798356480" type="base_table">
                    <name>external.sdssdr13_photoprimary</name>
                    <description>DR13 photometric catalogue quantities from SDSS imaging. The table includes only primary sources. It is a copy of the CasJobs PhotoPrimary view of table PhotoObjAll. CasJobs is available through SciServer (http://www.sciserver.org/). This table contains the associated photometric parameters measured by the photometric pipeline (PHOTO), and astrometrically and photometrically calibrated for all photo objects that are primary (the best version of the object). Star: Primary objects that are classified as stars. Galaxy: Primary objects that are classified as galaxies. Sky: Primary objects which are sky samples. Unknown: Primary objects which are none of the above. Each physical object on the sky has only one primary object associated with it. Upon subsequent observations, secondary objects are generated. Since the survey stripes overlap, there will be secondary objects for over 10% of all primary objects, and in the southern stripes there will be a multitude of secondary objects for each primary (i.e., reobservations). Reference paper: https://ui.adsabs.harvard.edu/abs/2017ApJS..233...25A/abstract (DOI: 10.3847/1538-4365/aa8992)</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>objid</name>
                       <description>Unique SDSS identifier composed from [skyVersion,rerun,run,camcol,field,obj].</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>skyversion</name>
                       <description>Layer of catalog (currently only one layer, 0; 0-15 available)</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>run</name>
                       <description>Run number</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rerun</name>
                       <description>Rerun number</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>camcol</name>
                       <description>Camera column</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>field</name>
                       <description>Field number</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obj</name>
                       <description>The object id within a field. Usually changes between reruns of the same field</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mode</name>
                       <description>1: primary, 2: secondary, 3: other</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nchild</name>
                       <description>Number</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>type</name>
                       <description>Type classification of the object (star, galaxy, cosmic ray, etc.)</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>clean</name>
                       <description>Clean photometry flag (1=clean, 0=unclean).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>probpsf</name>
                       <description>Probability that the object is a star. Currently 0 if type == 3 (galaxy), 1 if type == 6 (star).</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>insidemask</name>
                       <description>Flag to indicate whether object is inside a mask and why</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags</name>
                       <description>Photo Object Attribute Flags</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowc</name>
                       <description>Row center position (r-band coordinates)</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowcerr</name>
                       <description>Row center position error (r-band coordinates)</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colc</name>
                       <description>Column center position (r-band coordinates)</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colcerr</name>
                       <description>Column center position error (r-band coordinates)</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowv</name>
                       <description>Row-component of objects velocity</description>
                       <unit>deg.d**-1</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowverr</name>
                       <description>Row-component of objects velocity error</description>
                       <unit>deg.d**-1</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colv</name>
                       <description>Column-component of objects velocity</description>
                       <unit>deg.d**-1</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colverr</name>
                       <description>Column-component of objects velocity error</description>
                       <unit>deg.d**-1</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowc_u</name>
                       <description>Row center, u-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowc_g</name>
                       <description>Row center, g-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowc_r</name>
                       <description>Row center, r-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowc_i</name>
                       <description>Row center, i-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowc_z</name>
                       <description>Row center, z-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowcerr_u</name>
                       <description>ERROR Row center error, u-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowcerr_g</name>
                       <description>ERROR Row center error, g-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowcerr_r</name>
                       <description>ERROR Row center error, r-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowcerr_i</name>
                       <description>ERROR Row center error, i-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rowcerr_z</name>
                       <description>ERROR Row center error, z-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colc_u</name>
                       <description>Column center, u-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colc_g</name>
                       <description>Column center, g-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colc_r</name>
                       <description>Column center, r-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colc_i</name>
                       <description>Column center, i-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colc_z</name>
                       <description>Column center, z-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colcerr_u</name>
                       <description>Column center error, u-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colcerr_g</name>
                       <description>Column center error, g-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colcerr_r</name>
                       <description>Column center error, r-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colcerr_i</name>
                       <description>Column center error, i-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>colcerr_z</name>
                       <description>Column center error, z-band</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sky_u</name>
                       <description>Sky flux at the center of object (allowing for siblings if blended).</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sky_g</name>
                       <description>Sky flux at the center of object (allowing for siblings if blended).</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sky_r</name>
                       <description>Sky flux at the center of object (allowing for siblings if blended).</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sky_i</name>
                       <description>Sky flux at the center of object (allowing for siblings if blended).</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sky_z</name>
                       <description>Sky flux at the center of object (allowing for siblings if blended).</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>skyivar_u</name>
                       <description>Sky flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>skyivar_g</name>
                       <description>Sky flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>skyivar_r</name>
                       <description>Sky flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>skyivar_i</name>
                       <description>Sky flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>skyivar_z</name>
                       <description>Sky flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfmag_u</name>
                       <description>PSF magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfmag_g</name>
                       <description>PSF magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfmag_r</name>
                       <description>PSF magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfmag_i</name>
                       <description>PSF magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfmag_z</name>
                       <description>PSF magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfmagerr_u</name>
                       <description>PSF magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfmagerr_g</name>
                       <description>PSF magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfmagerr_r</name>
                       <description>PSF magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfmagerr_i</name>
                       <description>PSF magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfmagerr_z</name>
                       <description>PSF magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermag_u</name>
                       <description>Magnitude in 3 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermag_g</name>
                       <description>Magnitude in 3 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermag_r</name>
                       <description>Magnitude in 3 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermag_i</name>
                       <description>Magnitude in 3 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermag_z</name>
                       <description>Magnitude in 3 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermagerr_u</name>
                       <description>Error in magnitude in 3 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermagerr_g</name>
                       <description>Error in magnitude in 3 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermagerr_r</name>
                       <description>Error in magnitude in 3 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermagerr_i</name>
                       <description>Error in magnitude in 3 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermagerr_z</name>
                       <description>Error in magnitude in 3 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2mag_u</name>
                       <description>Magnitude in 2 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2mag_g</name>
                       <description>Magnitude in 2 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2mag_r</name>
                       <description>Magnitude in 2 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2mag_i</name>
                       <description>Magnitude in 2 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2mag_z</name>
                       <description>Magnitude in 2 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2magerr_u</name>
                       <description>Error in magnitude in 2 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2magerr_g</name>
                       <description>Error in magnitude in 2 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2magerr_r</name>
                       <description>Error in magnitude in 2 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2magerr_i</name>
                       <description>Error in magnitude in 2 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2magerr_z</name>
                       <description>Error in magnitude in 2 arcsec diameter fiber radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petromag_u</name>
                       <description>Petrosian magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petromag_g</name>
                       <description>Petrosian magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petromag_r</name>
                       <description>Petrosian magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petromag_i</name>
                       <description>Petrosian magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petromag_z</name>
                       <description>Petrosian magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petromagerr_u</name>
                       <description>Petrosian magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petromagerr_g</name>
                       <description>Petrosian magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petromagerr_r</name>
                       <description>Petrosian magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petromagerr_i</name>
                       <description>Petrosian magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petromagerr_z</name>
                       <description>Petrosian magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfflux_u</name>
                       <description>PSF flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfflux_g</name>
                       <description>PSF flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfflux_r</name>
                       <description>PSF flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfflux_i</name>
                       <description>PSF flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psfflux_z</name>
                       <description>PSF flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psffluxivar_u</name>
                       <description>PSF flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psffluxivar_g</name>
                       <description>PSF flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psffluxivar_r</name>
                       <description>PSF flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psffluxivar_i</name>
                       <description>PSF flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psffluxivar_z</name>
                       <description>PSF flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberflux_u</name>
                       <description>Flux in 3 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberflux_g</name>
                       <description>Flux in 3 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberflux_r</name>
                       <description>Flux in 3 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberflux_i</name>
                       <description>Flux in 3 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberflux_z</name>
                       <description>Flux in 3 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberfluxivar_u</name>
                       <description>Inverse variance in flux in 3 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberfluxivar_g</name>
                       <description>Inverse variance in flux in 3 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberfluxivar_r</name>
                       <description>Inverse variance in flux in 3 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberfluxivar_i</name>
                       <description>Inverse variance in flux in 3 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberfluxivar_z</name>
                       <description>Inverse variance in flux in 3 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2flux_u</name>
                       <description>Flux in 2 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2flux_g</name>
                       <description>Flux in 2 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2flux_r</name>
                       <description>Flux in 2 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2flux_i</name>
                       <description>Flux in 2 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2flux_z</name>
                       <description>Flux in 2 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2fluxivar_u</name>
                       <description>Inverse variance in flux in 2 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2fluxivar_g</name>
                       <description>Inverse variance in flux in 2 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2fluxivar_r</name>
                       <description>Inverse variance in flux in 2 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2fluxivar_i</name>
                       <description>Inverse variance in flux in 2 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiber2fluxivar_z</name>
                       <description>Inverse variance in flux in 2 arcsec diameter fiber radius</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petroflux_u</name>
                       <description>Petrosian flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petroflux_g</name>
                       <description>Petrosian flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petroflux_r</name>
                       <description>Petrosian flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petroflux_i</name>
                       <description>Petrosian flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petroflux_z</name>
                       <description>Petrosian flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petrofluxivar_u</name>
                       <description>Petrosian flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petrofluxivar_g</name>
                       <description>Petrosian flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petrofluxivar_r</name>
                       <description>Petrosian flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petrofluxivar_i</name>
                       <description>Petrosian flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petrofluxivar_z</name>
                       <description>Petrosian flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petrorad_u</name>
                       <description>Petrosian radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petrorad_g</name>
                       <description>Petrosian radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petrorad_r</name>
                       <description>Petrosian radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petrorad_i</name>
                       <description>Petrosian radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petrorad_z</name>
                       <description>Petrosian radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petroraderr_u</name>
                       <description>Petrosian radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petroraderr_g</name>
                       <description>Petrosian radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petroraderr_r</name>
                       <description>Petrosian radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petroraderr_i</name>
                       <description>Petrosian radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petroraderr_z</name>
                       <description>Petrosian radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror50_u</name>
                       <description>Radius containing 50% of Petrosian flux</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror50_g</name>
                       <description>Radius containing 50% of Petrosian flux</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror50_r</name>
                       <description>Radius containing 50% of Petrosian flux</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror50_i</name>
                       <description>Radius containing 50% of Petrosian flux</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror50_z</name>
                       <description>Radius containing 50% of Petrosian flux</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror50err_u</name>
                       <description>Error in radius with 50% of Petrosian flux error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror50err_g</name>
                       <description>Error in radius with 50% of Petrosian flux error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror50err_r</name>
                       <description>Error in radius with 50% of Petrosian flux error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror50err_i</name>
                       <description>Error in radius with 50% of Petrosian flux error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror50err_z</name>
                       <description>Error in radius with 50% of Petrosian flux error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror90_u</name>
                       <description>Radius containing 90% of Petrosian flux</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror90_g</name>
                       <description>Radius containing 90% of Petrosian flux</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror90_r</name>
                       <description>Radius containing 90% of Petrosian flux</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror90_i</name>
                       <description>Radius containing 90% of Petrosian flux</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror90_z</name>
                       <description>Radius containing 90% of Petrosian flux</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror90err_u</name>
                       <description>Error in radius with 90% of Petrosian flux error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror90err_g</name>
                       <description>Error in radius with 90% of Petrosian flux error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror90err_r</name>
                       <description>Error in radius with 90% of Petrosian flux error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror90err_i</name>
                       <description>Error in radius with 90% of Petrosian flux error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>petror90err_z</name>
                       <description>Error in radius with 90% of Petrosian flux error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_u</name>
                       <description>Stokes Q parameter</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_g</name>
                       <description>Stokes Q parameter</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_r</name>
                       <description>Stokes Q parameter</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_i</name>
                       <description>Stokes Q parameter</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_z</name>
                       <description>Stokes Q parameter</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qerr_u</name>
                       <description>Stokes Q parameter error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qerr_g</name>
                       <description>Stokes Q parameter error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qerr_r</name>
                       <description>Stokes Q parameter error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qerr_i</name>
                       <description>Stokes Q parameter error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qerr_z</name>
                       <description>Stokes Q parameter error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_u</name>
                       <description>Stokes U parameter</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_g</name>
                       <description>Stokes U parameter</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_r</name>
                       <description>Stokes U parameter</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_i</name>
                       <description>Stokes U parameter</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_z</name>
                       <description>Stokes U parameter</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uerr_u</name>
                       <description>Stokes U parameter error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uerr_g</name>
                       <description>Stokes U parameter error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uerr_r</name>
                       <description>Stokes U parameter error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uerr_i</name>
                       <description>Stokes U parameter error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uerr_z</name>
                       <description>Stokes U parameter error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1_u</name>
                       <description>Adaptive E1 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1_g</name>
                       <description>Adaptive E1 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1_r</name>
                       <description>Adaptive E1 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1_i</name>
                       <description>Adaptive E1 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1_z</name>
                       <description>Adaptive E1 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2_u</name>
                       <description>Adaptive E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2_g</name>
                       <description>Adaptive E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2_r</name>
                       <description>Adaptive E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2_i</name>
                       <description>Adaptive E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2_z</name>
                       <description>Adaptive E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1e1err_u</name>
                       <description>Covariance in E1/E1 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1e1err_g</name>
                       <description>Covariance in E1/E1 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1e1err_r</name>
                       <description>Covariance in E1/E1 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1e1err_i</name>
                       <description>Covariance in E1/E1 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1e1err_z</name>
                       <description>Covariance in E1/E1 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1e2err_u</name>
                       <description>Covariance in E1/E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1e2err_g</name>
                       <description>Covariance in E1/E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1e2err_r</name>
                       <description>Covariance in E1/E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1e2err_i</name>
                       <description>Covariance in E1/E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1e2err_z</name>
                       <description>Covariance in E1/E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2e2err_u</name>
                       <description>Covariance in E2/E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2e2err_g</name>
                       <description>Covariance in E2/E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2e2err_r</name>
                       <description>Covariance in E2/E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2e2err_i</name>
                       <description>Covariance in E2/E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2e2err_z</name>
                       <description>Covariance in E2/E2 shape measure (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrcc_u</name>
                       <description>Adaptive ( + ) (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrcc_g</name>
                       <description>Adaptive ( + ) (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrcc_r</name>
                       <description>Adaptive ( + ) (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrcc_i</name>
                       <description>Adaptive ( + ) (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrcc_z</name>
                       <description>Adaptive ( + ) (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrccerr_u</name>
                       <description>Error in adaptive ( + ) (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrccerr_g</name>
                       <description>Error in adaptive ( + ) (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrccerr_r</name>
                       <description>Error in adaptive ( + ) (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrccerr_i</name>
                       <description>Error in adaptive ( + ) (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrccerr_z</name>
                       <description>Error in adaptive ( + ) (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mcr4_u</name>
                       <description>Adaptive fourth moment of object (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mcr4_g</name>
                       <description>Adaptive fourth moment of object (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mcr4_r</name>
                       <description>Adaptive fourth moment of object (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mcr4_i</name>
                       <description>Adaptive fourth moment of object (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mcr4_z</name>
                       <description>Adaptive fourth moment of object (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1psf_u</name>
                       <description>Adaptive E1 for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1psf_g</name>
                       <description>Adaptive E1 for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1psf_r</name>
                       <description>Adaptive E1 for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1psf_i</name>
                       <description>Adaptive E1 for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me1psf_z</name>
                       <description>Adaptive E1 for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2psf_u</name>
                       <description>Adaptive E2 for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2psf_g</name>
                       <description>Adaptive E2 for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2psf_r</name>
                       <description>Adaptive E2 for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2psf_i</name>
                       <description>Adaptive E2 for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>me2psf_z</name>
                       <description>Adaptive E2 for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrccpsf_u</name>
                       <description>Adaptive ( + ) for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrccpsf_g</name>
                       <description>Adaptive ( + ) for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrccpsf_r</name>
                       <description>Adaptive ( + ) for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrccpsf_i</name>
                       <description>Adaptive ( + ) for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mrrccpsf_z</name>
                       <description>Adaptive ( + ) for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mcr4psf_u</name>
                       <description>Adaptive fourth moment for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mcr4psf_g</name>
                       <description>Adaptive fourth moment for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mcr4psf_r</name>
                       <description>Adaptive fourth moment for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mcr4psf_i</name>
                       <description>Adaptive fourth moment for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mcr4psf_z</name>
                       <description>Adaptive fourth moment for PSF (pixel coordinates)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devrad_u</name>
                       <description>de Vaucouleurs fit scale radius, here defined to be the same as the half-light radius, also called the effective radius.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devrad_g</name>
                       <description>de Vaucouleurs fit scale radius, here defined to be the same as the half-light radius, also called the effective radius.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devrad_r</name>
                       <description>de Vaucouleurs fit scale radius, here defined to be the same as the half-light radius, also called the effective radius.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devrad_i</name>
                       <description>de Vaucouleurs fit scale radius, here defined to be the same as the half-light radius, also called the effective radius.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devrad_z</name>
                       <description>de Vaucouleurs fit scale radius, here defined to be the same as the half-light radius, also called the effective radius.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devraderr_u</name>
                       <description>Error in de Vaucouleurs fit scale radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devraderr_g</name>
                       <description>Error in de Vaucouleurs fit scale radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devraderr_r</name>
                       <description>Error in de Vaucouleurs fit scale radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devraderr_i</name>
                       <description>Error in de Vaucouleurs fit scale radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devraderr_z</name>
                       <description>Error in de Vaucouleurs fit scale radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devab_u</name>
                       <description>de Vaucouleurs fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devab_g</name>
                       <description>de Vaucouleurs fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devab_r</name>
                       <description>de Vaucouleurs fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devab_i</name>
                       <description>de Vaucouleurs fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devab_z</name>
                       <description>de Vaucouleurs fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devaberr_u</name>
                       <description>de Vaucouleurs fit b/a error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devaberr_g</name>
                       <description>de Vaucouleurs fit b/a error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devaberr_r</name>
                       <description>de Vaucouleurs fit b/a error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devaberr_i</name>
                       <description>de Vaucouleurs fit b/a error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devaberr_z</name>
                       <description>de Vaucouleurs fit b/a error</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devphi_u</name>
                       <description>de Vaucouleurs fit position angle (+N thru E)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devphi_g</name>
                       <description>de Vaucouleurs fit position angle (+N thru E)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devphi_r</name>
                       <description>de Vaucouleurs fit position angle (+N thru E)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devphi_i</name>
                       <description>de Vaucouleurs fit position angle (+N thru E)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devphi_z</name>
                       <description>de Vaucouleurs fit position angle (+N thru E)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devmag_u</name>
                       <description>de Vaucouleurs magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devmag_g</name>
                       <description>de Vaucouleurs magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devmag_r</name>
                       <description>de Vaucouleurs magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devmag_i</name>
                       <description>de Vaucouleurs magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devmag_z</name>
                       <description>de Vaucouleurs magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devmagerr_u</name>
                       <description>de Vaucouleurs magnitude fit error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devmagerr_g</name>
                       <description>de Vaucouleurs magnitude fit error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devmagerr_r</name>
                       <description>de Vaucouleurs magnitude fit error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devmagerr_i</name>
                       <description>de Vaucouleurs magnitude fit error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devmagerr_z</name>
                       <description>de Vaucouleurs magnitude fit error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devflux_u</name>
                       <description>de Vaucouleurs magnitude fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devflux_g</name>
                       <description>de Vaucouleurs magnitude fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devflux_r</name>
                       <description>de Vaucouleurs magnitude fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devflux_i</name>
                       <description>de Vaucouleurs magnitude fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devflux_z</name>
                       <description>de Vaucouleurs magnitude fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devfluxivar_u</name>
                       <description>de Vaucouleurs magnitude fit inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devfluxivar_g</name>
                       <description>de Vaucouleurs magnitude fit inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devfluxivar_r</name>
                       <description>de Vaucouleurs magnitude fit inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devfluxivar_i</name>
                       <description>de Vaucouleurs magnitude fit inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>devfluxivar_z</name>
                       <description>de Vaucouleurs magnitude fit inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exprad_u</name>
                       <description>Exponential fit scale radius, here defined to be the same as the half-light radius, also called the effective radius.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exprad_g</name>
                       <description>Exponential fit scale radius, here defined to be the same as the half-light radius, also called the effective radius.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exprad_r</name>
                       <description>Exponential fit scale radius, here defined to be the same as the half-light radius, also called the effective radius.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exprad_i</name>
                       <description>Exponential fit scale radius, here defined to be the same as the half-light radius, also called the effective radius.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exprad_z</name>
                       <description>Exponential fit scale radius, here defined to be the same as the half-light radius, also called the effective radius.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expraderr_u</name>
                       <description>Exponential fit scale radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expraderr_g</name>
                       <description>Exponential fit scale radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expraderr_r</name>
                       <description>Exponential fit scale radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expraderr_i</name>
                       <description>Exponential fit scale radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expraderr_z</name>
                       <description>Exponential fit scale radius error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expab_u</name>
                       <description>Exponential fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expab_g</name>
                       <description>Exponential fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expab_r</name>
                       <description>Exponential fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expab_i</name>
                       <description>Exponential fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expab_z</name>
                       <description>Exponential fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expaberr_u</name>
                       <description>Exponential fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expaberr_g</name>
                       <description>Exponential fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expaberr_r</name>
                       <description>Exponential fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expaberr_i</name>
                       <description>Exponential fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expaberr_z</name>
                       <description>Exponential fit b/a</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expphi_u</name>
                       <description>Exponential fit position angle (+N thru E)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expphi_g</name>
                       <description>Exponential fit position angle (+N thru E)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expphi_r</name>
                       <description>Exponential fit position angle (+N thru E)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expphi_i</name>
                       <description>Exponential fit position angle (+N thru E)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expphi_z</name>
                       <description>Exponential fit position angle (+N thru E)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expmag_u</name>
                       <description>Exponential fit magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expmag_g</name>
                       <description>Exponential fit magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expmag_r</name>
                       <description>Exponential fit magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expmag_i</name>
                       <description>Exponential fit magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expmag_z</name>
                       <description>Exponential fit magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expmagerr_u</name>
                       <description>Exponential fit magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expmagerr_g</name>
                       <description>Exponential fit magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expmagerr_r</name>
                       <description>Exponential fit magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expmagerr_i</name>
                       <description>Exponential fit magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expmagerr_z</name>
                       <description>Exponential fit magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelmag_u</name>
                       <description>better of DeV/Exp magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelmag_g</name>
                       <description>better of DeV/Exp magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelmag_r</name>
                       <description>better of DeV/Exp magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelmag_i</name>
                       <description>better of DeV/Exp magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelmag_z</name>
                       <description>better of DeV/Exp magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelmagerr_u</name>
                       <description>Error in better of DeV/Exp magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelmagerr_g</name>
                       <description>Error in better of DeV/Exp magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelmagerr_r</name>
                       <description>Error in better of DeV/Exp magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelmagerr_i</name>
                       <description>Error in better of DeV/Exp magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelmagerr_z</name>
                       <description>Error in better of DeV/Exp magnitude fit</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelmag_u</name>
                       <description>DeV+Exp magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelmag_g</name>
                       <description>DeV+Exp magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelmag_r</name>
                       <description>DeV+Exp magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelmag_i</name>
                       <description>DeV+Exp magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelmag_z</name>
                       <description>DeV+Exp magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelmagerr_u</name>
                       <description>DeV+Exp magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelmagerr_g</name>
                       <description>DeV+Exp magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelmagerr_r</name>
                       <description>DeV+Exp magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelmagerr_i</name>
                       <description>DeV+Exp magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelmagerr_z</name>
                       <description>DeV+Exp magnitude error</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expflux_u</name>
                       <description>Exponential fit flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expflux_g</name>
                       <description>Exponential fit flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expflux_r</name>
                       <description>Exponential fit flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expflux_i</name>
                       <description>Exponential fit flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expflux_z</name>
                       <description>Exponential fit flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expfluxivar_u</name>
                       <description>Exponential fit flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expfluxivar_g</name>
                       <description>Exponential fit flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expfluxivar_r</name>
                       <description>Exponential fit flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expfluxivar_i</name>
                       <description>Exponential fit flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expfluxivar_z</name>
                       <description>Exponential fit flux inverse variance</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelflux_u</name>
                       <description>better of DeV/Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelflux_g</name>
                       <description>better of DeV/Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelflux_r</name>
                       <description>better of DeV/Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelflux_i</name>
                       <description>better of DeV/Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelflux_z</name>
                       <description>better of DeV/Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelfluxivar_u</name>
                       <description>Inverse variance in better of DeV/Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelfluxivar_g</name>
                       <description>Inverse variance in better of DeV/Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelfluxivar_r</name>
                       <description>Inverse variance in better of DeV/Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelfluxivar_i</name>
                       <description>Inverse variance in better of DeV/Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>modelfluxivar_z</name>
                       <description>Inverse variance in better of DeV/Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelflux_u</name>
                       <description>better of DeV+Exp flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelflux_g</name>
                       <description>better of DeV+Exp flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelflux_r</name>
                       <description>better of DeV+Exp flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelflux_i</name>
                       <description>better of DeV+Exp flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelflux_z</name>
                       <description>better of DeV+Exp flux</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelfluxivar_u</name>
                       <description>Inverse variance in DeV+Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelfluxivar_g</name>
                       <description>Inverse variance in DeV+Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelfluxivar_r</name>
                       <description>Inverse variance in DeV+Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelfluxivar_i</name>
                       <description>Inverse variance in DeV+Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmodelfluxivar_z</name>
                       <description>Inverse variance in DeV+Exp flux fit</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aperflux7_u</name>
                       <description>Aperture flux within 7.3 arcsec</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aperflux7_g</name>
                       <description>Aperture flux within 7.3 arcsec</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aperflux7_r</name>
                       <description>Aperture flux within 7.3 arcsec</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aperflux7_i</name>
                       <description>Aperture flux within 7.3 arcsec</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aperflux7_z</name>
                       <description>Aperture flux within 7.3 arcsec</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aperflux7ivar_u</name>
                       <description>Inverse variance of aperture flux within 7.3 arcsec</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aperflux7ivar_g</name>
                       <description>Inverse variance of aperture flux within 7.3 arcsec</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aperflux7ivar_r</name>
                       <description>Inverse variance of aperture flux within 7.3 arcsec</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aperflux7ivar_i</name>
                       <description>Inverse variance of aperture flux within 7.3 arcsec</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aperflux7ivar_z</name>
                       <description>Inverse variance of aperture flux within 7.3 arcsec</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlstar_u</name>
                       <description>Star ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlstar_g</name>
                       <description>Star ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlstar_r</name>
                       <description>Star ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlstar_i</name>
                       <description>Star ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlstar_z</name>
                       <description>Star ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlexp_u</name>
                       <description>Exponential disk fit ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlexp_g</name>
                       <description>Exponential disk fit ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlexp_r</name>
                       <description>Exponential disk fit ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlexp_i</name>
                       <description>Exponential disk fit ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnlexp_z</name>
                       <description>Exponential disk fit ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnldev_u</name>
                       <description>de Vaucouleurs fit ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnldev_g</name>
                       <description>de Vaucouleurs fit ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnldev_r</name>
                       <description>de Vaucouleurs fit ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnldev_i</name>
                       <description>de Vaucouleurs fit ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lnldev_z</name>
                       <description>de Vaucouleurs fit ln(likelihood)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fracdev_u</name>
                       <description>Weight of deV component in deV+Exp model</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fracdev_g</name>
                       <description>Weight of deV component in deV+Exp model</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fracdev_r</name>
                       <description>Weight of deV component in deV+Exp model</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fracdev_i</name>
                       <description>Weight of deV component in deV+Exp model</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fracdev_z</name>
                       <description>Weight of deV component in deV+Exp model</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags_u</name>
                       <description>Object detection flags per band</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags_g</name>
                       <description>Object detection flags per band</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags_r</name>
                       <description>Object detection flags per band</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags_i</name>
                       <description>Object detection flags per band</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags_z</name>
                       <description>Object detection flags per band</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>type_u</name>
                       <description>Object type classification per band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>type_g</name>
                       <description>Object type classification per band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>type_r</name>
                       <description>Object type classification per band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>type_i</name>
                       <description>Object type classification per band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>type_z</name>
                       <description>Object type classification per band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>probpsf_u</name>
                       <description>Probablity object is a star in each filter.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>probpsf_g</name>
                       <description>Probablity object is a star in each filter.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>probpsf_r</name>
                       <description>Probablity object is a star in each filter.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>probpsf_i</name>
                       <description>Probablity object is a star in each filter.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>probpsf_z</name>
                       <description>Probablity object is a star in each filter.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>J2000 Right Ascension (r-band)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>J2000 Declination (r-band)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cx</name>
                       <description>unit vector for ra+dec</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cy</name>
                       <description>unit vector for ra+dec</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cz</name>
                       <description>unit vector for ra+dec</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>raerr</name>
                       <description>Error in RA (* cos(Dec), that is, proper units)</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>decerr</name>
                       <description>Error in Dec</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsetra_u</name>
                       <description>filter position RA minus final RA (* cos(Dec), that is, proper units)</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsetra_g</name>
                       <description>filter position RA minus final RA (* cos(Dec), that is, proper units)</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsetra_r</name>
                       <description>filter position RA minus final RA (* cos(Dec), that is, proper units)</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsetra_i</name>
                       <description>filter position RA minus final RA (* cos(Dec), that is, proper units)</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsetra_z</name>
                       <description>filter position RA minus final RA (* cos(Dec), that is, proper units)</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsetdec_u</name>
                       <description>filter position Dec minus final Dec</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsetdec_g</name>
                       <description>filter position Dec minus final Dec</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsetdec_r</name>
                       <description>filter position Dec minus final Dec</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsetdec_i</name>
                       <description>filter position Dec minus final Dec</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsetdec_z</name>
                       <description>filter position Dec minus final Dec</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extinction_u</name>
                       <description>Extinction in u-band</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extinction_g</name>
                       <description>Extinction in g-band</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extinction_r</name>
                       <description>Extinction in r-band</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extinction_i</name>
                       <description>Extinction in i-band</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extinction_z</name>
                       <description>Extinction in z-band</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psffwhm_u</name>
                       <description>FWHM in u-band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psffwhm_g</name>
                       <description>FWHM in g-band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psffwhm_r</name>
                       <description>FWHM in r-band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psffwhm_i</name>
                       <description>FWHM in i-band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>psffwhm_z</name>
                       <description>FWHM in z-band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd</name>
                       <description>Date of observation</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>airmass_u</name>
                       <description>Airmass at time of observation in u-band</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>airmass_g</name>
                       <description>Airmass at time of observation in g-band</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>airmass_r</name>
                       <description>Airmass at time of observation in r-band</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>airmass_i</name>
                       <description>Airmass at time of observation in i-band</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>airmass_z</name>
                       <description>Airmass at time of observation in z-band</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phioffset_u</name>
                       <description>Degrees to add to CCD-aligned angle to convert to E of N</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phioffset_g</name>
                       <description>Degrees to add to CCD-aligned angle to convert to E of N</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phioffset_r</name>
                       <description>Degrees to add to CCD-aligned angle to convert to E of N</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phioffset_i</name>
                       <description>Degrees to add to CCD-aligned angle to convert to E of N</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phioffset_z</name>
                       <description>Degrees to add to CCD-aligned angle to convert to E of N</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nprof_u</name>
                       <description>Number of Profile Bins</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nprof_g</name>
                       <description>Number of Profile Bins</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nprof_r</name>
                       <description>Number of Profile Bins</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nprof_i</name>
                       <description>Number of Profile Bins</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nprof_z</name>
                       <description>Number of Profile Bins</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>loadversion</name>
                       <description>Load Version</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>htmid</name>
                       <description>20-deep hierarchical trangular mesh ID of this object</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fieldid</name>
                       <description>Link to the field this object is in</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parentid</name>
                       <description>Pointer to parent (if object deblended) or BRIGHT detection (if object has one), else 0</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>specobjid</name>
                       <description>Pointer to the spectrum of object, if exists, else 0</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u</name>
                       <description>Shorthand alias for modelMag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g</name>
                       <description>Shorthand alias for modelMag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r</name>
                       <description>Shorthand alias for modelMag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i</name>
                       <description>Shorthand alias for modelMag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>Shorthand alias for modelMag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_u</name>
                       <description>Error in modelMag alias</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_g</name>
                       <description>Error in modelMag alias</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_r</name>
                       <description>Error in modelMag alias</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_i</name>
                       <description>Error in modelMag alias</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_z</name>
                       <description>Error in modelMag alias</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dered_u</name>
                       <description>Simplified mag, corrected for extinction: modelMag-extinction</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dered_g</name>
                       <description>Simplified mag, corrected for extinction: modelMag-extinction</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dered_r</name>
                       <description>Simplified mag, corrected for extinction: modelMag-extinction</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dered_i</name>
                       <description>Simplified mag, corrected for extinction: modelMag-extinction</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dered_z</name>
                       <description>Simplified mag, corrected for extinction: modelMag-extinction</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cloudcam_u</name>
                       <description>Cloud camera status for observation in u-band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cloudcam_g</name>
                       <description>Cloud camera status for observation in g-band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cloudcam_r</name>
                       <description>Cloud camera status for observation in r-band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cloudcam_i</name>
                       <description>Cloud camera status for observation in i-band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cloudcam_z</name>
                       <description>Cloud camera status for observation in z-band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>resolvestatus</name>
                       <description>Resolve status of object</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>thingid</name>
                       <description>Unique identifier from global resolve</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>balkanid</name>
                       <description>What balkan object is in from window</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nobserve</name>
                       <description>Number of observations of this object</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndetect</name>
                       <description>Number of detections of this object</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nedge</name>
                       <description>Number of observations of this object near an edge</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Quality of field (0-1)</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibstatus_u</name>
                       <description>Calibration status in u-band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibstatus_g</name>
                       <description>Calibration status in g-band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibstatus_r</name>
                       <description>Calibration status in r-band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibstatus_i</name>
                       <description>Calibration status in i-band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibstatus_z</name>
                       <description>Calibration status in z-band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nmgypercount_u</name>
                       <description>nanomaggies per count in u-band</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nmgypercount_g</name>
                       <description>nanomaggies per count in g-band</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nmgypercount_r</name>
                       <description>nanomaggies per count in r-band</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nmgypercount_i</name>
                       <description>nanomaggies per count in i-band</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nmgypercount_z</name>
                       <description>nanomaggies per count in z-band</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tai_u</name>
                       <description>time of observation (TAI) in each filter</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tai_g</name>
                       <description>time of observation (TAI) in each filter</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tai_r</name>
                       <description>time of observation (TAI) in each filter</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tai_i</name>
                       <description>time of observation (TAI) in each filter</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tai_z</name>
                       <description>time of observation (TAI) in each filter</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="285159194" esatapplus:size_bytes="268743139328" type="base_table">
                    <name>external.skymapperdr1_master</name>
                    <description>SkyMapper Data Release 1 - latest update (DR1.1) - main table: primary table of mean astrometric, photometric, and shape measurements per object, with cross-match information to external tables. The major improvement in DR1.1 is a significant enhancement of the homogeneity of the photometric calibration. The source of the photometric calibration is now a combination of APASS and 2MASS, where the addition of the latter is used to (a) provide the direct calibration of the SkyMapper i-band and z-band photometry via interpolation between the 2MASS JK and the APASS gr photometry, and (b) refine the selection of APASS stars used for photometric calibration of the other SkyMapper bands (uvgr). Data replicated from NCI TAP http://skymappertap.asvo.nci.org.au/ncitap/tap dr1.master table as of January 2019. Reference paper: https://ui.adsabs.harvard.edu/abs/2018PASA...35...10W/abstract (DOI: 10.1017/pasa.2018.5)</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Global unique object ID in the master table.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>raj2000</name>
                       <description>Mean ICRS Right Ascension of the object</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dej2000</name>
                       <description>Mean ICRS Declination of the object</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_raj2000</name>
                       <description>RMS variation around the mean Right Ascension, in milliarcseconds</description>
                       <unit>mas</unit>
                       <ucd>stat.stdev;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_dej2000</name>
                       <description>RMS variation around the mean Declination, in milliarcseconds</description>
                       <unit>mas</unit>
                       <ucd>stat.stdev;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>smss_j</name>
                       <description>SkyMapper Southern Survey designation of the form SMSS Jhhmmss.ss+/-ddmmss.s, derived from mean ICRS coordinates</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mean_epoch</name>
                       <description>Mean MJD epoch of the observations</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rms_epoch</name>
                       <description>RMS variation around the mean epoch</description>
                       <unit>d</unit>
                       <ucd>stat.stdev;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glon</name>
                       <description>Galactic longitude derived from ICRS coordinates. Not to be used as primary astrometric reference.</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glat</name>
                       <description>Galactic latitude derived from ICRS coordinates. Not to be used as primary astrometric reference.</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags</name>
                       <description>Bitwise OR of Source Extractor flags across all observations</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nimaflags</name>
                       <description>Total number of flagged pixels from bad, saturated, and crosstalk pixel masks across all observations</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ngood</name>
                       <description>Number of observations used across all filters</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ngood_min</name>
                       <description>Minimum number of observations used in any filter (excluding filters with 0 observations)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nch_max</name>
                       <description>Maximum number of child sources combined into this global object_id in any filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_flags</name>
                       <description>Bitwise OR of Source Extractor flags from u-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks from u-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ngood</name>
                       <description>Number of u-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_nch</name>
                       <description>Number of u-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_nvisit</name>
                       <description>Number of u-band observations for which the mean RA/Dec position fell on a CCD</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_flags</name>
                       <description>Bitwise OR of Source Extractor flags from v-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks fromvu-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ngood</name>
                       <description>Number of v-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_nch</name>
                       <description>Number of v-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_nvisit</name>
                       <description>Number of v-band observations for which the mean RA/Dec position fell on a CCD</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_flags</name>
                       <description>Bitwise OR of Source Extractor flags from g-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks from g-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_ngood</name>
                       <description>Number of g-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_nch</name>
                       <description>Number of g-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_nvisit</name>
                       <description>Number of g-band observations for which the mean RA/Dec position fell on a CCD</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_flags</name>
                       <description>Bitwise OR of Source Extractor flags from r-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks from r-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_ngood</name>
                       <description>Number of r-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_nch</name>
                       <description>Number of r-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_nvisit</name>
                       <description>Number of r-band observations for which the mean RA/Dec position fell on a CCD</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_flags</name>
                       <description>Bitwise OR of Source Extractor flags from i-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks from i-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_ngood</name>
                       <description>Number of i-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_nch</name>
                       <description>Number of i-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_nvisit</name>
                       <description>Number of i-band observations for which the mean RA/Dec position fell on a CCD</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_flags</name>
                       <description>Bitwise OR of Source Extractor flags from z-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks from z-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_ngood</name>
                       <description>Number of z-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_nch</name>
                       <description>Number of z-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_nvisit</name>
                       <description>Number of z-band observations for which the mean RA/Dec position fell on a CCD</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>class_star</name>
                       <description>Maximum stellarity index from photometry table (between 0=no star and 1=star)</description>
                       <ucd>src.class.starGalaxy;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radius_petro</name>
                       <description>Mean r-band Petrosian radius</description>
                       <unit>pix</unit>
                       <ucd>phys.angSize;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a</name>
                       <description>Mean r-band semi-major axis length</description>
                       <unit>pix</unit>
                       <ucd>phys.angSize.smajAxis;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_a</name>
                       <description>Error in mean r-band semi-major axis length</description>
                       <unit>pix</unit>
                       <ucd>stat.error;phys.angSize.smajAxis</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Mean r-band semi-minor axis length</description>
                       <unit>pix</unit>
                       <ucd>phys.angSize.sminAxis;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b</name>
                       <description>Error in mean r-band semi-minor axis length</description>
                       <unit>pix</unit>
                       <ucd>stat.error;phys.angSize.sminAxis</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pa</name>
                       <description>Mean r-band position angle (E of N, -90..+90 deg)</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pa</name>
                       <description>Error in mean r-band position angle</description>
                       <unit>deg</unit>
                       <ucd>stat.error;pos.posAng</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_psf</name>
                       <description>Mean u-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_u_psf</name>
                       <description>Error in u-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_petro</name>
                       <description>Mean u-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_u_petro</name>
                       <description>Error in u-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_psf</name>
                       <description>Mean v-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_v_psf</name>
                       <description>Error in v-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_petro</name>
                       <description>Mean v-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_v_petro</name>
                       <description>Error in v-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_psf</name>
                       <description>Mean g-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_g_psf</name>
                       <description>Error in g-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_petro</name>
                       <description>Mean g-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_g_petro</name>
                       <description>Error in g-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_psf</name>
                       <description>Mean r-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_r_psf</name>
                       <description>Error in r-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_petro</name>
                       <description>Mean r-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_r_petro</name>
                       <description>Error in r-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_psf</name>
                       <description>Mean i-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_i_psf</name>
                       <description>Error in i-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_petro</name>
                       <description>Mean i-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_i_petro</name>
                       <description>Error in i-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_psf</name>
                       <description>Mean z-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_z_psf</name>
                       <description>Error in z-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_petro</name>
                       <description>Mean z-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_z_petro</name>
                       <description>Error in z-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ebmv_sfd</name>
                       <description>E(B-V) from Schlegel+1998 extinction maps at the ICRS coordinates</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prox</name>
                       <description>Distance to next-closest DR1 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prox_id</name>
                       <description>object_id of next-closest DR1 source</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>edr_id</name>
                       <description>object_id of closest Early Data Release source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>edr_dist</name>
                       <description>Distance to closest Early Data Release source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>twomass_key1</name>
                       <description>Unique identifier (pts_key/ext_key) of closest 2MASS source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>twomass_dist1</name>
                       <description>Distance on sky to closest 2MASS source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>twomass_cat1</name>
                       <description>2MASS catalogue of closest match (point source PSC, or extended XSC)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>twomass_key2</name>
                       <description>Unique identifier (pts_key/ext_key) of second closest 2MASS source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>twomass_dist2</name>
                       <description>Distance on sky to second closest 2MASS source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>twomass_cat2</name>
                       <description>2MASS catalogue of second closest match (point source PSC, or extended XSC)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>allwise_cntr</name>
                       <description>Unique identifier (cntr) of closest AllWISE source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>allwise_dist</name>
                       <description>Distance on sky to closest AllWISE source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ucac4_mpos</name>
                       <description>Unique identifier (mpos) of closest UCAC4 source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ucac4_dist</name>
                       <description>Distance on sky to closest UCAC4 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apass_recno</name>
                       <description>Unique identifier (recno) of closest APASS DR9 source (only useful for this copy of APASS)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apass_dist</name>
                       <description>Distance on sky to closest APASS DR9 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_dr1_id</name>
                       <description>Unique identifier (source_id) of closest Gaia DR1 source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_dr1_dist</name>
                       <description>Distance on sky to closest Gaia DR1 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ps1_dr1_id</name>
                       <description>Unique identifier (objID) of closest Pan-STARRS1 DR1 source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ps1_dr1_dist</name>
                       <description>Distance on sky to closest Pan-STARRS1 DR1 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>galex_bcs_id</name>
                       <description>Unique identifier (objid) of closest GALEX AIS source (Bianchi et al. 2014)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>galex_bcs_dist</name>
                       <description>Distance on sky to closest GALEX AIS source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_dr2_id1</name>
                       <description>Unique identifier (source_id) of closest Gaia DR2 source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_dr2_dist1</name>
                       <description>Distance on sky to closest Gaia DR2 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_dr2_id2</name>
                       <description>Unique identifier (source_id) of second closest Gaia DR2 source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_dr2_dist2</name>
                       <description>Distance on sky to second closest Gaia DR2 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="505176667" esatapplus:size_bytes="438775988224" type="base_table">
                    <name>external.skymapperdr2_master</name>
                    <description>The second data release (DR2) of the SkyMapper Southern Survey, is a hemispheric survey carried out with the SkyMapper Telescope at Siding Spring Observatory in Australia, using six optical filters: u, v, g, r, i, and z. DR2 is the first release to go beyond the ~18 mag (10 sigma) limit of the Shallow Survey released in the first data release (DR1), and includes portions of the sky at full survey depth that reach &gt; 21 mag in the g and r filters. The DR2 photometry has a precision as measured by internal reproducibility of 1% in u and v, and 0.7% in g, r, i, and z. More than 21,000 square degrees have data in some filters (at either Shallow or Main Survey depth) and over 7,000 square degrees have deep Main Survey coverage in all six filters. Finally, about 18,000 square degrees have Main Survey data in the i and z filters, albeit not yet at full depth. The release contains over 120,000 images, as well as catalogues with over 500 million unique astrophysical objects and nearly 5 billion individual detections. It also contains cross-matches with a range of external catalogues such as Gaia DR2, Pan-STARRS1 DR1, GALEX GUVcat, 2MASS, and AllWISE, as well as spectroscopic surveys such as 2MRS, GALAH, 6dFGS, and 2dFLenS. Data replicated from dr2.master table NCI bulk download files and TAP metadata as of April 2020. Reference paper: https://ui.adsabs.harvard.edu/abs/2019PASA...36...33O/abstract (DOI: 10.1017/pasa.2019.27)</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Global unique object ID in the master table.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="" std="false">
                       <name>raj2000</name>
                       <description>Mean ICRS Right Ascension of the object</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="" std="false">
                       <name>dej2000</name>
                       <description>Mean ICRS Declination of the object</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_raj2000</name>
                       <description>RMS variation around the mean Right Ascension, in milliarcseconds</description>
                       <unit>mas</unit>
                       <ucd>stat.stdev;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_dej2000</name>
                       <description>RMS variation around the mean Declination, in milliarcseconds</description>
                       <unit>mas</unit>
                       <ucd>stat.stdev;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>smss_j</name>
                       <description>SkyMapper Southern Survey designation of the form SMSS Jhhmmss.ss+/-ddmmss.s, derived from mean ICRS coordinates</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mean_epoch</name>
                       <description>Mean MJD epoch of the observations</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rms_epoch</name>
                       <description>RMS variation around the mean epoch</description>
                       <unit>d</unit>
                       <ucd>stat.stdev;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glon</name>
                       <description>Galactic longitude derived from ICRS coordinates. Not to be used as primary astrometric reference.</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glat</name>
                       <description>Galactic latitude derived from ICRS coordinates. Not to be used as primary astrometric reference.</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags</name>
                       <description>Bitwise OR of Source Extractor flags across all observations</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nimaflags</name>
                       <description>Total number of flagged pixels from bad, saturated, and crosstalk pixel masks across all observations</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ngood</name>
                       <description>Number of observations used across all filters</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ngood_min</name>
                       <description>Minimum number of observations used in any filter (excluding filters with 0 observations)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nch_max</name>
                       <description>Maximum number of child sources combined into this global object_id in any filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>density</name>
                       <description>Number of DR2 sources within 15 arcsec (including this source)</description>
                       <ucd>src.density</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_flags</name>
                       <description>Bitwise OR of Source Extractor flags from u-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks from u-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ngood</name>
                       <description>Number of u-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_nch</name>
                       <description>Number of u-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_nclip</name>
                       <description>Number of u-band observations with magnitudes clipped from the final PSF magnitude estimate</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_flags</name>
                       <description>Bitwise OR of Source Extractor flags from v-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks from v-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ngood</name>
                       <description>Number of v-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_nch</name>
                       <description>Number of v-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_nclip</name>
                       <description>Number of v-band observations with magnitudes clipped from the final PSF magnitude estimate</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_flags</name>
                       <description>Bitwise OR of Source Extractor flags from g-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks from g-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_ngood</name>
                       <description>Number of g-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_nch</name>
                       <description>Number of g-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_nclip</name>
                       <description>Number of g-band observations with magnitudes clipped from the final PSF magnitude estimate</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_flags</name>
                       <description>Bitwise OR of Source Extractor flags from r-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks from r-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_ngood</name>
                       <description>Number of r-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_nch</name>
                       <description>Number of r-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_nclip</name>
                       <description>Number of r-band observations with magnitudes clipped from the final PSF magnitude estimate</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_flags</name>
                       <description>Bitwise OR of Source Extractor flags from i-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks from i-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_ngood</name>
                       <description>Number of i-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_nch</name>
                       <description>Number of i-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_nclip</name>
                       <description>Number of i-band observations with magnitudes clipped from the final PSF magnitude estimate</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_flags</name>
                       <description>Bitwise OR of Source Extractor flags from z-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_nimaflags</name>
                       <description>Number of flagged pixels from bad, saturated, and crosstalk pixel masks from z-band measurements in photometry table</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_ngood</name>
                       <description>Number of z-band observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_nch</name>
                       <description>Number of z-band child sources combined into this object_id</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_nclip</name>
                       <description>Number of z-band observations with magnitudes clipped from the final PSF magnitude estimate</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>class_star</name>
                       <description>Maximum stellarity index from photometry table (between 0=no star and 1=star)</description>
                       <ucd>src.class.starGalaxy;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags_psf</name>
                       <description>Bitmask indicating whether photometry is likely biased by neighbours at &gt;1%; bits 0-5 correspond to filters z-u</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radius_petro</name>
                       <description>Mean r-band Petrosian radius</description>
                       <unit>pix</unit>
                       <ucd>phys.angSize;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_psf</name>
                       <description>Mean u-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_u_psf</name>
                       <description>Error in u-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_rchi2var</name>
                       <description>Reduced chi-squared for a constant-magnitude model of the u-band PSF magnitude, including clipped sources</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_petro</name>
                       <description>Mean u-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_u_petro</name>
                       <description>Error in u-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_psf</name>
                       <description>Mean v-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_v_psf</name>
                       <description>Error in v-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_rchi2var</name>
                       <description>Reduced chi-squared for a constant-magnitude model of the v-band PSF magnitude, including clipped sources</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_petro</name>
                       <description>Mean v-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_v_petro</name>
                       <description>Error in v-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_psf</name>
                       <description>Mean g-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_g_psf</name>
                       <description>Error in g-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_rchi2var</name>
                       <description>Reduced chi-squared for a constant-magnitude model of the g-band PSF magnitude, including clipped sources</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_petro</name>
                       <description>Mean g-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_g_petro</name>
                       <description>Error in g-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_psf</name>
                       <description>Mean r-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_r_psf</name>
                       <description>Error in r-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_rchi2var</name>
                       <description>Reduced chi-squared for a constant-magnitude model of the r-band PSF magnitude, including clipped sources</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_petro</name>
                       <description>Mean r-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_r_petro</name>
                       <description>Error in r-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_psf</name>
                       <description>Mean i-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_i_psf</name>
                       <description>Error in i-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_rchi2var</name>
                       <description>Reduced chi-squared for a constant-magnitude model of the i-band PSF magnitude, including clipped sources</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_petro</name>
                       <description>Mean i-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_i_petro</name>
                       <description>Error in i-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_psf</name>
                       <description>Mean z-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_z_psf</name>
                       <description>Error in z-band PSF magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_rchi2var</name>
                       <description>Reduced chi-squared for a constant-magnitude model of the z-band PSF magnitude, including clipped sources</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_petro</name>
                       <description>Mean z-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_z_petro</name>
                       <description>Error in z-band Petrosian magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ebmv_sfd</name>
                       <description>E(B-V) from Schlegel+1998 extinction maps at the ICRS coordinates</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prox</name>
                       <description>Distance to next-closest DR2 source within 15 arcsec (or 15 if no such sources)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prox_id</name>
                       <description>object_id of next-closest DR2 source</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dr1_id</name>
                       <description>object_id of closest SkyMapper Data Release 1 source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dr1_dist</name>
                       <description>Distance to closest SkyMapper Data Release 1 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>twomass_key</name>
                       <description>Unique identifier (pts_key) of closest 2MASS PSC source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>twomass_dist</name>
                       <description>Distance on sky to closest 2MASS PSC source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>allwise_cntr</name>
                       <description>Unique identifier (cntr) of closest AllWISE source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>allwise_dist</name>
                       <description>Distance on sky to closest AllWISE source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ucac4_mpos</name>
                       <description>Unique identifier (mpos) of closest UCAC4 source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ucac4_dist</name>
                       <description>Distance on sky to closest UCAC4 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>refcat2_id</name>
                       <description>Unique identifier (objid) of closest ATLAS Refcat2 source (only useful for this copy of Refcat2)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>refcat2_dist</name>
                       <description>Distance on sky to closest ATLAS Refcat2 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ps1_dr1_id</name>
                       <description>Unique identifier (objid) of closest Pan-STARRS1 DR1 source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ps1_dr1_dist</name>
                       <description>Distance on sky to closest Pan-STARRS1 DR1 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>galex_guv_id</name>
                       <description>Unique identifier (objid) of closest GALEX GUVcat AIS source (Bianchi et al. 2017)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>galex_guv_dist</name>
                       <description>Distance on sky to closest GALEX GUVcat AIS source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_dr2_id1</name>
                       <description>Unique identifier (source_id) of closest Gaia DR2 source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_dr2_dist1</name>
                       <description>Distance on sky to closest Gaia DR2 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_dr2_id2</name>
                       <description>Unique identifier (source_id) of second closest Gaia DR2 source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_dr2_dist2</name>
                       <description>Distance on sky to second closest Gaia DR2 source</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="1647599" esatapplus:size_bytes="7727497216" type="base_table">
                    <name>external.tmass_xsc</name>
                    <description>The Two Micron All Sky Survey (2MASS): Extended Source Catalogue (XSC). In this survey, the entire sky was uniformly scanned in three near-infrared bands to detect and characterise point sources brighter than about 1 mJy in each band, with signal-to-noise ratio (SNR) greater than 10, using a pixel size of 2.044 arcsec. The extended source catalogue contains 1.6 million objects and includes those sources which are resolved with respect to the observed 2MASS point spread function. Approximately 97% of XSC sources are galaxies, with the other ~3% belonging to the Milky Way. Data is replicated from IRSA TAP https://irsa.ipac.caltech.edu/TAP/ fp_xsc table as of January 2019. Note that additional columns have been added after the original publication. The full data model is documented at http://wise2.ipac.caltech.edu/staff/jarrett/2mass/XSC/XSC_DD-new. Reference paper: https://ui.adsabs.harvard.edu/abs/2006AJ....131.1163S/abstract (DOI: 10.1086/498708)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>jdate</name>
                       <description>julian date of source measurement to +/- 30 sec</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>source designation formed from sexigesimal coordinates</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>right ascension (J2000 decimal deg) based on peak pixel</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>declination (J2000 decimal deg) based on peak pixel</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sup_ra</name>
                       <description>super-coadd centroid RA (J2000 decimal deg)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sup_dec</name>
                       <description>super-coadd centroid Dec (J2000 decimal deg)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glon</name>
                       <description>galactic longitude (decimal deg) based on peak pixel</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glat</name>
                       <description>galactic latitude (decimal deg) based on peak pixel</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>density</name>
                       <description>coadd log(density) of stars with k&lt;14 mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m</name>
                       <description>J selected "default" magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig</name>
                       <description>J "default" mag uncertainty</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg</name>
                       <description>J confusion flag for "default" magnitude</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_mtype</name>
                       <description>source of J "default" mag (0=j_m_k20fc, 1=j_m_j21fc)</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m</name>
                       <description>H selected "default" magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig</name>
                       <description>H "default" mag uncertainty</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg</name>
                       <description>H confusion flag for "default" magnitude</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_mtype</name>
                       <description>source of H "default" mag (0=h_m_k20fc, 1=h_m_j21fc)</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m</name>
                       <description>K selected "default" magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig</name>
                       <description>K "default" mag uncertainty</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg</name>
                       <description>K confusion flag for "default" magnitude</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_mtype</name>
                       <description>source of K "default" mag (0=k_m_k20fc, 1=k_m_j21fc)</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_k20fe</name>
                       <description>20mag/sq." isophotal K fiducial ell. ap. semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_k20fe</name>
                       <description>J 20mag/sq." isophotal fiducial ell. ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_k20fe</name>
                       <description>J 1-sigma uncertainty in 20mag/sq." iso.fid.ell.mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_k20fe</name>
                       <description>J confusion flag for 20mag/sq." iso. fid. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_k20fe</name>
                       <description>H 20mag/sq." isophotal fiducial ell. ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_k20fe</name>
                       <description>H 1-sigma uncertainty in 20mag/sq." iso.fid.ell.mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_k20fe</name>
                       <description>H confusion flag for 20mag/sq." iso. fid. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_k20fe</name>
                       <description>K 20mag/sq." isophotal fiducial ell. ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_k20fe</name>
                       <description>K 1-sigma uncertainty in 20mag/sq." iso.fid.ell.mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_k20fe</name>
                       <description>K confusion flag for 20mag/sq." iso. fid. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_3sig</name>
                       <description>3-sigma K isophotal semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_ba</name>
                       <description>J minor/major axis ratio fit to the 3-sigma isophote</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_phi</name>
                       <description>J angle to 3-sigma major axis (E of N)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_ba</name>
                       <description>H minor/major axis ratio fit to the 3-sigma isophote</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_phi</name>
                       <description>H angle to 3-sigma major axis (E of N)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_ba</name>
                       <description>K minor/major axis ratio fit to the 3-sigma isophote</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_phi</name>
                       <description>K angle to 3-sigma major axis (E of N)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sup_r_3sig</name>
                       <description>super-coadd 3-sigma isophotal semi-major axis radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sup_ba</name>
                       <description>minor/major axis ratio fit to 3-sig. super-coadd isophote</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sup_phi</name>
                       <description>super-coadd angle to major axis (E of N)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_fe</name>
                       <description>K fiducial Kron elliptical aperture semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_fe</name>
                       <description>J fiducial Kron elliptical aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_fe</name>
                       <description>J 1-sigma uncertainty in fiducial Kron ell. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_fe</name>
                       <description>J confusion flag for fiducial Kron ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_fe</name>
                       <description>H fiducial Kron elliptical aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_fe</name>
                       <description>H 1-sigma uncertainty in fiducial Kron ell. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_fe</name>
                       <description>H confusion flag for fiducial Kron ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_fe</name>
                       <description>K fiducial Kron elliptical aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_fe</name>
                       <description>K 1-sigma uncertainty in fiducial Kron ell. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_fe</name>
                       <description>K confusion flag for fiducial Kron ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_ext</name>
                       <description>extrapolation/total radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_ext</name>
                       <description>J mag from fit extrapolation</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_ext</name>
                       <description>J 1-sigma uncertainty in mag from fit extrapolation</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_pchi</name>
                       <description>J chi^2 of fit to radial profile (LCSB: alpha scale length)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_ext</name>
                       <description>H mag from fit extrapolation</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_ext</name>
                       <description>H 1-sigma uncertainty in mag from fit extrapolation</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_pchi</name>
                       <description>H chi^2 of fit to radial profile (LCSB: alpha scale length)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_ext</name>
                       <description>K mag from fit extrapolation</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_ext</name>
                       <description>K 1-sigma uncertainty in mag from fit extrapolation</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_pchi</name>
                       <description>K chi^2 of fit to radial profile (LCSB: alpha scale length)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_r_eff</name>
                       <description>J half-light (integrated half-flux point) radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_mnsurfb_eff</name>
                       <description>J mean surface brightness at the half-light radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_r_eff</name>
                       <description>H half-light (integrated half-flux point) radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_mnsurfb_eff</name>
                       <description>H mean surface brightness at the half-light radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_r_eff</name>
                       <description>K half-light (integrated half-flux point) radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_mnsurfb_eff</name>
                       <description>K mean surface brightness at the half-light radius</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_con_indx</name>
                       <description>J concentration index r_75%/r_25%</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_con_indx</name>
                       <description>H concentration index r_75%/r_25%</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_con_indx</name>
                       <description>K concentration index r_75%/r_25%</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_peak</name>
                       <description>J peak pixel brightness</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_peak</name>
                       <description>H peak pixel brightness</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_peak</name>
                       <description>K peak pixel brightness</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_5surf</name>
                       <description>J central surface brightness (r&lt;=5)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_5surf</name>
                       <description>H central surface brightness (r&lt;=5)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_5surf</name>
                       <description>K central surface brightness (r&lt;=5)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_score</name>
                       <description>extended score: 1(extended) &lt; e_score &lt; 2(point-like)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_score</name>
                       <description>galaxy score: 1(extended) &lt; g_score &lt; 2(point-like)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vc</name>
                       <description>visual verification score for source</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_flg</name>
                       <description>indicates artifact contamination and/or confusion</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>im_nx</name>
                       <description>size of postage stamp image in pixels</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_k20fc</name>
                       <description>20mag/sq." isophotal K fiducial circular ap. radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_k20fc</name>
                       <description>J 20mag/sq." isophotal fiducial circ. ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_k20fc</name>
                       <description>J 1-sigma uncertainty in 20mag/sq." iso.fid.circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_k20fc</name>
                       <description>J confusion flag for 20mag/sq." iso. fid. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_k20fc</name>
                       <description>H 20mag/sq." isophotal fiducial circ. ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_k20fc</name>
                       <description>H 1-sigma uncertainty in 20mag/sq." iso.fid.circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_k20fc</name>
                       <description>H confusion flag for 20mag/sq." iso. fid. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_k20fc</name>
                       <description>K 20mag/sq." isophotal fiducial circ. ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_k20fc</name>
                       <description>K 1-sigma uncertainty in 20mag/sq." iso.fid.circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_k20fc</name>
                       <description>K confusion flag for 20mag/sq." iso. fid. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_r_e</name>
                       <description>J Kron elliptical aperture semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_e</name>
                       <description>J Kron elliptical aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_e</name>
                       <description>J 1-sigma uncertainty in Kron elliptical mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_e</name>
                       <description>J confusion flag for Kron elliptical mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_r_e</name>
                       <description>H Kron elliptical aperture semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_e</name>
                       <description>H Kron elliptical aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_e</name>
                       <description>H 1-sigma uncertainty in Kron elliptical mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_e</name>
                       <description>H confusion flag for Kron elliptical mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_r_e</name>
                       <description>K Kron elliptical aperture semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_e</name>
                       <description>K Kron elliptical aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_e</name>
                       <description>K 1-sigma uncertainty in Kron elliptical mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_e</name>
                       <description>K confusion flag for Kron elliptical mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_r_c</name>
                       <description>J Kron circular aperture radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_c</name>
                       <description>J Kron circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_c</name>
                       <description>J 1-sigma uncertainty in Kron circular mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_c</name>
                       <description>J confusion flag for Kron circular mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_r_c</name>
                       <description>H Kron circular aperture radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_c</name>
                       <description>H Kron circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_c</name>
                       <description>H 1-sigma uncertainty in Kron circular mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_c</name>
                       <description>H confusion flag for Kron circular mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_r_c</name>
                       <description>K Kron circular aperture radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_c</name>
                       <description>K Kron circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_c</name>
                       <description>K 1-sigma uncertainty in Kron circular mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_c</name>
                       <description>K confusion flag for Kron circular mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_fc</name>
                       <description>K fiducial Kron circular aperture radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_fc</name>
                       <description>J fiducial Kron circular magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_fc</name>
                       <description>J 1-sigma uncertainty in fiducial Kron circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_fc</name>
                       <description>J confusion flag for fiducial Kron circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_fc</name>
                       <description>H fiducial Kron circular magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_fc</name>
                       <description>H 1-sigma uncertainty in fiducial Kron circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_fc</name>
                       <description>H confusion flag for fiducial Kron circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_fc</name>
                       <description>K fiducial Kron circular magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_fc</name>
                       <description>K 1-sigma uncertainty in fiducial Kron circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_fc</name>
                       <description>K confusion flag for fiducial Kron circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_r_i20e</name>
                       <description>J 20mag/sq." isophotal elliptical ap. semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_i20e</name>
                       <description>J 20mag/sq." isophotal elliptical ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_i20e</name>
                       <description>J 1-sigma uncertainty in 20mag/sq." iso. ell. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_i20e</name>
                       <description>J confusion flag for 20mag/sq." iso. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_r_i20e</name>
                       <description>H 20mag/sq." isophotal elliptical ap. semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_i20e</name>
                       <description>H 20mag/sq." isophotal elliptical ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_i20e</name>
                       <description>H 1-sigma uncertainty in 20mag/sq." iso. ell. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_i20e</name>
                       <description>H confusion flag for 20mag/sq." iso. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_r_i20e</name>
                       <description>K 20mag/sq." isophotal elliptical ap. semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_i20e</name>
                       <description>K 20mag/sq." isophotal elliptical ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_i20e</name>
                       <description>K 1-sigma uncertainty in 20mag/sq." iso. ell. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_i20e</name>
                       <description>K confusion flag for 20mag/sq." iso. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_r_i20c</name>
                       <description>J 20mag/sq." isophotal circular aperture radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_i20c</name>
                       <description>J 20mag/sq." isophotal circular ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_i20c</name>
                       <description>J 1-sigma uncertainty in 20mag/sq." iso. circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_i20c</name>
                       <description>J confusion flag for 20mag/sq." iso. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_r_i20c</name>
                       <description>H 20mag/sq." isophotal circular aperture radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_i20c</name>
                       <description>H 20mag/sq." isophotal circular ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_i20c</name>
                       <description>H 1-sigma uncertainty in 20mag/sq." iso. circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_i20c</name>
                       <description>H confusion flag for 20mag/sq." iso. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_r_i20c</name>
                       <description>K 20mag/sq." isophotal circular aperture radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_i20c</name>
                       <description>K 20mag/sq." isophotal circular ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_i20c</name>
                       <description>K 1-sigma uncertainty in 20mag/sq." iso. circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_i20c</name>
                       <description>K confusion flag for 20mag/sq." iso. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_r_i21e</name>
                       <description>J 21mag/sq." isophotal elliptical ap. semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_i21e</name>
                       <description>J 21mag/sq." isophotal elliptical ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_i21e</name>
                       <description>J 1-sigma uncertainty in 21mag/sq." iso. ell. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_i21e</name>
                       <description>J confusion flag for 21mag/sq." iso. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_r_i21e</name>
                       <description>H 21mag/sq." isophotal elliptical ap. semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_i21e</name>
                       <description>H 21mag/sq." isophotal elliptical ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_i21e</name>
                       <description>H 1-sigma uncertainty in 21mag/sq." iso. ell. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_i21e</name>
                       <description>H confusion flag for 21mag/sq." iso. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_r_i21e</name>
                       <description>K 21mag/sq." isophotal elliptical ap. semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_i21e</name>
                       <description>K 21mag/sq." isophotal elliptical ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_i21e</name>
                       <description>K 1-sigma uncertainty in 21mag/sq." iso. ell. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_i21e</name>
                       <description>K confusion flag for 21mag/sq." iso. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_j21fe</name>
                       <description>21mag/sq." isophotal J fiducial ell. ap. semi-major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_j21fe</name>
                       <description>J 21mag/sq." isophotal fiducial ell. ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_j21fe</name>
                       <description>J 1-sigma uncertainty in 21mag/sq." iso.fid.ell.mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_j21fe</name>
                       <description>J confusion flag for 21mag/sq." iso. fid. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_j21fe</name>
                       <description>H 21mag/sq." isophotal fiducial ell. ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_j21fe</name>
                       <description>H 1-sigma uncertainty in 21mag/sq." iso.fid.ell.mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_j21fe</name>
                       <description>H confusion flag for 21mag/sq." iso. fid. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_j21fe</name>
                       <description>K 21mag/sq." isophotal fiducial ell. ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_j21fe</name>
                       <description>K 1-sigma uncertainty in 21mag/sq." iso.fid.ell.mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_j21fe</name>
                       <description>K confusion flag for 21mag/sq." iso. fid. ell. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_r_i21c</name>
                       <description>J 21mag/sq." isophotal circular aperture radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_i21c</name>
                       <description>J 21mag/sq." isophotal circular ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_i21c</name>
                       <description>J 1-sigma uncertainty in 21mag/sq." iso. circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_i21c</name>
                       <description>J confusion flag for 21mag/sq." iso. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_r_i21c</name>
                       <description>H 21mag/sq." isophotal circular aperture radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_i21c</name>
                       <description>H 21mag/sq." isophotal circular ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_i21c</name>
                       <description>H 1-sigma uncertainty in 21mag/sq." iso. circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_i21c</name>
                       <description>H confusion flag for 21mag/sq." iso. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_r_i21c</name>
                       <description>K 21mag/sq." isophotal circular aperture radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_i21c</name>
                       <description>K 21mag/sq." isophotal circular ap. magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_i21c</name>
                       <description>K 1-sigma uncertainty in 21mag/sq." iso. circ. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_i21c</name>
                       <description>K confusion flag for 21mag/sq." iso. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_j21fc</name>
                       <description>21mag/sq." isophotal J fiducial circular ap. radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_j21fc</name>
                       <description>J 21mag/sq." isophotal fiducial circ. ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_j21fc</name>
                       <description>J 1-sigma uncertainty in 21mag/sq." iso.fid.circ.mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_j21fc</name>
                       <description>J confusion flag for 21mag/sq." iso. fid. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_j21fc</name>
                       <description>H 21mag/sq." isophotal fiducial circ. ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_j21fc</name>
                       <description>H 1-sigma uncertainty in 21mag/sq." iso.fid.circ.mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_j21fc</name>
                       <description>H confusion flag for 21mag/sq." iso. fid. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_j21fc</name>
                       <description>K 21mag/sq." isophotal fiducial circ. ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_j21fc</name>
                       <description>K 1-sigma uncertainty in 21mag/sq." iso.fid.circ.mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_j21fc</name>
                       <description>K confusion flag for 21mag/sq." iso. fid. circ. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_5</name>
                       <description>J 5 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_5</name>
                       <description>J 1-sigma uncertainty in 5 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_5</name>
                       <description>J confusion flag for 5 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_5</name>
                       <description>H 5 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_5</name>
                       <description>H 1-sigma uncertainty in 5 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_5</name>
                       <description>H confusion flag for 5 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_5</name>
                       <description>K 5 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_5</name>
                       <description>K 1-sigma uncertainty in 5 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_5</name>
                       <description>K confusion flag for 5 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_7</name>
                       <description>J 7 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_7</name>
                       <description>J 1-sigma uncertainty in 7 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_7</name>
                       <description>J confusion flag for 7 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_7</name>
                       <description>H 7 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_7</name>
                       <description>H 1-sigma uncertainty in 7 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_7</name>
                       <description>H confusion flag for 7 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_7</name>
                       <description>K 7 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_7</name>
                       <description>K 1-sigma uncertainty in 7 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_7</name>
                       <description>K confusion flag for 7 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_10</name>
                       <description>J 10 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_10</name>
                       <description>J 1-sigma uncertainty in 10 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_10</name>
                       <description>J confusion flag for 10 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_10</name>
                       <description>H 10 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_10</name>
                       <description>H 1-sigma uncertainty in 10 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_10</name>
                       <description>H confusion flag for 10 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_10</name>
                       <description>K 10 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_10</name>
                       <description>K 1-sigma uncertainty in 10 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_10</name>
                       <description>K confusion flag for 10 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_15</name>
                       <description>J 15 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_15</name>
                       <description>J 1-sigma uncertainty in 15 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_15</name>
                       <description>J confusion flag for 15 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_15</name>
                       <description>H 15 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_15</name>
                       <description>H 1-sigma uncertainty in 15 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_15</name>
                       <description>H confusion flag for 15 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_15</name>
                       <description>K 15 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_15</name>
                       <description>K 1-sigma uncertainty in 15 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_15</name>
                       <description>K confusion flag for 15 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_20</name>
                       <description>J 20 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_20</name>
                       <description>J 1-sigma uncertainty in 20 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_20</name>
                       <description>J confusion flag for 20 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_20</name>
                       <description>H 20 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_20</name>
                       <description>H 1-sigma uncertainty in 20 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_20</name>
                       <description>H confusion flag for 20 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_20</name>
                       <description>K 20 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_20</name>
                       <description>K 1-sigma uncertainty in 20 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_20</name>
                       <description>K confusion flag for 20 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_25</name>
                       <description>J 25 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_25</name>
                       <description>J 1-sigma uncertainty in 25 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_25</name>
                       <description>J confusion flag for 25 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_25</name>
                       <description>H 25 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_25</name>
                       <description>H 1-sigma uncertainty in 25 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_25</name>
                       <description>H confusion flag for 25 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_25</name>
                       <description>K 25 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_25</name>
                       <description>K 1-sigma uncertainty in 25 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_25</name>
                       <description>K confusion flag for 25 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_30</name>
                       <description>J 30 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_30</name>
                       <description>J 1-sigma uncertainty in 30 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_30</name>
                       <description>J confusion flag for 30 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_30</name>
                       <description>H 30 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_30</name>
                       <description>H 1-sigma uncertainty in 30 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_30</name>
                       <description>H confusion flag for 30 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_30</name>
                       <description>K 30 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_30</name>
                       <description>K 1-sigma uncertainty in 30 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_30</name>
                       <description>K confusion flag for 30 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_40</name>
                       <description>J 40 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_40</name>
                       <description>J 1-sigma uncertainty in 40 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_40</name>
                       <description>J confusion flag for 40 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_40</name>
                       <description>H 40 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_40</name>
                       <description>H 1-sigma uncertainty in 40 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_40</name>
                       <description>H confusion flag for 40 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_40</name>
                       <description>K 40 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_40</name>
                       <description>K 1-sigma uncertainty in 40 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_40</name>
                       <description>K confusion flag for 40 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_50</name>
                       <description>J 50 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_50</name>
                       <description>J 1-sigma uncertainty in 50 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_50</name>
                       <description>J confusion flag for 50 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_50</name>
                       <description>H 50 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_50</name>
                       <description>H 1-sigma uncertainty in 50 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_50</name>
                       <description>H confusion flag for 50 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_50</name>
                       <description>K 50 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_50</name>
                       <description>K 1-sigma uncertainty in 50 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_50</name>
                       <description>K confusion flag for 50 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_60</name>
                       <description>J 60 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_60</name>
                       <description>J 1-sigma uncertainty in 60 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_60</name>
                       <description>J confusion flag for 60 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_60</name>
                       <description>H 60 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_60</name>
                       <description>H 1-sigma uncertainty in 60 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_60</name>
                       <description>H confusion flag for 60 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_60</name>
                       <description>K 60 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_60</name>
                       <description>K 1-sigma uncertainty in 60 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_60</name>
                       <description>K confusion flag for 60 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_70</name>
                       <description>J 70 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_70</name>
                       <description>J 1-sigma uncertainty in 70 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_flg_70</name>
                       <description>J confusion flag for 70 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_70</name>
                       <description>H 70 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_70</name>
                       <description>H 1-sigma uncertainty in 70 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_flg_70</name>
                       <description>H confusion flag for 70 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_70</name>
                       <description>K 70 arcsec radius circular aperture magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_70</name>
                       <description>K 1-sigma uncertainty in 70 arcsec circular ap. mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_flg_70</name>
                       <description>K confusion flag for 70 arcsec circular ap. mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m_sys</name>
                       <description>J system photometry magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msig_sys</name>
                       <description>J 1-sigma uncertainty in system photometry mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m_sys</name>
                       <description>H system photometry magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msig_sys</name>
                       <description>H 1-sigma uncertainty in system photometry mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_m_sys</name>
                       <description>K system photometry magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_msig_sys</name>
                       <description>K 1-sigma uncertainty in system photometry mag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sys_flg</name>
                       <description>system flag: 0=no system, 1=nearby galaxy flux incl. in mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>contam_flg</name>
                       <description>contamination flag: 0=no stars, 1=stellar flux incl. in mag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_5sig_ba</name>
                       <description>J minor/major axis ratio fit to the 5-sigma isophote</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_5sig_phi</name>
                       <description>J angle to 5-sigma major axis (E of N)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_5sig_ba</name>
                       <description>H minor/major axis ratio fit to the 5-sigma isophote</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_5sig_phi</name>
                       <description>H angle to 5-sigma major axis (E of N)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_5sig_ba</name>
                       <description>K minor/major axis ratio fit to the 5-sigma isophote</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_5sig_phi</name>
                       <description>K angle to 5-sigma major axis (E of N)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_d_area</name>
                       <description>J 5-sigma to 3-sigma differential area</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_perc_darea</name>
                       <description>J 5-sigma to 3-sigma percent area change</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_d_area</name>
                       <description>H 5-sigma to 3-sigma differential area</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_perc_darea</name>
                       <description>H 5-sigma to 3-sigma percent area change</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_d_area</name>
                       <description>K 5-sigma to 3-sigma differential area</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_perc_darea</name>
                       <description>K 5-sigma to 3-sigma percent area change</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_bisym_rat</name>
                       <description>J bi-symmetric flux ratio</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_bisym_chi</name>
                       <description>J bi-symmetric cross-correlation chi</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_bisym_rat</name>
                       <description>H bi-symmetric flux ratio</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_bisym_chi</name>
                       <description>H bi-symmetric cross-correlation chi</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_bisym_rat</name>
                       <description>K bi-symmetric flux ratio</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_bisym_chi</name>
                       <description>K bi-symmetric cross-correlation chi</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_sh0</name>
                       <description>J ridge shape (LCSB: BSNR limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_sig_sh0</name>
                       <description>J ridge shape sigma (LCSB: B2SNR limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_sh0</name>
                       <description>H ridge shape (LCSB: BSNR limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_sig_sh0</name>
                       <description>H ridge shape sigma (LCSB: B2SNR limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_sh0</name>
                       <description>K ridge shape (LCSB: BSNR limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_sig_sh0</name>
                       <description>K ridge shape sigma (LCSB: B2SNR limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_sc_mxdn</name>
                       <description>J mxdn (score) (LCSB: BSNR - block/smoothed SNR)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_sc_sh</name>
                       <description>J shape (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_sc_wsh</name>
                       <description>J wsh (score) (LCSB: PSNR - peak raw SNR)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_sc_r23</name>
                       <description>J r23 (score) (LCSB: TSNR - integrated SNR for r=15)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_sc_1mm</name>
                       <description>J 1st moment (score) (LCSB: super blk 2,4,8 SNR)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_sc_2mm</name>
                       <description>J 2nd moment (score) (LCSB: SNRMAX - super SNR max)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_sc_vint</name>
                       <description>J vint (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_sc_r1</name>
                       <description>J r1 (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_sc_msh</name>
                       <description>J median shape score</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_sc_mxdn</name>
                       <description>H mxdn (score) (LCSB: BSNR - block/smoothed SNR)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_sc_sh</name>
                       <description>H shape (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_sc_wsh</name>
                       <description>H wsh (score) (LCSB: PSNR - peak raw SNR)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_sc_r23</name>
                       <description>H r23 (score) (LCSB: TSNR - integrated SNR for r=15)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_sc_1mm</name>
                       <description>H 1st moment (score) (LCSB: super blk 2,4,8 SNR)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_sc_2mm</name>
                       <description>H 2nd moment (score) (LCSB: SNRMAX - super SNR max)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_sc_vint</name>
                       <description>H vint (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_sc_r1</name>
                       <description>H r1 (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_sc_msh</name>
                       <description>H median shape score</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_sc_mxdn</name>
                       <description>K mxdn (score) (LCSB: BSNR - block/smoothed SNR)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_sc_sh</name>
                       <description>K shape (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_sc_wsh</name>
                       <description>K wsh (score) (LCSB: PSNR - peak raw SNR)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_sc_r23</name>
                       <description>K r23 (score) (LCSB: TSNR - integrated SNR for r=15)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_sc_1mm</name>
                       <description>K 1st moment (score) (LCSB: super blk 2,4,8 SNR)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_sc_2mm</name>
                       <description>K 2nd moment (score) (LCSB: SNRMAX - super SNR max)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_sc_vint</name>
                       <description>K vint (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_sc_r1</name>
                       <description>K r1 (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_sc_msh</name>
                       <description>K median shape score</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_chif_ellf</name>
                       <description>J % chi-fraction for elliptical fit to 3-sig isophote</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_chif_ellf</name>
                       <description>K % chi-fraction for elliptical fit to 3-sig isophote</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ellfit_flg</name>
                       <description>ellipse fitting contamination flag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sup_chif_ellf</name>
                       <description>super-coadd % chi-fraction for ellip. fit to 3-sig isophote</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_blank</name>
                       <description>number of blanked source records</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_sub</name>
                       <description>number of subtracted source records</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bl_sub_flg</name>
                       <description>blanked/subtracted src description flag</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_flg</name>
                       <description>type/galaxy ID flag (0=non-catalog, 1=catalog, 2=LCSB)</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_cat</name>
                       <description>matched galaxy's catalog name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fg_flg</name>
                       <description>flux-growth convergence flag</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>blk_fac</name>
                       <description>LCSB blocking factor (1, 2, 4, 8)</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_h</name>
                       <description>default J-H mag color</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_h_sig</name>
                       <description>sigma for J-H mag color</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_k</name>
                       <description>default H-K mag color</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_k_sig</name>
                       <description>sigma for H-K mag color</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_k</name>
                       <description>default J-K mag color</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_k_sig</name>
                       <description>sigma for J-K mag color</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_r</name>
                       <description>B-R mag color of associated optical source</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_k</name>
                       <description>default R-K mag color (using associated optical source)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_k</name>
                       <description>default B-K mag color</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_j</name>
                       <description>default R-J mag color</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_j</name>
                       <description>default B-J mag color</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_cal</name>
                       <description>J mag calibration value for source</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_cal</name>
                       <description>H mag calibration value for source</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_cal</name>
                       <description>K mag calibration value for source</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dup_src</name>
                       <description>has duplicate source extractions (overlap areas)</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>use_src</name>
                       <description>this extraction of source is to be used in catalog</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spos</name>
                       <description># of scans in which src position falls inside coverage area</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sdet</name>
                       <description># of scans in which src was detected in &gt;=1 band</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prox</name>
                       <description>distance in arcsec to nearest cat. ext source within 999.9"</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pxpa</name>
                       <description>angle (deg E of N) to nearest catalog source within 999.9"</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pxcntr</name>
                       <description>cntr of nearest catalog extended source within 999.9"</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_edge_ns</name>
                       <description>distance to nearest north or south full-coverage scan edge</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_edge_ew</name>
                       <description>distance to nearest east or west full-coverage scan edge</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_edge_flg</name>
                       <description>flag indicating which edges ([n|s][e|w]) are nearest to src</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pts_key</name>
                       <description>key to point source data DB record</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mp_key</name>
                       <description>key to minor planet prediction DB record</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>night_key</name>
                       <description>key to night data record in "scan DB"</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_key</name>
                       <description>key to scan data record in "scan DB"</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>coadd_key</name>
                       <description>key to coadd data record in "scan DB"</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spt_ind</name>
                       <description>spatial (x,y,z) index key</description>
                       <ucd>pos.HTM</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>clr_ind</name>
                       <description>color index key</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dirty</name>
                       <description>dirty data flag (0=OK, 1=dirty)</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hemis</name>
                       <description>hemisphere (N/S) of observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xdate</name>
                       <description>observation date</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan</name>
                       <description>scan number (unique within date)</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>coadd</name>
                       <description>3-digit coadd number (unique within scan)</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <description>source ID number (unique within scan, coadd)</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x</name>
                       <description>unit sphere x value</description>
                       <ucd>pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y</name>
                       <description>unit sphere y value</description>
                       <ucd>pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>unit sphere z value</description>
                       <ucd>pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_coadd</name>
                       <description>x (cross-scan) position (coadd coord.)</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_coadd</name>
                       <description>y (in-scan) position (coadd coord.)</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_subst2</name>
                       <description>J residual background #2 (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_subst2</name>
                       <description>H residual background #2 (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_subst2</name>
                       <description>K residual background #2 (score)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_back</name>
                       <description>J coadd median background</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_back</name>
                       <description>H coadd median background</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_back</name>
                       <description>K coadd median background</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_resid_ann</name>
                       <description>J residual annulus background median</description>
                       <unit>'DN'</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_resid_ann</name>
                       <description>H residual annulus background median</description>
                       <unit>'DN'</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_resid_ann</name>
                       <description>K residual annulus background median</description>
                       <unit>'DN'</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_bndg_per</name>
                       <description>J banding Fourier Transf. period on this side of coadd</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_bndg_amp</name>
                       <description>J banding maximum FT amplitude on this side of coadd</description>
                       <unit>'DN'</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_bndg_per</name>
                       <description>H banding Fourier Transf. period on this side of coadd</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_bndg_amp</name>
                       <description>H banding maximum FT amplitude on this side of coadd</description>
                       <unit>'DN'</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_bndg_per</name>
                       <description>K banding Fourier Transf. period on this side of coadd</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_bndg_amp</name>
                       <description>K banding maximum FT amplitude on this side of coadd</description>
                       <unit>'DN'</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_seetrack</name>
                       <description>J band seetracking score</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_seetrack</name>
                       <description>H band seetracking score</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_seetrack</name>
                       <description>K band seetracking score</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>cntr</name>
                       <description>entry key (counter) number (unique within table)</description>
                       <ucd>meta.record;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="174922161" esatapplus:size_bytes="20217241600" type="base_table">
                    <name>external.xgboost_table1</name>
                    <description>Robust data-driven metallicities for 175 million stars from Gaia XP spectra. This is table 1 of Andrae+, 2023, ApJS, 267, 8. It contains 174,922,161 XGBoost parameters (temperature, surface gravity, and metallicity). XGBoost draws on a number of data features: the full set of Gaia DR3 XP spectral coefficients, narrowband fluxes derived from XP spectra, broadband Gaia DR3 magnitudes, Gaia DR3 parallaxes, and CatWISE2020 W1 and W2 magnitudes. The mean stellar parameter precision is 0.1 dex in [M/H], 50 K in Teff, and 0.08 dex in log(g). This table has been created in November 2023 based on version 2.1 of the dataset on Zenodo (https://doi.org/10.5281/zenodo.7945154). Reference paper: https://ui.adsabs.harvard.edu/abs/2023ApJS..267....8A/abstract (DOI: 10.3847/1538-4365/acd53e)</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia DR3 source identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catwise_w1</name>
                       <description>Apparent CatWISE 2020 W1 magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catwise_w2</name>
                       <description>Apparent CatWISE 2020 W2 magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>in_training_sample</name>
                       <description>Flag for membership in training sample</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mh_xgboost</name>
                       <description>XGBoost estimate of [M/H]</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teff_xgboost</name>
                       <description>XGBoost estimate of Teff</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg_xgboost</name>
                       <description>XGBoost estimate of log(g)</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="17558141" esatapplus:size_bytes="4180647936" type="base_table">
                    <name>external.xgboost_table2</name>
                    <description>Robust data-driven metallicities for 175 million stars from Gaia XP spectra. This is table 2 of Andrae+, 2023, ApJS, 267, 8. This table contains 17,558,141 XGBoost parameters (temperature, surface gravity, and metallicity) for bright (G &lt; 16 mag) red giants whose [M/H] values are vetted to be precise and pure. XGBoost draws on a number of data features: the full set of Gaia DR3 XP spectral coefficients, narrowband fluxes derived from XP spectra, broadband Gaia DR3 magnitudes, Gaia DR3 parallaxes, and CatWISE2020 W1 and W2 magnitudes. The mean stellar parameter precision is 0.1 dex in [M/H], 50 K in Teff, and 0.08 dex in log(g). This table has been created in November 2023 based on version 2.1 of the dataset on Zenodo (https://doi.org/10.5281/zenodo.7945154). Reference paper: https://ui.adsabs.harvard.edu/abs/2023ApJS..267....8A/abstract (DOI: 10.3847/1538-4365/acd53e)</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia DR3 source identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="GAIADR3" std="false">
                       <name>ra</name>
                       <description>Right ascension (ICRS with epoch J2016.0)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="GAIADR3" std="false">
                       <name>dec</name>
                       <description>Declination (ICRS with epoch J2016.0)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_corrected</name>
                       <description>Parallax with zero-point correction from Lindegren et al. (2021; https://ui.adsabs.harvard.edu/abs/2021A%26A...649A...4L/abstract)</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ruwe</name>
                       <description>Renormalised unit weight error</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radial_velocity</name>
                       <description>Radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catwise_w1</name>
                       <description>Apparent CatWISE 2020 W1 magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catwise_w2</name>
                       <description>Apparent CatWISE 2020 W2 magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mh_xgboost</name>
                       <description>XGBoost estimate of [M/H]</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teff_xgboost</name>
                       <description>XGBoost estimate of Teff</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg_xgboost</name>
                       <description>XGBoost estimate of log(g)</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>in_training_sample</name>
                       <description>Flag for membership in training sample</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true" esatapplus:title="Gaia Data Release 1">
                 <name>gaiadr1</name>
                 <description>Gaia Data Release 1</description>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Data Release 1/Auxiliary" esatapplus:size="2191" esatapplus:size_bytes="335872" type="base_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>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>All Gaia data processed by the Data Processing and Analysis Consortium
        comes tagged with a solution identifier. This is a numeric field
        attached to each table row that can be used to unequivocally identify
        the version of all the subsystems that where used in the generation of
        the data as well as the input data used. It is mainly for internal DPAC
        use but is included in the published data releases to enable end users
        to examine the provenance of processed data products. To decode a given
        solution ID visit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>A unique single numerical identifier of the source.

        For the contents of Gaia DR1, which does not include Solar System
        objects, the source ID consists consists of a 64-bit integer, least
        significant bit = 1 and most significant bit = 64, comprising:

        -   a HEALPix index number (sky pixel) in bits 36 - 63; by definition
            the smallest HEALPix index number is zero.

        -   a 2-bit Data Processing Centre code in bits 34 - 35; for example
            MOD(sourceId / 4294967296, 8) can be used to distinguish between
            sources initialised via the Initial Gaia Source List by the Torino
            DPC (code = 0) and sources otherwise detected and assigned by Gaia
            observations (code &gt;0)

        -   a 25-bit plus 7 bit sequence number within the HEALPix pixel in bits
            1 - 32 split into:

            -   a 25 bit running number in bits 8 – 32; the running numbers are
                defined to be positive, i.e. never zero (except in the case of
                forced empty windows)

            -   a 7-bit component number in bits 1 – 7

        -   one spare bit in bit 33

        This means that the HEALpix index level 12 of a given source is
        contained in the most significant bits. HEALpix index of 12 and lower
        levels can thus be retrieved as follows:

        -   HEALpix level 12 = source_id / 34359738368

        -   HEALpix level 11 = source_id / 137438953472

        -   HEALpix level 10 = source_id / 549755813888

        -   HEALpix level n = source_id / 2 ^ 35 * 4 ^ (12 - level).

        Additional details can be found in the Gaia DPAC public document Source
        Identifiers — Assignment and Usage throughout DPAC (document code
        GAIA–C3–TN–ARI–BAS–020) available from</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ref_epoch</name>
                       <description>Reference epoch to which the astrometic source parameters are referred,
        expressed as a Julian Year in TCB.</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="GAIADR1" std="false">
                       <name>ra</name>
                       <description>Barycentric right ascension \alpha of the source in ICRS at the
        reference epoch refEpoch</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error \sigma_{\alpha *} \equiv \sigma_\alpha\cos\delta of the
        right ascension of the source in ICRS at the reference epoch refEpoch.</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="GAIADR1" std="false">
                       <name>dec</name>
                       <description>Barycentric declination \delta of the source in ICRS at the reference
        epoch refEpoch</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error \sigma_\delta of the declination of the source in ICRS at
        the reference epoch refEpoch</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination, in dimensionless
        units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_mag</name>
                       <description>Mean magnitude in the G band. This is computed from the G-band mean flux
        applying the magnitude zero-point in the Vega scale.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_priors_used</name>
                       <description>Type of prior used in the astrometric solution:

        -   0: No prior used

        -   1: Galaxy Bayesian Prior for parallax and proper motion

        -   2: Galaxy Bayesian Prior for parallax and proper motion relaxed by
            factor 10

        -   3: Hipparcos prior for position

        -   4: Hipparcos prior for position and proper motion

        -   5: Tycho2 prior for position

        -   6: Quasar prior for proper motion

        The Galaxy Bayesian Prior is defined in , where it is denoted
        \sigma_{\varpi,F90} (for the parallax) and
        \sigma_{\mu,F90}={\cal R}\sigma_{\varpi,F90}, with {\cal R}=10 yr^{-1}
        (for proper motion). The Galaxy Bayesian Prior relaxed by a factor 10 is
        10\sigma_{\varpi,F90} and 10\sigma_{\mu,F90}, respectively.

        For Gaia DR1 the only types of priors used are 2 (for the secondary data
        set), 3 (for the Hipparcos subset of the primary data set), or 5 (for
        the non-Hipparcos subset of the primary data set). Type 6 was used for
        internal calibration purposes and alignment of the reference frame.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>icrf2_match</name>
                       <description>ICRF2 designation of the source matched to this Gaia source.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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:

        -   0: Not used

        -   1: Only right ascention is used

        -   2: Only declination is used

        -   3: Both right ascention and declination are used</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 1/Auxiliary" esatapplus:size="1" esatapplus:size_bytes="40960" type="base_table">
                    <name>gaiadr1.ext_phot_zero_point</name>
                    <description>Definition of the Gaia photometric system: for GDR1 only zero-points
        will be computed, one for G and one for each integrated BP and
        integrated RP. The adopted photometric system will be Vega.</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>All Gaia data processed by the Data Processing and Analysis Consortium
        comes tagged with a solution identifier. This is a numeric field
        attached to each table row that can be used to unequivocally identify
        the version of all the subsystems that where used in the generation of
        the data as well as the input data used. It is mainly for internal DPAC
        use but is included in the published data releases to enable end users
        to examine the provenance of processed data products. To decode a given
        solution ID visit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_mag_zero_point</name>
                       <description>The magnitude zero point on the Vega scale for the G passband.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;arith.zp;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_mag_zero_point_error</name>
                       <description>Error on the magnitude zero point for the G passband.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;arith.zp;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bp_mag_zero_point</name>
                       <description>The magnitude zero point on the Vega scale for the BP passband.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;arith.zp</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bp_mag_zero_point_error</name>
                       <description>Error on the magnitude zero point for the G passband.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;arith.zp</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rp_mag_zero_point</name>
                       <description>The magnitude zero point on the Vega scale for the RP passband.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;arith.zp</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rp_mag_zero_point_error</name>
                       <description>Error on the magnitude zero point for the RP passband.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;arith.zp</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="311033691" esatapplus:size_bytes="146874957824" type="base_table">
                    <name>gaiadr1.allwise_best_neighbour</name>
                    <description>AllWISE implementation of BaseBestNeighbour</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>allwise_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of sources in the External Catalogue which match the Gaia source
        within position errors.  
        The identifiers of all the neighbours can be found in the Neighbourhood
        table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of other Gaia sources that have as best-neighbour the same
        External Catalogue source.  
        In case there are no other Gaia sources with the same best-neighbour in
        the external catalogue, the number of mates is equal to zero.  
        Given the Gaia high angular resolution, it will happen that what appears
        as a single object in an external catalogue will be resolved by Gaia and
        as such will be the best-match of more than one Gaia object.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>The best-match to a Gaia source in an external catalogue is the source
        in the external catalogue that has the highest probability to be the
        best-match.  
        As the probability is based on positional and density properties, it
        could happen that there is more than one source in the external
        catalogue with the same probability.  
        Even if a single best-match is always chosen, this field tells the user
        if there were more “best” neighbours. Those neighbours can be found in
        the Neighbourhood table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="311035922" esatapplus:size_bytes="135857430528" type="base_table">
                    <name>gaiadr1.allwise_neighbourhood</name>
                    <description>AllWISE implementation of BaseNeighbourhood</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>allwise_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of a given neighbour.  
        For the first Gaia release the score will be a likelihood ratio based on
        geometric distance and local density of the external catalogue: the
        higher the score, the most probable the match is.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="844343562" esatapplus:size_bytes="257356955648" type="base_table">
                    <name>gaiadr1.gsc23_best_neighbour</name>
                    <description>GSC2.3 implementation of BaseBestNeighbour</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gsc23_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of sources in the External Catalogue which match the Gaia source
        within position errors.  
        The identifiers of all the neighbours can be found in the Neighbourhood
        table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of other Gaia sources that have as best-neighbour the same
        External Catalogue source.  
        In case there are no other Gaia sources with the same best-neighbour in
        the external catalogue, the number of mates is equal to zero.  
        Given the Gaia high angular resolution, it will happen that what appears
        as a single object in an external catalogue will be resolved by Gaia and
        as such will be the best-match of more than one Gaia object.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>The best-match to a Gaia source in an external catalogue is the source
        in the external catalogue that has the highest probability to be the
        best-match.  
        As the probability is based on positional and density properties, it
        could happen that there is more than one source in the external
        catalogue with the same probability.  
        Even if a single best-match is always chosen, this field tells the user
        if there were more “best” neighbours. Those neighbours can be found in
        the Neighbourhood table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="937463454" esatapplus:size_bytes="252137824256" type="base_table">
                    <name>gaiadr1.gsc23_neighbourhood</name>
                    <description>GSC2.3 implementation of BaseNeighbourhood</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>gsc23_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of a given neighbour.  
        For the first Gaia release the score will be a likelihood ratio based on
        geometric distance and local density of the external catalogue: the
        higher the score, the most probable the match is.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="714367484" esatapplus:size_bytes="236867477504" type="base_table">
                    <name>gaiadr1.ppmxl_best_neighbour</name>
                    <description>PPMXL implementation of BaseBestNeighbour</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ppmxl_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of sources in the External Catalogue which match the Gaia source
        within position errors.  
        The identifiers of all the neighbours can be found in the Neighbourhood
        table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of other Gaia sources that have as best-neighbour the same
        External Catalogue source.  
        In case there are no other Gaia sources with the same best-neighbour in
        the external catalogue, the number of mates is equal to zero.  
        Given the Gaia high angular resolution, it will happen that what appears
        as a single object in an external catalogue will be resolved by Gaia and
        as such will be the best-match of more than one Gaia object.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>The best-match to a Gaia source in an external catalogue is the source
        in the external catalogue that has the highest probability to be the
        best-match.  
        As the probability is based on positional and density properties, it
        could happen that there is more than one source in the external
        catalogue with the same probability.  
        Even if a single best-match is always chosen, this field tells the user
        if there were more “best” neighbours. Those neighbours can be found in
        the Neighbourhood table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="801968492" esatapplus:size_bytes="237168508928" type="base_table">
                    <name>gaiadr1.ppmxl_neighbourhood</name>
                    <description>PPMXL implementation of BaseNeighbourhood</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>ppmxl_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of a given neighbour.  
        For the first Gaia release the score will be a likelihood ratio based on
        geometric distance and local density of the external catalogue: the
        higher the score, the most probable the match is.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="97018148" esatapplus:size_bytes="32170196992" type="base_table">
                    <name>gaiadr1.sdss_dr9_best_neighbour</name>
                    <description>URAT-1 implementation of BaseBestNeighbour</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sdssdr9_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of sources in the External Catalogue which match the Gaia source
        within position errors.  
        The identifiers of all the neighbours can be found in the Neighbourhood
        table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of other Gaia sources that have as best-neighbour the same
        External Catalogue source.  
        In case there are no other Gaia sources with the same best-neighbour in
        the external catalogue, the number of mates is equal to zero.  
        Given the Gaia high angular resolution, it will happen that what appears
        as a single object in an external catalogue will be resolved by Gaia and
        as such will be the best-match of more than one Gaia object.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>The best-match to a Gaia source in an external catalogue is the source
        in the external catalogue that has the highest probability to be the
        best-match.  
        As the probability is based on positional and density properties, it
        could happen that there is more than one source in the external
        catalogue with the same probability.  
        Even if a single best-match is always chosen, this field tells the user
        if there were more “best” neighbours. Those neighbours can be found in
        the Neighbourhood table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="98411313" esatapplus:size_bytes="29104709632" type="base_table">
                    <name>gaiadr1.sdss_dr9_neighbourhood</name>
                    <description>URAT-1 implementation of BaseNeighbourhood</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>sdssdr9_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of a given neighbour.  
        For the first Gaia release the score will be a likelihood ratio based on
        geometric distance and local density of the external catalogue: the
        higher the score, the most probable the match is.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="447946619" esatapplus:size_bytes="278565494784" type="base_table">
                    <name>gaiadr1.tmass_best_neighbour</name>
                    <description>2MASS implementation of BaseBestNeighbour</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tmass_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of sources in the External Catalogue which match the Gaia source
        within position errors.  
        The identifiers of all the neighbours can be found in the Neighbourhood
        table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of other Gaia sources that have as best-neighbour the same
        External Catalogue source.  
        In case there are no other Gaia sources with the same best-neighbour in
        the external catalogue, the number of mates is equal to zero.  
        Given the Gaia high angular resolution, it will happen that what appears
        as a single object in an external catalogue will be resolved by Gaia and
        as such will be the best-match of more than one Gaia object.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>The best-match to a Gaia source in an external catalogue is the source
        in the external catalogue that has the highest probability to be the
        best-match.  
        As the probability is based on positional and density properties, it
        could happen that there is more than one source in the external
        catalogue with the same probability.  
        Even if a single best-match is always chosen, this field tells the user
        if there were more “best” neighbours. Those neighbours can be found in
        the Neighbourhood table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="452852361" esatapplus:size_bytes="163585425408" type="base_table">
                    <name>gaiadr1.tmass_neighbourhood</name>
                    <description>2MASS implementation of BaseNeighbourhod</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>tmass_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of a given neighbour.  
        For the first Gaia release the score will be a likelihood ratio based on
        geometric distance and local density of the external catalogue: the
        higher the score, the most probable the match is.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="117369911" esatapplus:size_bytes="38918668288" type="base_table">
                    <name>gaiadr1.ucac4_best_neighbour</name>
                    <description>UCAC4 implementation of BaseBestNeighbour</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ucac4_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of sources in the External Catalogue which match the Gaia source
        within position errors.  
        The identifiers of all the neighbours can be found in the Neighbourhood
        table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of other Gaia sources that have as best-neighbour the same
        External Catalogue source.  
        In case there are no other Gaia sources with the same best-neighbour in
        the external catalogue, the number of mates is equal to zero.  
        Given the Gaia high angular resolution, it will happen that what appears
        as a single object in an external catalogue will be resolved by Gaia and
        as such will be the best-match of more than one Gaia object.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>The best-match to a Gaia source in an external catalogue is the source
        in the external catalogue that has the highest probability to be the
        best-match.  
        As the probability is based on positional and density properties, it
        could happen that there is more than one source in the external
        catalogue with the same probability.  
        Even if a single best-match is always chosen, this field tells the user
        if there were more “best” neighbours. Those neighbours can be found in
        the Neighbourhood table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="117797078" esatapplus:size_bytes="34838011904" type="base_table">
                    <name>gaiadr1.ucac4_neighbourhood</name>
                    <description>UCAC4 implementation of BaseNeighbourhood</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>ucac4_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of a given neighbour.  
        For the first Gaia release the score will be a likelihood ratio based on
        geometric distance and local density of the external catalogue: the
        higher the score, the most probable the match is.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="209888464" esatapplus:size_bytes="63977406464" type="base_table">
                    <name>gaiadr1.urat1_best_neighbour</name>
                    <description>URAT-1 implementation of BaseBestNeighbour</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>urat1_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of sources in the External Catalogue which match the Gaia source
        within position errors.  
        The identifiers of all the neighbours can be found in the Neighbourhood
        table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of other Gaia sources that have as best-neighbour the same
        External Catalogue source.  
        In case there are no other Gaia sources with the same best-neighbour in
        the external catalogue, the number of mates is equal to zero.  
        Given the Gaia high angular resolution, it will happen that what appears
        as a single object in an external catalogue will be resolved by Gaia and
        as such will be the best-match of more than one Gaia object.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>The best-match to a Gaia source in an external catalogue is the source
        in the external catalogue that has the highest probability to be the
        best-match.  
        As the probability is based on positional and density properties, it
        could happen that there is more than one source in the external
        catalogue with the same probability.  
        Even if a single best-match is always chosen, this field tells the user
        if there were more “best” neighbours. Those neighbours can be found in
        the Neighbourhood table.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 1/Cross match" esatapplus:size="209888621" esatapplus:size_bytes="56454144000" type="base_table">
                    <name>gaiadr1.urat1_neighbourhood</name>
                    <description>URAT-1 implementation of BaseNeighbourhood</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>urat1_oid</name>
                       <description>The additional numeric unique source identifier of the External
        catalogue, increasing with Declination.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique identifier of the Gaia source, the attribute corresponds to
        GaiaSource.sourceId</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>The unique source identifier in the original External catalogue.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between a Gaia source and its nearest neighbour in the
        External Catalogue</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of a given neighbour.  
        For the first Gaia release the score will be a likelihood ratio based on
        geometric distance and local density of the external catalogue: the
        higher the score, the most probable the match is.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proper_motion_flag</name>
                       <description>This flag is set to 0 if Gaia proper motions were not available and were
        thus not used in the XMatch.  
        This flag is set to 1 if Gaia proper motions were available and were
        thus used in the XMatch (for the First Gaia release the TGASS
        sub-sample.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 1/Variability" esatapplus:size="599" esatapplus:size_bytes="196608" type="base_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>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>type_best_classification</name>
                       <description>Classification of a Cepheid into “DCEP”, “T2CEP” or “ACEP” using the
        period-luminosity relations, which are different for the three different
        types of Cepheids.</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>type2_best_sub_classification</name>
                       <description>Sub-classification of a T2CEP Cepheids into BL Herculis (“BL_HER”), W
        Virginis (“W_VIR”) or RV Tauris (“RV_TAU”) sub-types depending on the
        source periodicity.</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mode_best_classification</name>
                       <description>Best mode classification estimate:

        -   “FUNDAMENTAL”: fundamental mode for typeBestClassification=“DCEP” or
            “ACEP”

        -   “FIRST_OVERTONE”: first overtone for typeBestClassification=“DCEP”
            or “ACEP”

        -   “SECOND_OVERTONE”: second overtone for typeBestClassification=“DCEP”
            or “ACEP”

        -   “UNDEFINED”: if mode could not be clearly determined for
            typeBestClassification=“DCEP” or “ACEP”

        -   “NOT_APPLICABLE”: when typeBestClassification=“T2CEP”

        Cepheid pulsation mode is assigned using the period-luminosity
        relations, which are different for the various pulsation modes, and the
        plot of the Fourier parameter R21 vs Period.</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>All Gaia data processed by the Data Processing and Analysis Consortium
        comes tagged with a solution identifier. This is a numeric field
        attached to each table row that can be used to unequivocally identify
        the version of all the subsystems that where used in the generation of
        the data as well as the input data used. It is mainly for internal DPAC
        use but is included in the published data releases to enable end users
        to examine the provenance of processed data products. To decode a given
        solution ID visit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>A unique single numerical identifier of the source obtained from
        GaiaSource (for a detailed description see GaiaSource.sourceId)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>p1</name>
                       <description>This parameter is filled with the period of the maximum power peak in
        the frequencygram obtained from the modeling of the time series. The
        light curve of the target star is modeled with a truncated Fourier
        series (mag(t_j)=zp+\sum[A_i sin(i \times 2 \pi \nu_{max}t_j +\phi_i)]).
        Zero-point (zp), period (1/\nu_{max}), number of harmonics (i),
        amplitudes (A_i), and phases (\phi_i) of the harmonics, for the G-band
        light curve are determined using the Levenberg-Marquardt non linear
        fitting algorithm.</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>p1_error</name>
                       <description>This parameter is filled with the uncertainty value of the p1 parameter.
        Its value is derived with Monte Carlo simulations that generate several
        (100) time series with the same time path as the data points but with
        magnitudes generated randomly around the corresponding data value. For
        each of these time series the period is derived from the non linear
        modeling with a truncated Fourier series of the light curve. The mean of
        all the periods found and its standard deviation are then computed, and
        the latter value is kept as value to fill the p1Error parameter.</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epoch_g</name>
                       <description>The epoch of maximum light for the Gaia integrated G band. It
        corresponds to the Baricentric Julian day (BJD) of the maximum value of
        the light curve model which is closest to the BJD of the first
        observations -3\timesp1.

        The mentioned BJD is offset by JD 2455197.5 (= J2010.0).</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epoch_g_error</name>
                       <description>The uncertainty value of the epochG parameter. Its value is three times
        the error on the p1.</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>int_average_g</name>
                       <description>The intensity-averaged magnitude in the G-band. The intensity-averaged
        magnitude is obtained by computing the average flux and then converting
        the average flux to magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>int_average_g_error</name>
                       <description>This parameter is filled with the uncertainty value of the intAverageG
        parameter. The uncertainty is computed as the error(zp), where zp is the
        zero point obtained by the non linear Fourier modeling of the light
        curve.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>peak_to_peak_g</name>
                       <description>This parameter is filled with the peak-to-peak amplitude value of the G
        band light curve. The peak-to-peak amplitude is calculated as the
        (maximum) - (minimum) of the folded modeled light curve in the G band.
        The light curve of the target star is modeled with a truncated Fourier
        series (mag(t_j)=zp+\sum[A_i sin(i \times 2 \pi \nu_{max}t_j
          +\phi_i)]). Zero-point (zp), period (1/\nu_{max}), number of harmonics
        (i), amplitudes (A_i), and phases (\phi_i) of the harmonics, for the
        G-band light curve are determined using the Levenberg-Marquardt non
        linear fitting algorithm.</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>peak_to_peak_g_error</name>
                       <description>This parameter is filled with the uncertainty value of the peakToPeakG
        parameter. The uncertainty is computed as the \sqrt{2}\times error(zp),
        where zp is the zero point obtained by the non linear Fourier modeling
        of the light curve.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>num_harmonics_for_p1</name>
                       <description>This parameter is filled with the number of harmonics used to model P1
        of the light curve. The light curve of the target star is modeled with a
        truncated Fourier series
        (mag(t_j)=zp+\sum[A_i sin(i \times 2 \pi \nu_{max}t_j +\phi_i)]).
        Zero-point (zp), period (1/\nu_{max}), number of harmonics (i),
        amplitudes (A_i), and phases (\phi_i) of the harmonics are determined
        using the Levenberg-Marquardt non linear fitting algorithm.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r21_g</name>
                       <description>This parameter is filled with the Fourier decomposition parameter
        R_{21} = A_2/A_1, where A_2 is the amplitude of the 2nd harmonic and
        A_{1} is the amplitude of the fundamental harmonic of the truncated
        Fourier series defined hereafter. The light curve of the target star is
        modeled with a truncated Fourier series
        (mag(t_j)=zp+\sum[A_i sin(i \times 2 \pi \nu_{max}t_j +\phi_i)]).
        Zero-point (zp), period (1/\nu_{max}), number of harmonics (i),
        amplitudes (A_i), and phases (\phi_i) of the harmonics, are determined
        using the Levenberg-Marquardt non linear fitting algorithm.</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r21_g_error</name>
                       <description>This parameter is filled with the uncertainty value on the r21G
        parameter. Its value isderived by propagation of the errors in the A2
        and A1 parameters. Errors in A1,A2 are computed from Monte Carlo
        simulations that generate several (100) time series with the same time
        path as the data points but with magnitudes generated randomly around
        the corresponding data value. The mean for each of these values and
        their standard deviations are then computed, and the latter values are
        kept as value to fill the uncertainty of the A1, A2 parameters.</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phi21_g</name>
                       <description>This parameter is filled with the Fourier decomposition parameter
        \phi_{21}: \phi_2 - 2\phi_1 value. The light curve of the target star is
        modeled with a truncated Fourier series (mag(t_j)=zp+\sum[A_i
          sin(i \times 2 \pi \nu_{max} t_j +\phi_i)]). Zero-point (zp), period
        (1/\nu_{max}), number of harmonics (i), amplitudes (A_i), and phases
        (\phi_i) of the harmonics, for the G-band light curve are determined
        using the Levenberg-Marquardt non linear fitting algorithm.</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phi21_g_error</name>
                       <description>This parameter is filled with the uncertainty of the phi21G parameter.
        Its value is derived by propagation of the errors in the phi1 and phi2
        parameters. Errors in phi1,phi2 are computed from Monte Carlo
        simulations that generate several (100) time series with the same time
        path as the data points but with magnitudes generated randomly around
        the corresponding data value. For each of these time series the phi1,
        phi2 values are computed. The mean for each of these values and their
        standard deviation are then computed, and the latter values are kept as
        value to fill the uncertainty of the phi1 and phi2 parameters.</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 1/Variability" esatapplus:size="233181" esatapplus:size_bytes="29220864" type="base_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>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>All Gaia data processed by the Data Processing and Analysis Consortium
        comes tagged with a solution identifier. This is a numeric field
        attached to each table row that can be used to unequivocally identify
        the version of all the subsystems that where used in the generation of
        the data as well as the input data used. It is mainly for internal DPAC
        use but is included in the published data releases to enable end users
        to examine the provenance of processed data products. To decode a given
        solution ID visit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>A unique single numerical identifier of the source obtained from
        GaiaSource (for a detailed description see GaiaSource.sourceId)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>observation_time</name>
                       <description>Field-of-view transit averaged observation time in units of Barycentric
        JD (in TCB) in days -2455197.5, computed as follows. First the
        observation time is converted from On-board Mission Time (OBMT) into
        Julian date in TCB (Temps Coordonnée Barycentrique). Next a correction
        is applied for the light-travel time to the Solar system barycentre,
        resulting in Barycentric Julian Date (BJD). Finally, an offset of
        2455197.5 days is applied (corresponding to a reference time T_0 at
        2010-01-01T00:00:00) to have a conveniently small numerical value.
        Although the centroiding time accuracy of the individual CCD
        observations is (much) below 1 ms, this per-FoV observation time is
        averaged over typically 9 CCD observations taken in a time range of
        about 44 sec.</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_flux</name>
                       <description>G-band flux for the field-of-view transit observation.</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_flux_error</name>
                       <description>Estimated uncertainty of G-band flux for the field-of-view transit
        observation.</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_magnitude</name>
                       <description>G-band magnitude for the field-of-view transit observation, computed
        from the gFlux field using magnitude zero-point defined in
        ExtPhotZeroPoint.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rejected_by_variability_processing</name>
                       <description>Observations with this flag true have been excluded from the variability
        result in tables VariableSummary, Cepheid, Rrlyrae, and
        PhotVariableTimeSeriesGfovStatisticalParameters.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 1/Variability" esatapplus:size="3194" esatapplus:size_bytes="540672" type="base_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>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>All Gaia data processed by the Data Processing and Analysis Consortium
        comes tagged with a solution identifier. This is a numeric field
        attached to each table row that can be used to unequivocally identify
        the version of all the subsystems that where used in the generation of
        the data as well as the input data used. It is mainly for internal DPAC
        use but is included in the published data releases to enable end users
        to examine the provenance of processed data products. To decode a given
        solution ID visit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>A unique single numerical identifier of the source obtained from
        GaiaSource (for a detailed description see GaiaSource.sourceId)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>num_observations_processed</name>
                       <description>The number of processed observations for variability analyses of this
        source, only including observations with
        rejectedByVariabilityProcessing=false, as found in table
        PhotVariableTimeSeriesGfov.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mean_obs_time</name>
                       <description>Name: The mean observation time

        Input: Gaia barycentric light-travel time corrected FOV observation
        times with respect to reference time T_0 = 2455197.5 days (=J2010.0 =
        2010-01-01T00:00:00), only including observations with
        rejectedByVariabilityProcessing=false, as found in table
        PhotVariableTimeSeriesGfov.

        Control parameters: None

        Output: Let y_{i} be a time series of size N at times t_i. The mean
        \overline{t} is defined as

        \overline{t} = \frac{1}{N}\sum_{i=1}^N\ t_{i}.  {\label{eq:1}}</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minimum</name>
                       <description>Minimum magnitude of the G-band time series, only including observations
        with rejectedByVariabilityProcessing=false, as found in table
        PhotVariableTimeSeriesGfov.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>maximum</name>
                       <description>Maximum magnitude of the G-band time series, only including observations
        with rejectedByVariabilityProcessing=false, as found in table
        PhotVariableTimeSeriesGfov.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mean</name>
                       <description>Name: The mean magnitude of the G-band time series

        Input: Gaia time series, only including observations with
        rejectedByVariabilityProcessing=false, as found in table
        PhotVariableTimeSeriesGfov.

        Control parameters: None

        Output: Let y_{i} be a time series of size N. The mean \overline{y} is
        defined as

        \overline{y} = \frac{1}{N}\sum_{i=1}^N\ y_{i}.  {\label{eq:1}}</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>median</name>
                       <description>Name: Median magnitude of the G-band time series

        Input: Gaia time series, only including observations with
        rejectedByVariabilityProcessing=false, as found in table
        PhotVariableTimeSeriesGfov.

        Control parameters: None

        Output: The (unweighted) 50th percentile value.

        Let y_{i} be a time series of size N ordered such as
        y_{(1)} \le y_{(2)} \le \cdots \le y_{(N)}. The m-th (per cent)
        percentile P_m is defined for 0&lt;m\leq 100 as follows: P_m=\left\{
        \begin{array}{ll}
        y_{(1)} &amp;  \mbox{if }  0&lt; m&lt; p_1 \\
        y_{(i)}+\frac{m-p_i}{p_{i+1}-p_i}\,\left(y_{(i+1)}-y_{(i)}\right)&amp; \mbox{if } p_i\leq m \leq p_{i+1}  \\
        y_{(N)} &amp;  \mbox{if }  p_N &lt; m \leq 100
        \end{array}
        \right. where p_i=100\,i/(N+1).</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>range</name>
                       <description>Name: Magnitude range of the G-band time series

        Input: Gaia time series, only including observations with
        rejectedByVariabilityProcessing=false, as found in table
        PhotVariableTimeSeriesGfov.

        Control parameters: None

        Output: Let y_{i} be a time series, y_{\rm max} its largest element, and
        y_{\rm min} its smallest element, then the range is defined as

        R =  y_{\rm max} - y_{\rm min\label{eq:3}}</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>std_dev</name>
                       <description>Name: The square root of the unbiased unweighted variance.

            Input: Gaia time series, only including observations with
            rejectedByVariabilityProcessing=false, as found in table
            PhotVariableTimeSeriesGfov.

            Output: Let y_{i} be a time series of size N. The unweighted
            standard deviation \hat{\sigma} is defined as the square root of the
            sample-size unbiased unweighted variance:
            \hat{\sigma}=\sqrt{\frac{1}{N-1}\sum_{i=1}^{N} (y_i-\overline{y})^2 }.</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>skewness</name>
                       <description>Name: The standardised unbiased unweighted skewness.

            Input: Gaia time series, only including observations with
            rejectedByVariabilityProcessing=false, as found in table
            PhotVariableTimeSeriesGfov.

            Output: Let y_{i} be a time series of size N. The sample-size
            unbiased unweighted skewness moment \mathcal{E} is defined as:
            \mathcal{E}= \frac{N}{(N-1)(N-2)}\sum_{i=1}^{N}(y_i-\overline{y})^3.
            The standardized unbiased skewness E is defined as:
            E= \frac{\mathcal{E}}{\hat{\sigma}^{3}} where \hat{\sigma} is the
            square root of the unbiased unweighted variance around the
            unweighted mean. While \mathcal{E} is an unbiased estimate of the
            population value, E becomes unbiased in the limit of large N.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kurtosis</name>
                       <description>Name: The standardised unbiased unweighted kurtosis.

            Input: Gaia time series, only including observations with
            rejectedByVariabilityProcessing=false, as found in table
            PhotVariableTimeSeriesGfov.

            Output: Let y_{i} be a time series of size N. The sample-size
            unbiased unweighted kurtosis cumulant \mathcal{K} is defined as:
            \mathcal{K} =\frac{N(N+1)}{(N-1)(N-2)(N-3)}\sum_{i=1}^{N} (y_i-\overline{y})^4 -\frac{3}{(N-2)(N-3)}\,\left[\sum_{i=1}^{N} (y_i-\overline{y})^2\right]^2.
            The standardized unbiased kurtosis K is defined as:
            K= \frac{\mathcal{K}}{\hat{\sigma}^{4}} where \hat{\sigma}^2 is the
            unbiased unweighted variance around the unweighted mean. While
            \mathcal{K} is an unbiased estimate of the population value, K
            becomes unbiased in the limit of large N.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>time_duration</name>
                       <description>Duration of Gaia time series, only including observations with
        rejectedByVariabilityProcessing=false, as found in table
        PhotVariableTimeSeriesGfov.</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>median_absolute_deviation</name>
                       <description>Name: The Median Absolute Deviation (MAD)

        Input: Gaia time series, only including observations with
        rejectedByVariabilityProcessing=false, as found in table
        PhotVariableTimeSeriesGfov.

        Control parameters: None

        Output: Let y_{i} be a time series of size N. The MAD is defined as the
        median of the absolute deviations from the median of the data, scaled by
        a factor of 1/\Phi^{-1}(3/4) \approx 1.4826 (where \Phi^{-1} is the
        inverse of the cumulative distribution function for the standard normal
        distribution), so that the expectation of the scaled MAD at large N
        equals the standard deviation of a normal distribution:

        \mbox{MAD}=1.4826 ~ \mbox{median}\{|y_i-\mbox{median}\{y_j, \forall j\in(1,N)\} |, \forall i\in(1,N) \}.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>abbe</name>
                       <description>Name: The Abbe value

        Input: Gaia time series, only including observations with
        rejectedByVariabilityProcessing=false, as found in table
        PhotVariableTimeSeriesGfov.

        Control parameters: None

        Output: Let \{t_i,y_{i}\} be a time-sorted time series of size N, such
        that t_i&lt;t_{i+1} for all i&lt;N. The Abbe value \cal{A} is defined as

        {\cal A}=\frac{N}{2(N-1)}\frac{\sum_{i=1}^{N-1} (y_{i+1}-y_i)^2}{\sum_{i=1}^N (y_i-\bar{y})}

        where \bar{y} is the unweighted mean.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iqr</name>
                       <description>Name: The Interquartile Range (IQR)

        Input: Gaia time series, only including observations with
        rejectedByVariabilityProcessing=false, as found in table
        PhotVariableTimeSeriesGfov.

        Control parameters: None

        Output: The difference between the (unweighted) 75th and 25th percentile
        values: IQR=P_{75}-P_{25}.

        Let y_{i} be a time series of size N ordered such as
        y_{(1)} \le y_{(2)} \le \cdots \le y_{(N)}. The m-th (per cent)
        percentile P_m is defined for 0&lt;m\leq 100 as follows: P_m=\left\{
        \begin{array}{ll}
        y_{(1)} &amp;  \mbox{if }  0&lt; m&lt; p_1 \\
        y_{(i)}+\frac{m-p_i}{p_{i+1}-p_i}\,\left(y_{(i+1)}-y_{(i)}\right)&amp; \mbox{if } p_i\leq m \leq p_{i+1}  \\
        y_{(N)} &amp;  \mbox{if }  p_N &lt; m \leq 100
        \end{array}
        \right. where p_i=100\,i/(N+1).</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 1/Variability" esatapplus:size="2595" esatapplus:size_bytes="548864" type="base_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>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>best_classification</name>
                       <description>Classification of an RR Lyrae star according to the pulsation mode: RRc
        (“RRC”) for first overtone and RRab (“RRAB”) for fundamental mode,
        obtained using the period-amplitude diagram in the G-band and the plots
        of the Fourier parameters R21 and Phi2 vs period.</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>All Gaia data processed by the Data Processing and Analysis Consortium
        comes tagged with a solution identifier. This is a numeric field
        attached to each table row that can be used to unequivocally identify
        the version of all the subsystems that where used in the generation of
        the data as well as the input data used. It is mainly for internal DPAC
        use but is included in the published data releases to enable end users
        to examine the provenance of processed data products. To decode a given
        solution ID visit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>A unique single numerical identifier of the source obtained from
        GaiaSource (for a detailed description see GaiaSource.sourceId)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>p1</name>
                       <description>This parameter is filled with the period of the maximum power peak in
        the frequencygram obtained from the modeling of the time series. The
        light curve of the target star is modeled with a truncated Fourier
        series (mag(t_j)=zp+\sum[A_i sin(i \times 2 \pi \nu_{max}t_j +\phi_i)]).
        Zero-point (zp), period (1/\nu_{max}), number of harmonics (i),
        amplitudes (A_i), and phases (\phi_i) of the harmonics, for the G-band
        light curve are determined using the Levenberg-Marquardt non linear
        fitting algorithm.</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>p1_error</name>
                       <description>This parameter is filled with the uncertainty value of the p1 parameter.
        Its value is derived with Monte Carlo simulations that generate several
        (100) time series with the same time path as the data points but with
        magnitudes generated randomly around the corresponding data value. For
        each of these time series the period is derived from the non linear
        modeling with a truncated Fourier series of the light curve. The mean of
        all the periods found and its standard deviation are then computed, and
        the latter value is kept as value to fill the p1Error parameter.</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epoch_g</name>
                       <description>The epoch of maximum light for the Gaia integrated G band. It
        corresponds to the Baricentric Julian day (BJD) of the maximum value of
        the light curve model which is closest to the BJD of the first
        observations -3\timesp1.

        The mentioned BJD is offset by JD 2455197.5 (= J2010.0).</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epoch_g_error</name>
                       <description>The uncertainty value of the epochG parameter. Its value is three times
        the error on the p1.</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>int_average_g</name>
                       <description>The intensity-averaged magnitude in the G-band. The intensity-averaged
        magnitude is obtained by computing the average flux and then converting
        the average flux to magnitude.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>int_average_g_error</name>
                       <description>This parameter is filled with the uncertainty value of the intAverageG
        parameter. The uncertainty is computed as the error(zp), where zp is the
        zero point obtained by the non linear Fourier modeling of the light
        curve.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>peak_to_peak_g</name>
                       <description>This parameter is filled with the peak-to-peak amplitude value of the G
        band light curve. The peak-to-peak amplitude is calculated as the
        (maximum) - (minimum) of the folded modeled light curve in the G band.
        The light curve of the target star is modeled with a truncated Fourier
        series (mag(t_j)=zp+\sum[A_i sin(i \times 2 \pi \nu_{max}t_j
          +\phi_i)]). Zero-point (zp), period (1/\nu_{max}), number of harmonics
        (i), amplitudes (A_i), and phases (\phi_i) of the harmonics, for the
        G-band light curve are determined using the Levenberg-Marquardt non
        linear fitting algorithm.</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>peak_to_peak_g_error</name>
                       <description>This parameter is filled with the uncertainty value of the peakToPeakG
        parameter. The uncertainty is computed as the \sqrt{2}\times error(zp),
        where zp is the zero point obtained by the non linear Fourier modeling
        of the light curve.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>num_harmonics_for_p1</name>
                       <description>This parameter is filled with the number of harmonics used to model P1
        of the light curve. The light curve of the target star is modeled with a
        truncated Fourier series
        (mag(t_j)=zp+\sum[A_i sin(i \times 2 \pi \nu_{max}t_j +\phi_i)]).
        Zero-point (zp), period (1/\nu_{max}), number of harmonics (i),
        amplitudes (A_i), and phases (\phi_i) of the harmonics are determined
        using the Levenberg-Marquardt non linear fitting algorithm.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r21_g</name>
                       <description>This parameter is filled with the Fourier decomposition parameter
        R_{21} = A_2/A_1, where A_2 is the amplitude of the 2nd harmonic and
        A_{1} is the amplitude of the fundamental harmonic of the truncated
        Fourier series defined hereafter. The light curve of the target star is
        modeled with a truncated Fourier series
        (mag(t_j)=zp+\sum[A_i sin(i \times 2 \pi \nu_{max}t_j +\phi_i)]).
        Zero-point (zp), period (1/\nu_{max}), number of harmonics (i),
        amplitudes (A_i), and phases (\phi_i) of the harmonics, are determined
        using the Levenberg-Marquardt non linear fitting algorithm.</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r21_g_error</name>
                       <description>This parameter is filled with the uncertainty value on the r21G
        parameter. Its value isderived by propagation of the errors in the A2
        and A1 parameters. Errors in A1,A2 are computed from Monte Carlo
        simulations that generate several (100) time series with the same time
        path as the data points but with magnitudes generated randomly around
        the corresponding data value. The mean for each of these values and
        their standard deviations are then computed, and the latter values are
        kept as value to fill the uncertainty of the A1, A2 parameters.</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phi21_g</name>
                       <description>This parameter is filled with the Fourier decomposition parameter
        \phi_{21}: \phi_2 - 2\phi_1 value. The light curve of the target star is
        modeled with a truncated Fourier series (mag(t_j)=zp+\sum[A_i
          sin(i \times 2 \pi \nu_{max} t_j +\phi_i)]). Zero-point (zp), period
        (1/\nu_{max}), number of harmonics (i), amplitudes (A_i), and phases
        (\phi_i) of the harmonics, for the G-band light curve are determined
        using the Levenberg-Marquardt non linear fitting algorithm.</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phi21_g_error</name>
                       <description>This parameter is filled with the uncertainty of the phi21G parameter.
        Its value is derived by propagation of the errors in the phi1 and phi2
        parameters. Errors in phi1,phi2 are computed from Monte Carlo
        simulations that generate several (100) time series with the same time
        path as the data points but with magnitudes generated randomly around
        the corresponding data value. For each of these time series the phi1,
        phi2 values are computed. The mean for each of these values and their
        standard deviation are then computed, and the latter values are kept as
        value to fill the uncertainty of the phi1 and phi2 parameters.</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 1/Variability" esatapplus:size="3194" esatapplus:size_bytes="360448" type="base_table">
                    <name>gaiadr1.variable_summary</name>
                    <description>Table with variability summary of sources with photVariableFlag =
        “VARIABLE” in the GaiaSource table.</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>All Gaia data processed by the Data Processing and Analysis Consortium
        comes tagged with a solution identifier. This is a numeric field
        attached to each table row that can be used to unequivocally identify
        the version of all the subsystems that where used in the generation of
        the data as well as the input data used. It is mainly for internal DPAC
        use but is included in the published data releases to enable end users
        to examine the provenance of processed data products. To decode a given
        solution ID visit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>A unique single numerical identifier of the source obtained from
        GaiaSource (for a detailed description see GaiaSource.sourceId)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_variable_fundam_freq1</name>
                       <description>Identified 1st fundamental frequencies in the photometric G band, copied
        from either the Cepheid or Rrlyrae table depending on the value of
        classification.</description>
                       <unit>d**-1</unit>
                       <ucd>src.var.pulse</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classification</name>
                       <description>Photometric variability classification for the types included in this
        data release: ‘RRLYR’ (RR Lyrae) or ‘CEP’ (Cepheid). The tables Cepheid
        and Rrlyrae contain detailed results for each type.</description>
                       <ucd>meta.code.class;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/DPAC curated external catalogues" esatapplus:size="747634026" esatapplus:size_bytes="378091282432" type="base_table">
                    <name>gaiadr1.allwise_original_valid</name>
                    <description>AllWISE source catalogue  
        Reference paper:  
        Wright et al. 2010, AJ, 140, 1868  
        Mainzer et al. 2011, ApJ, 731, 53  
        Original catalogue:  
        http://irsadist.ipac.caltech.edu/wise-allwise/  
        http://wise2.ipac.caltech.edu/docs/release/allwise/expsup/index.html
        Catalogue curator:
        SSDC - ASI Space Science Data Center
        https://www.ssdc.asi.it/</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>allwise_oid</name>
                       <description>Incremental unique numeric identifier (increasing with declination).
        This is the only field which was not in the original allWISE catalogue,
        but was added for cross-match purposes.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Sexagesimal, equatorial position-based source name in the form:
        hhmmss.ss+ddmmss.s.  
        The full naming convention for AllWISE Source Catalog sources has the
        form  
        “WISEA Jhhmmss.ss+ddmmss.s,” where “WISEA” indicates the source is from
        the AllWISE Source Catalog, and “J” indicates the position is J2000. The
        “WISEA” acronym is not listed explicitly in the designation column.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>J2000 right ascension with respect to the 2MASS PSC reference frame from
        the non-moving source extraction.  
        The sky coverage depth for sources in the AllWISE Catalog is
        approximately twice as large in W1 and W2 as it is in W3 and W4. AllWISE
        combined W1 and W2 Single-exposure images from the WISE 4-Band Cryo,
        3-Band Cryo and NEOWISE Post-Cryo survey phases, and W3 and W4 images
        from the 4-Band Cryo phase only. The additional epoch of W1 and W2
        coverage accenuates the weight of those two bands in determining source
        properties such as position and motion.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>J2000 declination with respect to the 2MASS PSC reference frame from the
        non-moving source extraction.  
        The sky coverage depth for sources in the AllWISE Catalog is
        approximately twice as large in W1 and W2 as it is in W3 and W4. AllWISE
        combined W1 and W2 Single-exposure images from the WISE 4-Band Cryo,
        3-Band Cryo and NEOWISE Post-Cryo survey phases, and W3 and W4 images
        from the 4-Band Cryo phase only. The additional epoch of W1 and W2
        coverage accenuates the weight of those two bands in determining source
        properties such as position and motion.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>One-sigma uncertainty in right ascension coordinate from the non-moving
        source extraction.</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>One-sigma uncertainty in declination coordinate from the non-moving
        source extraction.</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_co_error</name>
                       <description>The co-sigma (radecCoError) of the equatorial position uncertainties
        (raError and decError). Unit arcsec.  
        The covariance between the position errors, C_{\alpha \delta} can be
        derived from the co-sigma by the formula:  
        C_{\alpha \delta} = radecCoError * |radecError|.</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1mpro</name>
                       <description>W1 magnitude measured with profile-fitting photometry, or the magnitude
        of the 95% confidence brightness upper limit if the W1 flux measurement
        has SNR&lt;2. This column is null if the source is nominally detected in
        W1, but no useful brightness estimate could be made. The corresponding
        error column is null if the W1 profile-fit magnitude is a 95% confidence
        upper limit.  
        CAUTION: WISE profile-fit (w?mpro) measurements are optimized for point
        sources and will systematically underestimate the true flux of resolved
        objects. If a source entry has extFlag&gt;0, you may wish to examine the
        elliptical aperture photometry which are measured using areas that are
        scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1mpro_error</name>
                       <description>W1 profile-fit photometric measurement uncertainty in mag units. This
        column is null if the W1 profile-fit magnitude is a 95% confidence upper
        limit or if the source is not measurable.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2mpro</name>
                       <description>W2 magnitude measured with profile-fitting photometry, or the magnitude
        of the 95% confidence brightness upper limit if the W2 flux measurement
        has SNR&lt;2. This column is null if the source is nominally detected in
        W2, but no useful brightness estimate could be made. The corresponding
        error column is null if the W2 profile-fit magnitude is a 95% confidence
        upper limit.  
        CAUTION: WISE profile-fit (w?mpro) measurements are optimized for point
        sources and will systematically underestimate the true flux of resolved
        objects. If a source entry has extFlag&gt;0, you may wish to examine the
        elliptical aperture photometry which are measured using areas that are
        scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2mpro_error</name>
                       <description>W2 profile-fit photometric measurement uncertainty in mag units. This
        column is null if the W2 profile-fit magnitude is a 95% confidence upper
        limit or if the source is not measurable.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3mpro</name>
                       <description>W3 magnitude measured with profile-fitting photometry, or the magnitude
        of the 95% confidence brightness upper limit if the W3 flux measurement
        has SNR&lt;2. This column is null if the source is nominally detected in
        W3, but no useful brightness estimate could be made. The corresponding
        error column is null if the W3 profile-fit magnitude is a 95% confidence
        upper limit.  
        CAUTION: WISE profile-fit (w?mpro) measurements are optimized for point
        sources and will systematically underestimate the true flux of resolved
        objects. If a source entry has extFlag&gt;0, you may wish to examine the
        elliptical aperture photometry which are measured using areas that are
        scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.8-15um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3mpro_error</name>
                       <description>W3 profile-fit photometric measurement uncertainty in mag units. This
        column is null if the W3 profile-fit magnitude is a 95% confidence upper
        limit or if the source is not measurable.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4mpro</name>
                       <description>W4 magnitude measured with profile-fitting photometry, or the magnitude
        of the 95% confidence brightness upper limit if the W4 flux measurement
        has SNR&lt;2. This column is null if the source is nominally detected in
        W4, but no useful brightness estimate could be made. The corresponding
        error column is null if the W1 profile-fit magnitude is a 95% confidence
        upper limit.  
        CAUTION: WISE profile-fit (w?mpro) measurements are optimized for point
        sources and will systematically underestimate the true flux of resolved
        objects. If a source entry has extFlag&gt;0, you may wish to examine the
        elliptical aperture photometry which are measured using areas that are
        scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.15-30um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4mpro_error</name>
                       <description>W4 profile-fit photometric measurement uncertainty in mag units. This
        column is null if the W4 profile-fit magnitude is a 95% confidence upper
        limit or if the source is not measurable.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_flags</name>
                       <description>Contamination and confusion flag.  
        Four character string, one character per band [W1/W2/W3/W4], that
        indicates that the photometry and/or position measurements of a source
        may be contaminated or biased due to proximity to an image artifact.  
        The type of artifact that may contaminate the measurements is denoted by
        the following codes. Lower-case letters correspond to instances in which
        the source detection in a band is believed to be real but the
        measurement may be contaminated by the artifact. Upper-case letters are
        instances in which the source detection in a band may be a spurious
        detection of an artifact.

        -   D,d - Diffraction spike. Source may be a spurious detection of (D)
            or contaminated by (d) a diffraction spike from a nearby bright star
            on the same image, or

        -   P,p - Persistence. Source may be a spurious detection of (P) or
            contaminated by (p) a short-term latent image left by a bright
            source, or

        -   H,h - Halo. Source may be a spurious detection of (H) or
            contaminated by (h) the scattered light halo surrounding a nearby
            bright source, or

        -   O,o (letter “o”) - Optical ghost. Source may be a spurious detection
            of (O) or contaminated by (o) an optical ghost image caused by a
            nearby bright source, or

        -   0 (number zero) - Source is unaffected by known artifacts.

        A source extraction may be affected by more than one type of artifact or
        condition. In this event, the ccFlags value in each band is set in the
        following priority order: D,P,H,O,d,p,h,o,0.  
        A source can appear in the AllWISE Source Catalog even if it is flagged
        as a spurious artifact detection in a band if there is a reliable
        detection in another band that is not flagged as a spurious artifact
        detection.  
        CAUTION: Non-zero ccFlags values in any band indicate the the
        measurement in that band may be contaminated and the photometry should
        be used with caution.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_flag</name>
                       <description>Extended source flag.  
        This is an integer flag, the value of which indicates whether or not the
        morphology of a source is consistent with the WISE point spread function
        in any band, or whether the source is associated with or superimposed on
        a previously known extended object from the 2MASS Extended Source
        Catalog (XSC).  
        The values of the extFlag indicate the following conditions:

        -   0 - The source shape is consistent with a point-source and the
            source is not associated with or superimposed on a 2MASS XSC source

        -   1 - The profile-fit photometry goodness-of-fit is &gt;3.0 in one or
            more bands.

        -   2 - The source falls within the extrapolated isophotal footprint of
            a 2MASS XSC source.

        -   3 - The profile-fit photometry goodness-of-fit is &gt;3.0 in one or
            more bands, and the source falls within the extrapolated isophotal
            footprint of a 2MASS XSC source.

        -   4 - The source position falls within 5 arcsec of a 2MASS XSC source.

        -   5 - The profile-fit photometry goodness-of-fit is &gt;3.0 in one or
            more bands, and the source position falls within 5 arcsec of a 2MASS
            XSC source.

        CAUTION: WISE profile-fit (w?mpro) measurements are optimized for point
        sources and will systematically underestimate the true flux of resolved
        objects. If a source entry has extFlag&gt;0, you may wish to examine the
        elliptical aperture photometry which are measured using areas that are
        scaled from 2MASS XSC morphologies.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_flag</name>
                       <description>Variability flag.  
        The variability flag is a four-character string, one character per band,
        in which the value for each band is related to the probability that the
        source flux measured on the individual WISE exposures was not constant
        with time.  
        The probability is computed for a band only when there are at least six
        single-exposure measurements available that satisfy minimum quality
        criteria.  
        A value of “n” in a band indicates insufficient or inadequate data to
        make a determination of possible variability.  
        Values of “0” through “9” indicate increasing probabilities of
        variation. Values of “0” through “5” are most likely not variables.  
        Sources with values of “6” and “7” are likely flux variables, but are
        the most susceptible to false-positive variability.  
        VarFlag values greater than “7” have the highest probability of being
        true flux variables in a band.  
        CAUTION: Estimation of flux variability is unreliable for sources that
        are extended (extFlag&gt;0), and sources whose measurements are
        contaminated by image artifacts in a band (ccFlags[band] != 0).</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ph_qual</name>
                       <description>Photometric quality flag.  
        Four character flag, one character per band [W1/W2/W3/W4], that provides
        a shorthand summary of the quality of the profile-fit photometry
        measurement in each band, as derived from the measurement
        signal-to-noise ratio.

        -   A - Source is detected in this band with a flux signal-to-noise
            ratio &gt;10.

        -   B - Source is detected in this band with a flux signal-to-noise
            ratio 3&lt;snr&lt;10.

        -   C - Source is detected in this band with a flux signal-to-noise
            ratio 2&lt;snr&lt;3.

        -   U - Upper limit on magnitude. Source measurement has w?snr&lt;2. The
            profile-fit magnitude w?mpro is a 95% confidence upper limit.

        -   X - A profile-fit measurement was not possible at this location in
            this band. The value of w?mpro and w?sigmpro will be “null” in this
            band.

        -   Z - A profile-fit source flux measurement was made at this location,
            but the flux uncertainty could not be measured. The value of
            w?sigmpro will be “null” in this band. The value of w?mpro will be
            “null” if the measured flux, w?flux, is negative, but will not be
            “null” if the flux is positive. If a non-null magnitude is present,
            it corresponds to the true flux, and not the 95% confidence upper
            limit. This occurs for a small number of sources found in a narrow
            range of ecliptic longitude which were covered by a large number of
            saturated pixels from 3-Band Cryo single-exposures.</description>
                       <ucd>meta.code.qual;phot</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1mjd_mean</name>
                       <description>The average modified Julian Date (mJD) of the W1 single-exposures
        covering the source.</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2mjd_mean</name>
                       <description>The average modified Julian Date (mJD) of the W2 single-exposures
        covering the source.</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3mjd_mean</name>
                       <description>The average modified Julian Date (mJD) of the W3 single-exposures
        covering the source.</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4mjd_mean</name>
                       <description>The average modified Julian Date (mJD) of the W4 single-exposures
        covering the source.</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1gmag</name>
                       <description>W1 magnitude of source measured in the elliptical aperture.  
        WISE profile-fit (w?mpro) measurements are optimized for point sources
        and will systematically underestimate the true flux of resolved objects.
        If a source entry has extFlag&gt;0, you may wish to examine the elliptical
        aperture photometry which are measured using areas that are scaled from
        2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1gmag_error</name>
                       <description>Uncertainty in the W1 magnitude of source measured in elliptical
        aperture.  
        CAUTION: A w1gerr value of 9.999 indicates that the measurement
        uncertainty is very large, or the uncertainty could not be computed. In
        either case, the w1gmag measurement should be considered highly suspect.</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2gmag</name>
                       <description>W2 magnitude of source measured in the elliptical aperture.  
        WISE profile-fit (w?mpro) measurements are optimized for point sources
        and will systematically underestimate the true flux of resolved objects.
        If a source entry has extFlag&gt;0, you may wish to examine the elliptical
        aperture photometry which are measured using areas that are scaled from
        2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2gmag_error</name>
                       <description>Uncertainty in the W2 magnitude of source measured in elliptical
        aperture.

        CAUTION: A w2gerr value of 9.999 indicates that the measurement
        uncertainty is very large, or the uncertainty could not be computed. In
        either case, the w2gmag measurement should be considered highly suspect.</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3gmag</name>
                       <description>W3 magnitude of source measured in the elliptical aperture.  
        WISE profile-fit (w?mpro) measurements are optimized for point sources
        and will systematically underestimate the true flux of resolved objects.
        If a source entry has extFlag&gt;0, you may wish to examine the elliptical
        aperture photometry which are measured using areas that are scaled from
        2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.8-15um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3gmag_error</name>
                       <description>Uncertainty in the W3 magnitude of source measured in elliptical
        aperture.

        CAUTION: A w3gerr value of 9.999 indicates that the measurement
        uncertainty is very large, or the uncertainty could not be computed. In
        either case, the w3gmag measurement should be considered highly suspect.</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4gmag</name>
                       <description>W4 magnitude of source measured in the elliptical aperture.  
        WISE profile-fit (w?mpro) measurements are optimized for point sources
        and will systematically underestimate the true flux of resolved objects.
        If a source entry has extFlag&gt;0, you may wish to examine the elliptical
        aperture photometry which are measured using areas that are scaled from
        2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.15-30um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4gmag_error</name>
                       <description>Uncertainty in the W4 magnitude of source measured in elliptical
        aperture.

        CAUTION: A w4gError value of 9.999 indicates that the measurement
        uncertainty is very large, or the uncertainty could not be computed. In
        either case, the w4gmag measurement should be considered highly suspect.</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tmass_key</name>
                       <description>2MASS PSC association.  
        Unique identifier of the closest source in the 2MASS Point Source
        Catalog (PSC) that falls within 3 arcsec of the non-motion fit position
        of this WISE source. This is equivalent to the pts_key in the 2MASS PSC
        entry.  
        This column is “null” if there is no 2MASS PSC source within 3 arcsec of
        the WISE source position.</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/DPAC curated external catalogues" esatapplus:size="945592683" esatapplus:size_bytes="423124623360" type="base_table">
                    <name>gaiadr1.gsc23_original_valid</name>
                    <description>GSC 2.3 Catalogue  
        Reference paper: Lasker et al. 2008, AJ 136,735  
        Original catalogue: R. Smart private communication
        Catalogue curator:
        SSDC - ASI Space Science Data Center
        https://www.ssdc.asi.it/</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>gsc23_oid</name>
                       <description>Incremental unique numeric identifier (increasing with declination).
        This is the only field which was not in the original GSC2.3 catalogue,
        but was added for cross-match purposes.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gsc23_identifier</name>
                       <description>The GSC2.3 identification is made of 10 characters, the first four
        representing the level-6 HTM (Hierarchical Triangular Mesh) coded in
        base 36 (0..9 and A..Z), and the last 6 represent a zero-filled sequence
        number assigned to each source upon initial detection.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>J2000 right ascension with respect to the ICRS.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>J2000 declination with respect to the ICRS.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_epoch</name>
                       <description>Plate epoch for GSC-II objects. For Tycho-2 objects, for which RA epoch
        and DEC epoch are different, the RA epoch is given.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Reference error in RA*cos(DEC) at position epoch (positionEpoch). These
        astrometric errors are not formal statistical uncertainties but raw and
        conservative estimates to be used for telescope operations.</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Reference error in DEC at position epoch (positionEpoch). These
        astrometric errors are not formal statistical uncertainties but raw and
        conservative estimates to be used for telescope operations.</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fpg_mag</name>
                       <description>Magnitude in Rf photographic band (red).</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fpg_mag_error</name>
                       <description>Reference error in Rf photographic band (red).  
        These photometric errors are not formal statistical uncertainties but
        raw and conservative estimates to be used for telescope operations.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fpg_mag_code</name>
                       <description>coded emulsion / bandpass / filter:  
        ———————————————————————-  
        bcode Name Emulsion/Filter  
        ———————————————————————-  
        35 Fpg IIIaF+RG610 (POSS-II Red)  
        36 Fpg IIIaF+OG590 (SERC-ER/SR, AAO-R/GR)  
        ———————————————————————-</description>
                       <ucd>meta.code;instr.filter</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>jpg_mag</name>
                       <description>Magnitude in Bj photographic band (blue).</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>jpg_mag_error</name>
                       <description>Reference error in Bj photographic band (blue).  
        These photometric errors are not formal statistical uncertainties but
        raw and conservative estimates to be used for telescope operations.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>jpg_mag_code</name>
                       <description>coded emulsion / bandpass / filter:  
        ———————————————————————-  
        bcode Name Emulsion/Filter  
        ———————————————————————-  
        0 Jpg IIIaJ+GG395 (SERC-J/EJ)  
        18 Jpg IIIaJ+GG385 (POSS-II Blue)  
        ———————————————————————-</description>
                       <ucd>meta.code;instr.filter</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag</name>
                       <description>Magnitude in V band.  
        This magnitude may include:

        -   photographic V_12 or V_485 from IIaD plates,

        -   V_T of Tycho-2 stars, or

        -   Johnson V from SKY2000</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_error</name>
                       <description>Reference error in V band.  
        These photometric errors are not formal statistical uncertainties but
        raw and conservative estimates to be used for telescope operations.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_code</name>
                       <description>coded emulsion / bandpass / filter:  
        ———————————————————————-  
        bcode Name Emulsion/Filter  
        ———————————————————————-  
        1 V IIaD+W12 (Pal Quick-V)  
        4 V (Johnson)  
        6 V495 IIaD+GG495 (Pal QV/AAO XV)  
        42 VT TYCHO-V  
        ———————————————————————-</description>
                       <ucd>meta.code;instr.filter</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npg_mag</name>
                       <description>Magnitude in In photographic band.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npg_mag_error</name>
                       <description>Reference error in In photographic band.  
        These photometric errors are not formal statistical uncertainties but
        raw and conservative estimates to be used for telescope operations.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npg_mag_code</name>
                       <description>coded emulsion / bandpass / filter:  
        ———————————————————————-  
        bcode Name Emulsion/Filter  
        ———————————————————————-  
        37 Npg IVN+RG9 (POSS-II IR)  
        38 Npg IVN+RG715 (SERC-IR)  
        ———————————————————————-</description>
                       <ucd>meta.code;instr.filter</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_mag</name>
                       <description>Magnitude in B band.  
        This filter may include:

        -   B_T of Tycho-2 stars,

        -   Johnson B from SKY2000, or

        -   photographic O from pOSS-I.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_mag_error</name>
                       <description>Reference error in B band.  
        These photometric errors are not formal statistical uncertainties but
        raw and conservative estimates to be used for telescope operations.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_mag_code</name>
                       <description>coded emulsion / bandpass / filter:  
        ———————————————————————-  
        bcode Name Emulsion/Filter  
        ———————————————————————-  
        3 B (Johnson)  
        7 O 103aO+no filter (POSS-I Blue)  
        41 BT TYCHO-B  
        ———————————————————————-</description>
                       <ucd>meta.code;instr.filter</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classification</name>
                       <description>Image classification:  
        0 = “star”, i.e. point-like object  
        3 = “nonstar”, i.e. extended object</description>
                       <ucd>meta.code.class;src.morph</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>status</name>
                       <description>The status code is a 10-digit field encoding the properties of the
        catalog object.  
        This flag is 99999900 for a Tycho object and 88888800 for SKY2000
        object.  
          
          
          
        FPA = Fractional Pixel Allocation)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mult_flag</name>
                       <description>This flag concerns only the Tycho stars (Status=99999900).</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/DPAC curated external catalogues" esatapplus:size="910468688" esatapplus:size_bytes="365912391680" type="base_table">
                    <name>gaiadr1.ppmxl_original_valid</name>
                    <description>PPMXL Catalogue  
        Reference papers:  
        PPMXL: Roeser et al. 2010, AJ 139, 2440  
        PPMX: Roeser et al. 2008,A&amp;A 488, 401  
        Original Catalogue:  
        VO access: http://vo.uni-hd.de/ppmxl
        Catalogue curator:
        SSDC - ASI Space Science Data Center
        https://www.ssdc.asi.it/</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>ppmxl_oid</name>
                       <description>Incremental unique numeric identifier (increasing with declination).
        This field was not in the original PPMXL catalogue, but was added for
        cross-match purposes.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ipix</name>
                       <description>Identifier (Q3C ipix of the USNO-B 1.0 object)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>J2000 right ascension with respect to the ICRS, epoch 2000.0</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>J2000 declination with respect to the ICRS, epoch 2000.0.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error_epra</name>
                       <description>Mean error in RA*cos(DEC) at mean epoch.</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error_epde</name>
                       <description>Mean error in DEC at mean epoch.</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in RA*cos(DEC).</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmde</name>
                       <description>Proper motion in Declination.</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_error</name>
                       <description>Mean error in proper motion in RA*cos(DEC).</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmde_error</name>
                       <description>Mean error in proper motion in DEC.</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_epochs</name>
                       <description>Number of catalogs (epoch) used for proper motions.  
        May be blank (null) for stars coming from ARIHIP or Tycho-2 via PPMX
        (i.e. bit#1 is set in “fl”).</description>
                       <ucd>meta.number;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epra</name>
                       <description>Mean Epoch for RA.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch;pos.eq.ra;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epde</name>
                       <description>Mean Epoch for DEC.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch;pos.eq.dec;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b1mag</name>
                       <description>B mag from USNO-B, first epoch.  

        Magnitudes from USNO-B should be used with care, photometric calibration
        may be severely off for some plates.  
        For objects from PPMX (bit#1 set in “fl”), these magnitudes have a
        special meaning:  
        ————————————————————  
        Column [PPMX] Content  
        ————————————————————  
        b1mag [Cmag] Catalogue magnitude from source  
        b2mag [Bmag] Johnson B magnitude  
        r1mag [Rmag] calculated Ru (UCAC) magnitude from source  
        r2mag — (always empty)  
        imag [Vmag] Johnson V magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b2mag</name>
                       <description>B mag from USNO-B, second epoch.  

        Magnitudes from USNO-B should be used with care, photometric calibration
        may be severely off for some plates.  
        For objects from PPMX (bit#1 set in “fl”), these magnitudes have a
        special meaning:  
        ————————————————————  
        Column [PPMX] Content  
        ————————————————————  
        b1mag [Cmag] Catalogue magnitude from source  
        b2mag [Bmag] Johnson B magnitude  
        r1mag [Rmag] calculated Ru (UCAC) magnitude from source  
        r2mag — (always empty)  
        imag [Vmag] Johnson V magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r1mag</name>
                       <description>R mag from USNO-B, first epoch.  

        Magnitudes from USNO-B should be used with care, photometric calibration
        may be severely off for some plates.  
        For objects from PPMX (bit#1 set in “fl”), these magnitudes have a
        special meaning:  
        ————————————————————  
        Column [PPMX] Content  
        ————————————————————  
        b1mag [Cmag] Catalogue magnitude from source  
        b2mag [Bmag] Johnson B magnitude  
        r1mag [Rmag] calculated Ru (UCAC) magnitude from source  
        r2mag — (always empty)  
        imag [Vmag] Johnson V magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r2mag</name>
                       <description>R mag from USNO-B, second epoch.  

        Magnitudes from USNO-B should be used with care, photometric calibration
        may be severely off for some plates.  
        For objects from PPMX (bit#1 set in “fl”), these magnitudes have a
        special meaning:  
        ————————————————————  
        Column [PPMX] Content  
        ————————————————————  
        b1mag [Cmag] Catalogue magnitude from source  
        b2mag [Bmag] Johnson B magnitude  
        r1mag [Rmag] calculated Ru (UCAC) magnitude from source  
        r2mag — (always empty)  
        imag [Vmag] Johnson V magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>imag</name>
                       <description>I mag from USNO-B.  

        Magnitudes from USNO-B should be used with care, photometric calibration
        may be severely off for some plates.  
        For objects from PPMX (bit#1 set in “fl”), these magnitudes have a
        special meaning:  
        ————————————————————  
        Column [PPMX] Content  
        ————————————————————  
        b1mag [Cmag] Catalogue magnitude from source  
        b2mag [Bmag] Johnson B magnitude  
        r1mag [Rmag] calculated Ru (UCAC) magnitude from source  
        r2mag — (always empty)  
        imag [Vmag] Johnson V magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags</name>
                       <description>The flag is a bitwise or number (\Sigma 2^i) where each bit number (i)
        has the meaning:  
        #0 (1) = if set, one of the coordinates had an excessively large chi
        square.  
        #1 (2) = Row is from PPMX. These objects are mostly Tycho stars that
        were masked out of USNO-B. When this bit is set, the USNO magnitudes
        (b1mag through imag) have special meanings.  
        #2 (4) = Row is from PPMX and replaces a single row from USNO-B. This is
        done when the astrometry from PPMX was better (in terms of error
        estimates) than the astrometry of the corresponding PPMXL object.  
        #3 (8) = Row replaces multiple USNO-B1.0 objects. When PPMX contains an
        object that has more than one counterpart in PPMXL, all such
        counterparts are discarded on the assumption that they should have been
        matched in USNO-B1.0 or result from erroneous matches. For these rows,
        bit#1 is always 1.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/DPAC curated external catalogues" esatapplus:size="469029929" esatapplus:size_bytes="226650259456" type="base_table">
                    <name>gaiadr1.sdssdr9_original_valid</name>
                    <description>SDSS DR9 Catalogue, primary object only, extracted from photoObj fits
        files.  
        Reference paper: Ahn et al. 2012, ApJS 203,21  
        Original catalogue: http://data.sdss3.org/sas/dr9/boss/photoObj/
        Catalogue curator:
        SSDC - ASI Space Science Data Center
        https://www.ssdc.asi.it/</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>sdssdr9_oid</name>
                       <description>Incremental unique numeric identifier (increasing with declination).
        This is the only field which was not in the original SDSS DR9 catalogue,
        but was added for cross-match purposes.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obj_id</name>
                       <description>A number identifying an object in the image catalog for DR9. It is a
        bit-encoded integer of run, rerun, camcol, field, object.  
        The bits are assigned in objid as follows:

        -   63 0, unassigned

        -   59-62 skyVersion resolved sky version

        -   48-58 rerun, number of pipeline rerun

        -   32-47 run, run number

        -   29-31 camcol, camera column (1-6)

        -   28 0, unassigned

        -   16-27 field, field number within run

        -   0-15 id, object number within field</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>thing_id</name>
                       <description>Each unique source in the SDSS catalog is identified by the thingId.
        Each source may have been observed more than once in multiple runs, and
        might therefore have multiple detections listed in the catalog. Only one
        detection is considered primary.</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>J2000 Right Ascension (from r-band, or best other band if r-band if too
        faint or saturated in r).</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>J2000 Declination (from r-band, or best other band if r-band if too
        faint or saturated in r).</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Error in RA*cos(DEC)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Error in DEC.</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd</name>
                       <description>Modified Julian Date, used to indicate the date that a given piece of
        SDSS data (image or spectrum) was taken.</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_mag</name>
                       <description>For isolated stars, which are well-described by the point spread
        function (PSF), the optimal measure of the total flux is determined by
        fitting a PSF model to the object.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_mag_error</name>
                       <description>PSF magnitude error.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_mag</name>
                       <description>For isolated stars, which are well-described by the point spread
        function (PSF), the optimal measure of the total flux is determined by
        fitting a PSF model to the object.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_mag_error</name>
                       <description>PSF magnitude error.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_mag</name>
                       <description>For isolated stars, which are well-described by the point spread
        function (PSF), the optimal measure of the total flux is determined by
        fitting a PSF model to the object.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_mag_error</name>
                       <description>PSF magnitude error.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_mag</name>
                       <description>For isolated stars, which are well-described by the point spread
        function (PSF), the optimal measure of the total flux is determined by
        fitting a PSF model to the object.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_mag_error</name>
                       <description>PSF magnitude error.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_mag</name>
                       <description>For isolated stars, which are well-described by the point spread
        function (PSF), the optimal measure of the total flux is determined by
        fitting a PSF model to the object.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_mag_error</name>
                       <description>PSF magnitude error.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>objc_type</name>
                       <description>Distinguishes stars (type=6) and galaxies (type=3) based on their
        morphology. It is quantified on the basis of the difference between the
        PSF and model magnitudes.</description>
                       <ucd>meta.code.class;src.morph</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>clean_flag</name>
                       <description>Clean photometry flag for point sources (1=clean, 0=unclean).</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/DPAC curated external catalogues" esatapplus:size="470992970" esatapplus:size_bytes="198113771520" type="base_table">
                    <name>gaiadr1.tmass_original_valid</name>
                    <description>2MASS PSC Catalogue

        Reference paper: Skrutskie et al. 2006, AJ 131, 1163

        Documentation:
        http://www.ipac.caltech.edu/2mass/releases/allsky/doc/explsup.html

        Original catalogue: ftp://ftp.ipac.caltech.edu/pub/2mass/allsky

        Catalogue curator:
        SSDC - ASI Space Science Data Center
        https://www.ssdc.asi.it/</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ph_qual</name>
                       <description>Photometric quality flag. Three character flag, one character per band
        [JHKs], that provides a summary of the net quality of the default
        photometry in each band.  
        The value for ph_qual is set for a band according to the precedence of
        the table below. For example, a source that is tested and meets the
        conditions for category “X” is not tested for subsequent qualities.

        -   “X” - There is a detection at this location, but no valid brightness
            estimate can be extracted using any algorithm. Default magnitude is
            null.

        -   “U” - Upper limit on magnitude. Source is not detected in this band,
            or it is detected, but not resolved in a consistent fashion with
            other bands. A value of ph_qual=“U” does not necessarily mean that
            there is no flux detected in this band at the location.

        -   “F” - This category includes sources where a reliable estimate of
            the photometric error could not be determined. The uncertainties
            reported for these sources in [jhk]_msigcom are flags and have
            numeric values &gt;8.0.

        -   “E” - This category includes detections where the goodness-of-fit
            quality of the profile-fit photometry was very poor, or detections
            where psf fit photometry did not converge and an aperture magnitude
            is reported, or detections where the number of frames was too small
            in relation to the number of frames in which a detection was
            geometrically possible.

        -   “A” - Detections in any brightness regime where valid measurements
            were made with [jhk]_snr&gt;10 AND [jhk]_cmsig&lt;0.10857.

        -   “B” - Detections in any brightness regime where valid measurements
            were made with [jhk]_snr&gt;7 AND [jhk]_cmsig&lt;0.15510.

        -   “C” - Detections in any brightness regime where valid measurements
            were made with [jhk]_snr&gt;5 AND [jhk]_cmsig&lt;0.21714.

        -   “D” - Detections in any brightness regime where valid measurements
            were made with no [jhk]_snr or [jhk]_cmsig requirement.</description>
                       <ucd>meta.code.qual;phot</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>tmass_oid</name>
                       <description>Incremental unique numeric identifier (increasing with declination).
        This is the only field which was not in the original 2MASS catalogue,
        but was added for cross-match purposes.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Sexagesimal, equatorial position-based source name in the form:
        hmmssss+ddmmsss[ABC...] The prefix “2MASS J” in not explicitely listed
        in the designation.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>J2000 right ascension with respect to the ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>J2000 declination with respect to the ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_maj</name>
                       <description>Semi-major axis length of the one sigma position uncertainty ellipse</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_min</name>
                       <description>Semi-minor axis length of the one sigma position uncertainty ellipse</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_ang</name>
                       <description>Position angle on the sky of the semi-major axis of the position
        uncertainty ellipse (East of North)</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m</name>
                       <description>Default J-band magnitude.  
        In case of a source not detected in the J-band, it is an upper limit and
        the corresponding total photometric uncertainty is NULL.  
        In case of a source detected in the J-band and with no useful brightness
        estimate, it is set to NULL.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msigcom</name>
                       <description>Total photometric uncertainty for the default J-band magnitude. This
        column is NULL if the default magnitude is a 95% confidence upper limit
        (i.e. the source is not detected, or inconsistently deblended in the
        J-band).</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m</name>
                       <description>Default H-band magnitude.  
        In case of a source not detected in the H-band, it is an upper limit and
        the corresponding total photometric uncertainty is NULL.  
        In case of a source detected in the H-band and with no useful brightness
        estimate, it is set to NULL.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msigcom</name>
                       <description>Total photometric uncertainty for the default H-band magnitude. This
        column is NULL if the default magnitude is a 95% confidence upper limit
        (i.e. the source is not detected, or inconsistently deblended in the
        H-band).</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_m</name>
                       <description>Default Ks-band magnitude.  
        In case of a source not detected in the Ks-band, it is an upper limit
        and the corresponding total photometric uncertainty is NULL.  
        In case of a source detected in the Ks-band and with no useful
        brightness estimate, it is set to NULL.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_msigcom</name>
                       <description>Total photometric uncertainty for the default Ks-band magnitude. This
        column is NULL if the default magnitude is a 95% confidence upper limit
        (i.e. the source is not detected, or inconsistently deblended in the
        Ks-band.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_key</name>
                       <description>Unique identification number of the record in the XSC (2MASS Extended
        Source Catalogue) that corresponds to this point source. Can be NULL if
        no corresponding extended source is present in the XSC.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_date</name>
                       <description>The Julian Date of the source measurement accurate to +30 seconds. This
        value is extrapolated from the start time of the Survey scan using the
        difference between the declinations of the source and the first row in
        the Tile divided by the scanning rate of the telescope (approximately
        5sec). The scanning rate of the two 2MASS telescopes was slightly
        different because of the need to optimize the dithering of images on the
        arrays.</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/DPAC curated external catalogues" esatapplus:size="113728883" esatapplus:size_bytes="42656727040" type="base_table">
                    <name>gaiadr1.ucac4_original_valid</name>
                    <description>UCAC4 Catalogue

        Reference paper:  
        Zacharias N., et al. 2013, AJ 145, 44

        Original catalogue:  
        DVD sent by author.
        Catalogue curator:
        SSDC - ASI Space Science Data Center
        https://www.ssdc.asi.it/</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>objt</name>
                       <description>The object type flag is used to identify possible problems with a star
        or the source of data.  
        The object type flag has the following meaning:  

        -   0 = good, clean star, no known problem

        -   1 = largest flag of any image = near overexposed star

        -   2 = largest flag of any image = possible streak object

        -   3 = high proper motion (HPM) star, match with external PM file

        -   4 = actually use external HPM data instead of UCAC4 observ.data
            (accuracy of positions varies between catalogs)

        -   5 = poor proper motion solution, report only CCD epoch position

        -   6 = substitute poor astrometric results by FK6/Hip/Tycho-2 data

        -   7 = added supplement star (no CCD data) from FK6/Hip/Tycho-2 data,
            and 2 stars added from high proper motion surveys

        -   8 = high proper motion solution in UCAC4, star not matched with
            PPMXL

        -   9 = high proper motion solution in UCAC4, discrepant PM to PPMXL</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cdf</name>
                       <description>The cdf flag is a combined double star flag used to indicate the
        type/quality of double star fit. It is a combination of 2 flags:

        cdf = (10 \cdot dsf) + dst

        where

        dsf = double star flag = overall classification

        -   0 = single star

        -   1 = component #1 of “good” double star

        -   2 = component #2 of “good” double star

        -   3 = blended image

        dst = double star type, from pixel data image profile fits, largest
        value of all images used for this star

        -   0 = no double star, not sufficient #pixels or elongation

        -   to even call double star fit subroutine

        -   1 = elongated image but no more than 1 peak detected

        -   2 = 2 separate peaks detected \to try double star fit

        -   3 = secondary peak found on each side of primary

        -   4 = case 1 after successful double fit (small separ. blended image)

        -   5 = case 2 after successful double fit (most likely real double)

        -   6 = case 3 after successful double fit (brighter secondary picked)

        Caution: often a dsf= 1 or 2 image is paired with a dsf= 3. If for a
        star any of the several images reveals a “blended image”, that higher
        dsf=3 flag is carried into the output file. This can happen for a
        regular double star with unique components 1 and 2. A flag dsf=3 means
        this could be component 1 or 2 but at least on one CCD frame a blended
        image was detected. This blend could be with the other component, or a
        spurious image or artifact. The double star flags need to be interpreted
        with caution; anything but a zero means “likely some double star
        component or blended image”.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>ucac4_oid</name>
                       <description>Incremental unique numeric identifier (increasing with declination).  
        This field was not in the original UCAC4 catalogue, but was added for
        cross-match purposes.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ucac4_identifier</name>
                       <description>Official UCAC4 star ID, in the following format:  
        UCAC4-zzz-nnnnnn  
        where zzz is the 3-digit zone number (from 001 to 900, each 0.2 deg
        wide) and nnnnnn the 6-digit running record number along the zone file.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="ICRS_2000" std="false">
                       <name>ra</name>
                       <description>Right ascension with respect to the ICRS at epoch J2000.0.  
        The weighted mean catalog position was updated using the provided proper
        motions.  
        NB For objects with no proper motions, the positions are at the central
        epoch (which actually is UCAC4 mean observation epoch). There are 4 982
        212 stars with no proper motions.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="ICRS_2000" std="false">
                       <name>dec</name>
                       <description>Declination with respect to the ICRS, at epoch J2000.0.  
        The weighted mean catalog position was updated using the provided proper
        motions.  
        NB For objects with no proper motions, the positions are at the central
        epoch (which actually is UCAC4 mean observation epoch). There are 4 982
        212 stars with no proper motions.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error_mean_epoch</name>
                       <description>There is not 0 mas value; data less than 1 mas have been set to 1 mas.
        Original data larger than 255 mas have been set to 255.  
        In order to be able to calculate positional errors at any epoch, the
        central epoch, i.e. the weighted mean epoch of the data (UCAC + early
        epoch other catalogs) is given. At the central epoch (which varies from
        star to star and is also different for RA and Dec) the positional error
        has its smallest value; the one given in the catalog for “sigma
        position”.  
        If the astrometric data for a star was substituted from an external
        catalog like Hipparcos, Tycho or High proper motion data, a mean error
        in position and proper motion depending on the catalog and magnitude of
        the star was adopted.  
        For stars with no proper motions only the observed CCD position and its
        error is reported.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error_mean_epoch</name>
                       <description>There is not 0 mas value; data less than 1 mas have been set to 1 mas.
        Original data larger than 255 mas have been set to 255.  
        In order to be able to calculate positional errors at any epoch, the
        central epoch, i.e. the weighted mean epoch of the data (UCAC + early
        epoch other catalogs) is given. At the central epoch (which varies from
        star to star and is also different for RA and Dec) the positional error
        has its smallest value; the one given in the catalog for “sigma
        position”.  
        If the astrometric data for a star was substituted from an external
        catalog like Hipparcos, Tycho or High proper motion data, a mean error
        in position and proper motion depending on the catalog and magnitude of
        the star was adopted.  
        For stars with no proper motions only the observed CCD position and its
        error is reported.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in RA*cos(Dec).</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmde</name>
                       <description>Proper motion in Declination.</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_error</name>
                       <description>For astrometric data copied from the FK6, Hipparcos and Tycho-2 catalogs
        a mean error in positions was adopted depending on input catalog and the
        brightness of the star rather than giving the individual star’s error
        quoted in those catalogs.</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmde_error</name>
                       <description>For astrometric data copied from the FK6, Hipparcos and Tycho-2 catalogs
        a mean error in positions was adopted depending on input catalog and the
        brightness of the star rather than giving the individual star’s error
        quoted in those catalogs.</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mean_epoch_ra</name>
                       <description>Central Epoch for mean RA.  
        Probably epoch is a Julian epoch expressed as Julian Years with
        reference J2000.0. For stars with proper motions, the central epoch,
        i.e. the weighted mean epoch of the data (UCAC + early epoch other
        catalogs) is given. At the central epoch (which varies from star to star
        and is also different for RA and Dec) the positional error has its
        smallest value; the one given in the catalog for “sigma position”.  
        For stars with no proper motions, the central Epoch is the UCAC4 mean
        observation epoch.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mean_epoch_dec</name>
                       <description>Central Epoch for mean DEC.  
        Probably epoch is a Julian epoch expressed as Julian Years with
        reference J2000.0. For stars with proper motions, the central epoch,
        i.e. the weighted mean epoch of the data (UCAC + early epoch other
        catalogs) is given. At the central epoch (which varies from star to star
        and is also different for RA and Dec) the positional error has its
        smallest value; the one given in the catalog for “sigma position”.  
        For stars with no proper motions, the central Epoch is the UCAC4 mean
        observation epoch.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>magm</name>
                       <description>Fit model magnitude.  
        Systematic errors are expected to be below 0.1 mag for magm,maga
        photometric results obtained from the UCAC CCD pixel data. The aperture
        photometry is considered more robust, particularly for “odd” cases,
        while the model fit magnitude is expected to be more accurate for “well
        behaved” stars.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;meta.modelled</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>maga</name>
                       <description>Aperture magnitude.  
        Systematic errors are expected to be below 0.1 mag for magm,maga
        photometric results obtained from the UCAC CCD pixel data. The aperture
        photometry is considered more robust, particularly for “odd” cases,
        while the model fit magnitude is expected to be more accurate for “well
        behaved” stars.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sigmag</name>
                       <description>For many stars a photometric error based on the scatter from individual
        observations of that star on different CCD frames could be obtained. A
        model error was also attempted to be assigned, based on the S/N ratio.
        The error quoted here is the larger of the two.  
        If the error exceeds 0.9 mag, the error was set to 0.9 mag in catalog
        data.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_epochs</name>
                       <description>Number of catalogs (epoch) used for proper motions.</description>
                       <ucd>meta.number;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/DPAC curated external catalogues" esatapplus:size="228276482" esatapplus:size_bytes="94518337536" type="base_table">
                    <name>gaiadr1.urat1_original_valid</name>
                    <description>URAT-1 Catalogue  
        Reference paper:   
        A URAT-1 release paper for the Astronomical Journal is in preparation.  
        The first U.S. Naval Observatory Astrometric Robotic Telescope Catalog
        (URAT1) Zacharias N., Finch C., Subasavage J., Bredthauer G., Crockett
        C., Divittorio M., Furguson E., Harris F., Harris H., Henden A., Kilian
        C., Munn J., Rafferty T., Rhodes A., Schultheiss M., Tilleman T., Wieder
        G. =2015yCat.1329....0Z  
        Original catalogue:  
        CDS
        Catalogue curator:
        SSDC - ASI Space Science Data Center
        https://www.ssdc.asi.it/</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>urat1_oid</name>
                       <description>Incremental unique numeric identifier (increasing with declination).  
        This is the only field which was not in the original URAT1 catalogue,
        but was added for cross-match purposes.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>urat1_identifier</name>
                       <description>Official URAT1 star ID numbers consist of 2 parts, the 3-digit zone
        number (zzz) and the 6-digit running record number (nnnnnn) along a
        zone.  
        Thus a URAT1 star number is given by:  
        URAT1-zzznnnnnn  
        The main catalog data are arranged in declination zones of 0.2 degree
        width. Zones are numbered from 1 starting at the South Pole and
        increasing toward north. The first zone with data in URAT1 is 326 for
        -25.0 to -24.8 deg Dec. There is a separate file for each zone up to
        zone 900 near the north celestial pole.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="ICRS" std="false">
                       <name>ra</name>
                       <description>Positions are on the International Celestial Reference System (ICRS) as
        represented by the UCAC4 catalog.  
        Mean observed positions are given at mean epoch of URAT observations
        (epoch). Thus the epoch is slightly different from star to star, but it
        is always in the range between 2012.311 and 2014.679.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="ICRS" std="false">
                       <name>dec</name>
                       <description>Positions are on the International Celestial Reference System (ICRS) as
        represented by the UCAC4 catalog.  
        Mean observed positions are given at mean epoch of URAT observations
        (epoch). Thus the epoch is slightly different from star to star, but it
        is always in the range between 2012.311 and 2014.679.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>raError = posError  
        posError gives an estimate of the error of the mean position components
        (ra and dec).  
        A mean was taken over RA and DEC component errors because they are very
        similar for most stars.  
        Here a model is used which include image profile fit (x,y data) errors,
        atmospheric turbulence, and astrometric reduction error propagations. A
        systematic error floor of 5 mas was added RMS. The model error is likely
        a better estimate of the true positional errors than the scatter error,
        at least for small numbers of observations.</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.ra;meta.modelled</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>decError = posError  
        posError gives an estimate of the error of the mean position components
        (ra and dec).  
        A mean was taken over RA and DEC component errors because they are very
        similar for most stars.  
        Here a model is used which include image profile fit (x,y data) errors,
        atmospheric turbulence, and astrometric reduction error propagations. A
        systematic error floor of 5 mas was added RMS. The model error is likely
        a better estimate of the true positional errors than the scatter error,
        at least for small numbers of observations.</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq.dec;meta.modelled</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epoch</name>
                       <description>epoch = mean epoch of URAT observations.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f_mag</name>
                       <description>This is the mean, observed magnitude in the 680-762 nm URAT bandpass,
        calibrated by APASS photometry. This bandpass is between R and I, thus
        further into the red than UCAC. Observations in non-photometric nights
        *are* included thus the URAT magnitudes need to be taken with caution.
        Unknown or unrealistic magnitudes are set to NULL. The faintest maybe
        real celestial object magnitude is about 19.0, while the URAT1 catalog
        should be complete to about magnitude 18.0.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f_mag_error</name>
                       <description>The photometric error of URAT bandpass observations is derived from the
        scatter of individual observations. A systematic error floor of 0.01 mag
        has been RMS added. Unknown errors are indicated by NULL.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_mag</name>
                       <description>APASS B magnitude.  
        A custom set of APASS (The AAVSO Photometric All-Sky Survey) data was
        kindly provided to us by Arne Henden to include the DR8 data plus single
        photometric observations.  
        For a total of 71614 stars with no DR8 data the DR6 data was used.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag</name>
                       <description>APASS V magnitude.  
        A custom set of APASS (The AAVSO Photometric All-Sky Survey) data was
        kindly provided to us by Arne Henden to include the DR8 data plus single
        photometric observations.  
        For a total of 71614 stars with no DR8 data the DR6 data was used.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_mag</name>
                       <description>APASS g magnitude.  
        A custom set of APASS (The AAVSO Photometric All-Sky Survey) data was
        kindly provided to us by Arne Henden to include the DR8 data plus single
        photometric observations.  
        For a total of 71614 stars with no DR8 data the DR6 data was used.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_mag</name>
                       <description>APASS r magnitude.  
        A custom set of APASS (The AAVSO Photometric All-Sky Survey) data was
        kindly provided to us by Arne Henden to include the DR8 data plus single
        photometric observations.  
        For a total of 71614 stars with no DR8 data the DR6 data was used.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_mag</name>
                       <description>APASS i magnitude.  
        A custom set of APASS (The AAVSO Photometric All-Sky Survey) data was
        kindly provided to us by Arne Henden to include the DR8 data plus single
        photometric observations.  
        For a total of 71614 stars with no DR8 data the DR6 data was used.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_mag_error</name>
                       <description>Error on APASS B magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_error</name>
                       <description>Error on APASS V magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_mag_error</name>
                       <description>Error on APASS g magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_mag_error</name>
                       <description>Error on APASS r magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i_mag_error</name>
                       <description>Error on APASS i magnitude.</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:size="1142679769" esatapplus:size_bytes="1940468572160" type="base_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>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>All Gaia data processed by the Data Processing and Analysis Consortium
        comes tagged with a solution identifier. This is a numeric field
        attached to each table row that can be used to unequivocally identify
        the version of all the subsystems that where used in the generation of
        the data as well as the input data used. It is mainly for internal DPAC
        use but is included in the published data releases to enable end users
        to examine the provenance of processed data products. To decode a given
        solution ID visit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>A unique single numerical identifier of the source.

        For the contents of Gaia DR1, which does not include Solar System
        objects, the source ID consists consists of a 64-bit integer, least
        significant bit = 1 and most significant bit = 64, comprising:

        -   a HEALPix index number (sky pixel) in bits 36 - 63; by definition
            the smallest HEALPix index number is zero.

        -   a 2-bit Data Processing Centre code in bits 34 - 35; for example
            MOD(sourceId / 4294967296, 8) can be used to distinguish between
            sources initialised via the Initial Gaia Source List by the Torino
            DPC (code = 0) and sources otherwise detected and assigned by Gaia
            observations (code &gt;0)

        -   a 25-bit plus 7 bit sequence number within the HEALPix pixel in bits
            1 - 32 split into:

            -   a 25 bit running number in bits 8 – 32; the running numbers are
                defined to be positive, i.e. never zero (except in the case of
                forced empty windows)

            -   a 7-bit component number in bits 1 – 7

        -   one spare bit in bit 33

        This means that the HEALpix index level 12 of a given source is
        contained in the most significant bits. HEALpix index of 12 and lower
        levels can thus be retrieved as follows:

        -   HEALpix level 12 = source_id / 34359738368

        -   HEALpix level 11 = source_id / 137438953472

        -   HEALpix level 10 = source_id / 549755813888

        -   HEALpix level n = source_id / 2 ^ 35 * 4 ^ (12 - level).

        Additional details can be found in the Gaia DPAC public document Source
        Identifiers — Assignment and Usage throughout DPAC (document code
        GAIA–C3–TN–ARI–BAS–020) available from</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>random_index</name>
                       <description>Random index which can be used to select smaller subsets of the data
        that are still representative. The column contains a random permutation
        of the numbers from 0 to N-1, where N is the number of rows.

        The random index can be useful for validation (testing on 10 different
        random subsets), visualization (displaying 1% of the data), and
        statistical exploration of the data, without the need to download all
        the data.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ref_epoch</name>
                       <description>Reference epoch to which the astrometic source parameters are referred,
        expressed as a Julian Year in TCB.</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="GAIADR1" std="false">
                       <name>ra</name>
                       <description>Barycentric right ascension \alpha of the source in ICRS at the
        reference epoch refEpoch</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error \sigma_{\alpha *} \equiv \sigma_\alpha\cos\delta of the
        right ascension of the source in ICRS at the reference epoch refEpoch.</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="GAIADR1" std="false">
                       <name>dec</name>
                       <description>Barycentric declination \delta of the source in ICRS at the reference
        epoch refEpoch</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error \sigma_\delta of the declination of the source in ICRS at
        the reference epoch refEpoch</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Absolute barycentric stellar parallax \varpi of the soure at the
        reference epoch refEpoch</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error \sigma_\varpi of the stellar parallax at the reference
        epoch refEpoch</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension \mu_{\alpha *} of the source in ICRS at
        the reference epoch refEpoch. This is the projection of the proper
        motion vector in the direction of increasing right ascension.</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_error</name>
                       <description>Standard error \sigma_{\mu\alpha *} of the proper motion vector in right
        ascension at the reference epoch refEpoch</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination \mu_\delta of the source at the reference
        epoch refEpoch. This is the projection of the proper motion vector in
        the direction of increasing declination.</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec_error</name>
                       <description>Standard error \sigma_{\mu\delta} of the proper motion in declination at
        the reference epoch refEpoch</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination, in dimensionless
        units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax, in dimensionless units
        [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pmra_corr</name>
                       <description>Correlation between right ascension and proper motion in right
        ascension, in dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination, in
        dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax, in dimensionless units
        [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension, in
        dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination, in
        dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension, in
        dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination, in
        dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_pmdec_corr</name>
                       <description>Correlation between proper motion in right ascension and proper motion
        in declination, in dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of AL observations (= CCD transits) used in the astrometric
        solution of the source, independent of their weight. Note that some
        observations may be strongly downweighted (see astrometricNBadObsAl).</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of AC observations (= CCD transits) used in the astrometric
        solution of the source, independent of their weight. Note that some
        observations may be strongly downweighted (see astrometricNBadObsAc).
        Nearly all sources having G &lt;13 will have AC observations from 2d
        windows, while fainter than that limit only \sim1% of stars (the
        so–called ‘calibration faint stars’) are assigned 2d windows resulting
        in AC observations.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of AL observations (= CCD transits) that were not strongly
        downweighted in the astrometric solution of the source. Strongly
        downweighted observations (with downweighting factor w&lt;0.2) are instead
        counted in astrometricNBadObsAl. The sum of astrometricNGoodObsAl and
        astrometricNBadObsAl equals astrometricNObsAl, the total number of AL
        observations used in the astrometric solution of the source.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_good_obs_ac</name>
                       <description>Number of AC observations (= CCD transits) that were not strongly
        downweighted in the astrometric solution of the source. Strongly
        downweighted observations (with downweighting factor w&lt;0.2) are instead
        counted in astrometricNBadObsAc. The sum of astrometricNGoodObsAc and
        astrometricNBadObsAc equals astrometricNObsAc, the total number of AC
        observations used in the astrometric solution of the source.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of AL observations (= CCD transits) that were strongly
        downweighted in the astrometric solution of the source, and therefore
        contributed little to the determination of the astrometric parameters.
        An observation is considered to be strongly downweighted if its
        downweighting factor w&lt;0.2, which means that the absolute value of the
        astrometric residual exceeds 4.83 times the total uncertainty of the
        observation, calculated as the quadratic sum of the centroiding
        uncertainty, excess source noise, and excess attitude noise.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_bad_obs_ac</name>
                       <description>Number of AC observations (= CCD transits) that were strongly
        downweighted in the astrometric solution of the source, and therefore
        contributed little to the determination of the astrometric parameters.
        An observation is considered to be strongly downweighted if its
        downweighting factor w&lt;0.2, which means that the absolute value of the
        astrometric residual exceeds 4.83 times the total uncertainty of the
        observation, calculated as the quadratic sum of the centroiding
        uncertainty, excess source noise, and excess attitude noise.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_delta_q</name>
                       <description>In the TGAS solution \tt astrometricDeltaQ (\Delta Q) indicates the
        discrepancy between the Hipparcos proper motion and the TGAS proper
        motion. A large value of \tt deltaQ could indicate non-linear motion
        (e.g. in a binary).

        The precise definition is

        \Delta Q = 
        \begin{bmatrix} 
        \Delta\mu_{\alpha *} &amp; \Delta\mu_{\delta} 
        \end{bmatrix}
        \left(\vec{C}_\text{pm,\,T}+\vec{C}_\text{pm,\,H}\right)^{-1}
        \begin{bmatrix} 
        \Delta\mu_{\alpha *} \\ \Delta\mu_{\delta} 
        \end{bmatrix}

        where \Delta\mu_{\alpha *} = \mu_{\alpha *,\rm T}-\mu_{\alpha *,\rm H},
        \Delta\mu_{\delta} = \mu_{\delta,\rm T}-\mu_{\delta,\rm H}, with T and H
        indicating values from the Gaia DR1 (TGAS) solution and Hipparcos
        catalogue. \vec{C}_\text{pm,\,T} and \vec{C}_\text{pm,\,H} are the
        corresponding 2\times 2 covariance matrices.

        In order to compute \Delta Q the two sets of proper motions must use the
        same reference frame and the same reference epoch. Thus, the proper
        motion components as given in the Hipparcos catalogue were rotated to
        the Gaia DR1 reference frame, and then propagated to the Gaia reference
        epoch.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise</name>
                       <description>This is the excess noise \epsilon_i of the source. It measures the
        disagreement, expressed as an angle, between the observations of a
        source and the best-fitting standard astrometric model (using five
        astrometric parameters). The assumed observational noise in each
        observation is quadratically increased by \epsilon_i in order to
        statistically match the residuals in the astrometric solution. A value
        of 0 signifies that the source is astrometrically well-behaved, i.e. 
        that the residuals of the fit statistically agree with the assumed
        observational noise. A positive value signifies that the residuals are
        statistically larger than expected.

        The significance of \epsilon_i is given by \tt 
        astrometricExcessNoiseSig (D). If D\le 2 then \epsilon_i is probably not
        significant, and the source may be astrometrically well-behaved even if
        \epsilon_i is large.

        The excess noise \epsilon_i may absorb all kinds of modelling errors
        that are not accounted for by the observational noise (image centroiding
        error) or the excess attitude noise. Such modelling errors include LSF
        and PSF calibration errors, geometric instrument calibration errors, and
        part of the high-frequency attitude noise. These modelling errors are
        particularly important in the early data releases, but should decrease
        as the astrometric modelling of the instrument and attitude improves
        over the years.

        Additionally, sources that deviate from the standard five-parameter
        astrometric model (e.g. unresolved binaries, exoplanet systems, etc.)
        may have positive \epsilon_i. Given the many other possible
        contributions to the excess noise, the user must study the empirical
        distributions of \epsilon_i and D to make sensible cutoffs before
        filtering out sources for their particular application.

        In Gaia DR1, the excess source noise has the same interpretation as
        described above for both the primary (TGAS) and secondary data sets. It
        measures the disagreement between the five-parameter model and the
        observations, augmented by the different priors used. Thus, in TGAS the
        excess noise may be increased if the proper motion seen during the 14
        months of Gaia observations are not in agreement with the proper motion
        inferred from the Tycho-2/Gaia comparison. In the secondary solution the
        excess noise may be increased if the Gaia observations indicate a proper
        motion or parallax several times larger than the prior uncertainty.

        The excess source noise is further explained in Sects. 3.6 and 5.1.2 of
        Lindegren et al. (2012).

        Lindegren, L., U. Lammers, D. Hobbs, O’MullaneW., U. Bastian, and J.
        Hernandez. 2012. “The Astrometric Core Solution for the Gaia Mission.
        Overview of Models, Algorithms, and Software Implementation.” Astronomy
        and Astrophysics 538 (February).</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise_sig</name>
                       <description>A dimensionless measure (D) of the significance of the calculated \tt 
        astrometricExcessNoise (\epsilon_i). A value D&gt;2 indicates that the
        given \epsilon_i is probably significant.

        For good fits in the limit of a large number of observations, D should
        be zero in half of the cases and approximately follow the positive half
        of a normal distribution with zero mean and unit standard deviation for
        the other half. Consequently, D is expected to be greater than 2 for
        only a few percent of the sources with well-behaved astrometric
        solutions.

        In the early data releases \epsilon_i will however include instrument
        and attitude modelling errors that are statistically significant and
        could result in large values of \epsilon_i and D. The user must study
        the empirical distributions of these statistics and make sensible
        cutoffs before filtering out sources for their particular application.

        The excess noise significance is further explained in Sect. 5.1.2 of
        Lindegren et al. (2012).

        Lindegren, L., U. Lammers, D. Hobbs, O’MullaneW., U. Bastian, and J.
        Hernandez. 2012. “The Astrometric Core Solution for the Gaia Mission.
        Overview of Models, Algorithms, and Software Implementation.” Astronomy
        and Astrophysics 538 (February).</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_primary_flag</name>
                       <description>Flag indicating if this source was used as a primary source (\tt true)
        or secondary source (\tt false). Only primary sources contribute to the
        estimation of attitude, calibration, and global parameters. The
        estimation of source parameters is otherwise done in exactly the same
        way for primary and secondary sources.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_relegation_factor</name>
                       <description>Relegation factor of the source calculated as per Eq. (118) in Lindegren
        et al. (2012) used for the primary selection process.

        Lindegren, L., U. Lammers, D. Hobbs, O’MullaneW., U. Bastian, and J.
        Hernandez. 2012. “The Astrometric Core Solution for the Gaia Mission.
        Overview of Models, Algorithms, and Software Implementation.” Astronomy
        and Astrophysics 538 (February).</description>
                       <ucd>arith.factor</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_weight_al</name>
                       <description>Mean astrometric weight of the source in the AL direction.

        The mean astrometric weight of the source is calculated as per Eq. (119)
        in Lindegren et al. (2012).

        Lindegren, L., U. Lammers, D. Hobbs, O’MullaneW., U. Bastian, and J.
        Hernandez. 2012. “The Astrometric Core Solution for the Gaia Mission.
        Overview of Models, Algorithms, and Software Implementation.” Astronomy
        and Astrophysics 538 (February).</description>
                       <unit>mas**-2</unit>
                       <ucd>stat.weight;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_weight_ac</name>
                       <description>Mean astrometric weight of the source in the AC direction

        The mean astrometric weight of the source is calculated as per Eq. (119)
        in Lindegren et al. (2012).

        Lindegren, L., U. Lammers, D. Hobbs, O’MullaneW., U. Bastian, and J.
        Hernandez. 2012. “The Astrometric Core Solution for the Gaia Mission.
        Overview of Models, Algorithms, and Software Implementation.” Astronomy
        and Astrophysics 538 (February).</description>
                       <unit>mas**-2</unit>
                       <ucd>stat.weight;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_priors_used</name>
                       <description>Type of prior used in the astrometric solution:

        -   0: No prior used

        -   1: Galaxy Bayesian Prior for parallax and proper motion

        -   2: Galaxy Bayesian Prior for parallax and proper motion relaxed by
            factor 10

        -   3: Hipparcos prior for position

        -   4: Hipparcos prior for position and proper motion

        -   5: Tycho2 prior for position

        -   6: Quasar prior for proper motion

        The Galaxy Bayesian Prior is defined in , where it is denoted
        \sigma_{\varpi,F90} (for the parallax) and
        \sigma_{\mu,F90}={\cal R}\sigma_{\varpi,F90}, with {\cal 
        R}=10 yr^{-1} (for proper motion). The Galaxy Bayesian Prior relaxed by
        a factor 10 is 10\sigma_{\varpi,F90} and 10\sigma_{\mu,F90},
        respectively.

        For Gaia DR1 the only types of priors used are 2 (for the secondary data
        set), 3 (for the Hipparcos subset of the primary data set), or 5 (for
        the non-Hipparcos subset of the primary data set). Type 6 was used for
        internal calibration purposes and alignment of the reference frame, but
        the corresponding astrometric results are in general not published.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>matched_observations</name>
                       <description>This field indicates the number of observations (detection transits)
        that have been matched to a given source during the last internal
        crossmatch revision.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duplicated_source</name>
                       <description>During data processing, this source happened to been duplicated and one
        source only has been kept. This may indicate observational,
        cross-matching or processing problems, or stellar multiplicity, and
        probable astrometric or photometric problems in all cases. In DR1, for
        close doubles with separations below some 2 arcsec, truncated windows
        have not been processed, neither in astrometry and photometry. The
        transmitted window is centred on the brighter part of the acquired
        window, so the brighter component has a better chance to be selected,
        even when processing the fainter transit. If more than two images are
        contained in a window, the result of the image parameter determination
        is un-predictable in the sense that it might refer to either (or
        neither) image, and no consistency is assured.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k1</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionStrength[k-1] (k=1,2,3,4) is the absolute value of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        The scanDirectionStrength is a number between 0 and 1, where 0 means
        that the scan directions are well spread out in different directions,
        while 1 means that they are concentrated in a single direction (given by
        scanAngleMean).

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionStrength[0] is the degree of
        concentration when the sense of direction is taken into account, while
        scanDirectionStrength[1] is the degree of concentration without regard
        to the sense of direction. A large value of scanDirectionStrength[3]
        indicates that the scans are concentrated in two nearly orthogonal
        directions.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k2</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionStrength[k-1] (k=1,2,3,4) is the absolute value of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        The scanDirectionStrength is a number between 0 and 1, where 0 means
        that the scan directions are well spread out in different directions,
        while 1 means that they are concentrated in a single direction (given by
        scanAngleMean).

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionStrength[0] is the degree of
        concentration when the sense of direction is taken into account, while
        scanDirectionStrength[1] is the degree of concentration without regard
        to the sense of direction. A large value of scanDirectionStrength[3]
        indicates that the scans are concentrated in two nearly orthogonal
        directions.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k3</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionStrength[k-1] (k=1,2,3,4) is the absolute value of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        The scanDirectionStrength is a number between 0 and 1, where 0 means
        that the scan directions are well spread out in different directions,
        while 1 means that they are concentrated in a single direction (given by
        scanAngleMean).

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionStrength[0] is the degree of
        concentration when the sense of direction is taken into account, while
        scanDirectionStrength[1] is the degree of concentration without regard
        to the sense of direction. A large value of scanDirectionStrength[3]
        indicates that the scans are concentrated in two nearly orthogonal
        directions.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k4</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionStrength[k-1] (k=1,2,3,4) is the absolute value of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        The scanDirectionStrength is a number between 0 and 1, where 0 means
        that the scan directions are well spread out in different directions,
        while 1 means that they are concentrated in a single direction (given by
        scanAngleMean).

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionStrength[0] is the degree of
        concentration when the sense of direction is taken into account, while
        scanDirectionStrength[1] is the degree of concentration without regard
        to the sense of direction. A large value of scanDirectionStrength[3]
        indicates that the scans are concentrated in two nearly orthogonal
        directions.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k1</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionMean[k-1] (k=1,2,3,4) is 1/k times the argument of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        scanDirectionMean[k-1] is an angle between -180^\circ/k and
        +180^\circ/k, giving the mean position angle of the scans at order k.

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionMean[0] is the mean
        direction when the sense of direction is taken into account, while
        scanDirectionMean[1] is the mean direction without regard to the sense
        of the direction. For example, scanDirectionMean[0] = 0 means that the
        scans preferentially go towards North, while scanDirectionMean[1] = 0
        means that they preferentially go in the North-South direction, and
        scanDirectionMean[4] = 0 that they preferentially go either in the
        North-South or in the East-West direction.</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k2</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionMean[k-1] (k=1,2,3,4) is 1/k times the argument of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        scanDirectionMean[k-1] is an angle between -180^\circ/k and
        +180^\circ/k, giving the mean position angle of the scans at order k.

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionMean[0] is the mean
        direction when the sense of direction is taken into account, while
        scanDirectionMean[1] is the mean direction without regard to the sense
        of the direction. For example, scanDirectionMean[0] = 0 means that the
        scans preferentially go towards North, while scanDirectionMean[1] = 0
        means that they preferentially go in the North-South direction, and
        scanDirectionMean[4] = 0 that they preferentially go either in the
        North-South or in the East-West direction.</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k3</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionMean[k-1] (k=1,2,3,4) is 1/k times the argument of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        scanDirectionMean[k-1] is an angle between -180^\circ/k and
        +180^\circ/k, giving the mean position angle of the scans at order k.

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionMean[0] is the mean
        direction when the sense of direction is taken into account, while
        scanDirectionMean[1] is the mean direction without regard to the sense
        of the direction. For example, scanDirectionMean[0] = 0 means that the
        scans preferentially go towards North, while scanDirectionMean[1] = 0
        means that they preferentially go in the North-South direction, and
        scanDirectionMean[4] = 0 that they preferentially go either in the
        North-South or in the East-West direction.</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k4</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionMean[k-1] (k=1,2,3,4) is 1/k times the argument of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        scanDirectionMean[k-1] is an angle between -180^\circ/k and
        +180^\circ/k, giving the mean position angle of the scans at order k.

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionMean[0] is the mean
        direction when the sense of direction is taken into account, while
        scanDirectionMean[1] is the mean direction without regard to the sense
        of the direction. For example, scanDirectionMean[0] = 0 means that the
        scans preferentially go towards North, while scanDirectionMean[1] = 0
        means that they preferentially go in the North-South direction, and
        scanDirectionMean[4] = 0 that they preferentially go either in the
        North-South or in the East-West direction.</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations (CCD transits) that contributed to the G mean
        flux and mean flux error.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux</name>
                       <description>Mean flux in the G-band.</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux_error</name>
                       <description>Error on the mean flux in the G-band.</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_mag</name>
                       <description>Mean magnitude in the G band. This is computed from the G-band mean flux
        applying the magnitude zero-point in the Vega scale.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_variable_flag</name>
                       <description>Flag indicating if variability was identified in the photometric G band:

        -   source not processed and/or exported to catalogue

        -   Source not identified as variable

        -   source identified and processed as variable, see tables
            PhotVariableSummary, PhotVariableTimeSeriesGfov,
            PhotVariableTimeSeriesGfovStatisticalParameters, and Cepheid or
            Rrlyrae for more details.

        Note that for this data release only a small subset of (variable)
        sources was processed and/or exported, so for many (known) variable
        sources this flag is set to “NOT AVAILABLE”. No “CONSTANT” sources were
        exported either.</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l</name>
                       <description>Galactic Longitude of the object at reference epoch refEpoch, see ESA,
        1997, ’The Hipparcos and Tycho Catalogues’, ESA SP-1200, Volume 1,
        Section 1.5.3, for the conversion details.</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Galactic Latitude of the object at reference epoch refEpoch, see ESA,
        1997, ’The Hipparcos and Tycho Catalogues’, ESA SP-1200, Volume 1,
        Section 1.5.3, for the conversion details.</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ecl_lon</name>
                       <description>Ecliptic Longitude of the object at reference epoch refEpoch, see ESA,
        1997, ’The Hipparcos and Tycho Catalogues’, ESA SP-1200, Volume 1,
        Section 1.5.3, for the conversion details.</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ecl_lat</name>
                       <description>Ecliptic Latitude of the object at reference epoch refEpoch, see ESA,
        1997, ’The Hipparcos and Tycho Catalogues’, ESA SP-1200, Volume 1,
        Section 1.5.3, for the conversion details.</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:size="2057050" esatapplus:size_bytes="3895492608" type="base_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>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hip</name>
                       <description>Hipparcos identifier (this field will be empty if the source was not in
        the Hipparcos catalogue).</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tycho2_id</name>
                       <description>Tycho 2 identifier. The TYC identifier is constructed from the GSC
        region number (TYC1), the running number within the region (TYC2) and a
        component identifier (TYC3) which is normally 1. Some non-GSC running
        numbers were constructed for the first Tycho Catalogue and for Tycho-2.
        The recommended star designation contains a hyphen between the TYC
        numbers, e.g. TYC 1-13-1.To see if Hipparcos or Tycho measurements where
        used as a prior constraint in the astrometic solution for a given source
        please see astrometricPriorsUsed.</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>All Gaia data processed by the Data Processing and Analysis Consortium
        comes tagged with a solution identifier. This is a numeric field
        attached to each table row that can be used to unequivocally identify
        the version of all the subsystems that where used in the generation of
        the data as well as the input data used. It is mainly for internal DPAC
        use but is included in the published data releases to enable end users
        to examine the provenance of processed data products. To decode a given
        solution ID visit</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>A unique single numerical identifier of the source.

        For the contents of Gaia DR1, which does not include Solar System
        objects, the source ID consists consists of a 64-bit integer, least
        significant bit = 1 and most significant bit = 64, comprising:

        -   a HEALPix index number (sky pixel) in bits 36 - 63; by definition
            the smallest HEALPix index number is zero.

        -   a 2-bit Data Processing Centre code in bits 34 - 35; for example
            MOD(sourceId / 4294967296, 8) can be used to distinguish between
            sources initialised via the Initial Gaia Source List by the Torino
            DPC (code = 0) and sources otherwise detected and assigned by Gaia
            observations (code &gt;0)

        -   a 25-bit plus 7 bit sequence number within the HEALPix pixel in bits
            1 - 32 split into:

            -   a 25 bit running number in bits 8 – 32; the running numbers are
                defined to be positive, i.e. never zero (except in the case of
                forced empty windows)

            -   a 7-bit component number in bits 1 – 7

        -   one spare bit in bit 33

        This means that the HEALpix index level 12 of a given source is
        contained in the most significant bits. HEALpix index of 12 and lower
        levels can thus be retrieved as follows:

        -   HEALpix level 12 = source_id / 34359738368

        -   HEALpix level 11 = source_id / 137438953472

        -   HEALpix level 10 = source_id / 549755813888

        -   HEALpix level n = source_id / 2 ^ 35 * 4 ^ (12 - level).

        Additional details can be found in the Gaia DPAC public document Source
        Identifiers — Assignment and Usage throughout DPAC (document code
        GAIA–C3–TN–ARI–BAS–020) available from</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>random_index</name>
                       <description>Random index which can be used to select smaller subsets of the data
        that are still representative. The column contains a random permutation
        of the numbers from 0 to N-1, where N is the number of rows.

        The random index can be useful for validation (testing on 10 different
        random subsets), visualization (displaying 1% of the data), and
        statistical exploration of the data, without the need to download all
        the data.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ref_epoch</name>
                       <description>Reference epoch to which the astrometic source parameters are referred,
        expressed as a Julian Year in TCB.</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="GAIADR1" std="false">
                       <name>ra</name>
                       <description>Barycentric right ascension \alpha of the source in ICRS at the
        reference epoch refEpoch</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error \sigma_{\alpha *} \equiv \sigma_\alpha\cos\delta of the
        right ascension of the source in ICRS at the reference epoch refEpoch.</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="GAIADR1" std="false">
                       <name>dec</name>
                       <description>Barycentric declination \delta of the source in ICRS at the reference
        epoch refEpoch</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error \sigma_\delta of the declination of the source in ICRS at
        the reference epoch refEpoch</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Absolute barycentric stellar parallax \varpi of the soure at the
        reference epoch refEpoch</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error \sigma_\varpi of the stellar parallax at the reference
        epoch refEpoch</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="GAIADR1" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension \mu_{\alpha *} of the source in ICRS at
        the reference epoch refEpoch. This is the projection of the proper
        motion vector in the direction of increasing right ascension.</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_error</name>
                       <description>Standard error \sigma_{\mu\alpha *} of the proper motion vector in right
        ascension at the reference epoch refEpoch</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="GAIADR1" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination \mu_\delta of the source at the reference
        epoch refEpoch. This is the projection of the proper motion vector in
        the direction of increasing declination.</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec_error</name>
                       <description>Standard error \sigma_{\mu\delta} of the proper motion in declination at
        the reference epoch refEpoch</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination, in dimensionless
        units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax, in dimensionless units
        [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pmra_corr</name>
                       <description>Correlation between right ascension and proper motion in right
        ascension, in dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination, in
        dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax, in dimensionless units
        [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension, in
        dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination, in
        dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension, in
        dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination, in
        dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_pmdec_corr</name>
                       <description>Correlation between proper motion in right ascension and proper motion
        in declination, in dimensionless units [-1:+1]</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of AL observations (= CCD transits) used in the astrometric
        solution of the source, independent of their weight. Note that some
        observations may be strongly downweighted (see astrometricNBadObsAl).</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of AC observations (= CCD transits) used in the astrometric
        solution of the source, independent of their weight. Note that some
        observations may be strongly downweighted (see astrometricNBadObsAc).
        Nearly all sources having G &lt;13 will have AC observations from 2d
        windows, while fainter than that limit only \sim1% of stars (the
        so–called ‘calibration faint stars’) are assigned 2d windows resulting
        in AC observations.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of AL observations (= CCD transits) that were not strongly
        downweighted in the astrometric solution of the source. Strongly
        downweighted observations (with downweighting factor w&lt;0.2) are instead
        counted in astrometricNBadObsAl. The sum of astrometricNGoodObsAl and
        astrometricNBadObsAl equals astrometricNObsAl, the total number of AL
        observations used in the astrometric solution of the source.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_good_obs_ac</name>
                       <description>Number of AC observations (= CCD transits) that were not strongly
        downweighted in the astrometric solution of the source. Strongly
        downweighted observations (with downweighting factor w&lt;0.2) are instead
        counted in astrometricNBadObsAc. The sum of astrometricNGoodObsAc and
        astrometricNBadObsAc equals astrometricNObsAc, the total number of AC
        observations used in the astrometric solution of the source.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of AL observations (= CCD transits) that were strongly
        downweighted in the astrometric solution of the source, and therefore
        contributed little to the determination of the astrometric parameters.
        An observation is considered to be strongly downweighted if its
        downweighting factor w&lt;0.2, which means that the absolute value of the
        astrometric residual exceeds 4.83 times the total uncertainty of the
        observation, calculated as the quadratic sum of the centroiding
        uncertainty, excess source noise, and excess attitude noise.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_bad_obs_ac</name>
                       <description>Number of AC observations (= CCD transits) that were strongly
        downweighted in the astrometric solution of the source, and therefore
        contributed little to the determination of the astrometric parameters.
        An observation is considered to be strongly downweighted if its
        downweighting factor w&lt;0.2, which means that the absolute value of the
        astrometric residual exceeds 4.83 times the total uncertainty of the
        observation, calculated as the quadratic sum of the centroiding
        uncertainty, excess source noise, and excess attitude noise.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_delta_q</name>
                       <description>In the TGAS solution \tt astrometricDeltaQ (\Delta Q) indicates the
        discrepancy between the Hipparcos proper motion and the TGAS proper
        motion. A large value of \tt deltaQ could indicate non-linear motion
        (e.g. in a binary).

        The precise definition is

        \Delta Q = 
        \begin{bmatrix} 
        \Delta\mu_{\alpha *} &amp; \Delta\mu_{\delta} 
        \end{bmatrix}
        \left(\vec{C}_\text{pm,\,T}+\vec{C}_\text{pm,\,H}\right)^{-1}
        \begin{bmatrix} 
        \Delta\mu_{\alpha *} \\ \Delta\mu_{\delta} 
        \end{bmatrix}

        where \Delta\mu_{\alpha *} = \mu_{\alpha *,\rm T}-\mu_{\alpha *,\rm H},
        \Delta\mu_{\delta} = \mu_{\delta,\rm T}-\mu_{\delta,\rm H}, with T and H
        indicating values from the Gaia DR1 (TGAS) solution and Hipparcos
        catalogue. \vec{C}_\text{pm,\,T} and \vec{C}_\text{pm,\,H} are the
        corresponding 2\times 2 covariance matrices.

        In order to compute \Delta Q the two sets of proper motions must use the
        same reference frame and the same reference epoch. Thus, the proper
        motion components as given in the Hipparcos catalogue were rotated to
        the Gaia DR1 reference frame, and then propagated to the Gaia reference
        epoch.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise</name>
                       <description>This is the excess noise \epsilon_i of the source. It measures the
        disagreement, expressed as an angle, between the observations of a
        source and the best-fitting standard astrometric model (using five
        astrometric parameters). The assumed observational noise in each
        observation is quadratically increased by \epsilon_i in order to
        statistically match the residuals in the astrometric solution. A value
        of 0 signifies that the source is astrometrically well-behaved, i.e. 
        that the residuals of the fit statistically agree with the assumed
        observational noise. A positive value signifies that the residuals are
        statistically larger than expected.

        The significance of \epsilon_i is given by \tt 
        astrometricExcessNoiseSig (D). If D\le 2 then \epsilon_i is probably not
        significant, and the source may be astrometrically well-behaved even if
        \epsilon_i is large.

        The excess noise \epsilon_i may absorb all kinds of modelling errors
        that are not accounted for by the observational noise (image centroiding
        error) or the excess attitude noise. Such modelling errors include LSF
        and PSF calibration errors, geometric instrument calibration errors, and
        part of the high-frequency attitude noise. These modelling errors are
        particularly important in the early data releases, but should decrease
        as the astrometric modelling of the instrument and attitude improves
        over the years.

        Additionally, sources that deviate from the standard five-parameter
        astrometric model (e.g. unresolved binaries, exoplanet systems, etc.)
        may have positive \epsilon_i. Given the many other possible
        contributions to the excess noise, the user must study the empirical
        distributions of \epsilon_i and D to make sensible cutoffs before
        filtering out sources for their particular application.

        In Gaia DR1, the excess source noise has the same interpretation as
        described above for both the primary (TGAS) and secondary data sets. It
        measures the disagreement between the five-parameter model and the
        observations, augmented by the different priors used. Thus, in TGAS the
        excess noise may be increased if the proper motion seen during the 14
        months of Gaia observations are not in agreement with the proper motion
        inferred from the Tycho-2/Gaia comparison. In the secondary solution the
        excess noise may be increased if the Gaia observations indicate a proper
        motion or parallax several times larger than the prior uncertainty.

        The excess source noise is further explained in Sects. 3.6 and 5.1.2 of
        Lindegren et al. (2012).

        Lindegren, L., U. Lammers, D. Hobbs, O’MullaneW., U. Bastian, and J.
        Hernandez. 2012. “The Astrometric Core Solution for the Gaia Mission.
        Overview of Models, Algorithms, and Software Implementation.” Astronomy
        and Astrophysics 538 (February).</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise_sig</name>
                       <description>A dimensionless measure (D) of the significance of the calculated \tt 
        astrometricExcessNoise (\epsilon_i). A value D&gt;2 indicates that the
        given \epsilon_i is probably significant.

        For good fits in the limit of a large number of observations, D should
        be zero in half of the cases and approximately follow the positive half
        of a normal distribution with zero mean and unit standard deviation for
        the other half. Consequently, D is expected to be greater than 2 for
        only a few percent of the sources with well-behaved astrometric
        solutions.

        In the early data releases \epsilon_i will however include instrument
        and attitude modelling errors that are statistically significant and
        could result in large values of \epsilon_i and D. The user must study
        the empirical distributions of these statistics and make sensible
        cutoffs before filtering out sources for their particular application.

        The excess noise significance is further explained in Sect. 5.1.2 of
        Lindegren et al. (2012).

        Lindegren, L., U. Lammers, D. Hobbs, O’MullaneW., U. Bastian, and J.
        Hernandez. 2012. “The Astrometric Core Solution for the Gaia Mission.
        Overview of Models, Algorithms, and Software Implementation.” Astronomy
        and Astrophysics 538 (February).</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_primary_flag</name>
                       <description>Flag indicating if this source was used as a primary source (\tt true)
        or secondary source (\tt false). Only primary sources contribute to the
        estimation of attitude, calibration, and global parameters. The
        estimation of source parameters is otherwise done in exactly the same
        way for primary and secondary sources.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_relegation_factor</name>
                       <description>Relegation factor of the source calculated as per Eq. (118) in Lindegren
        et al. (2012) used for the primary selection process.

        Lindegren, L., U. Lammers, D. Hobbs, O’MullaneW., U. Bastian, and J.
        Hernandez. 2012. “The Astrometric Core Solution for the Gaia Mission.
        Overview of Models, Algorithms, and Software Implementation.” Astronomy
        and Astrophysics 538 (February).</description>
                       <ucd>arith.factor</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_weight_al</name>
                       <description>Mean astrometric weight of the source in the AL direction.

        The mean astrometric weight of the source is calculated as per Eq. (119)
        in Lindegren et al. (2012).

        Lindegren, L., U. Lammers, D. Hobbs, O’MullaneW., U. Bastian, and J.
        Hernandez. 2012. “The Astrometric Core Solution for the Gaia Mission.
        Overview of Models, Algorithms, and Software Implementation.” Astronomy
        and Astrophysics 538 (February).</description>
                       <unit>mas**-2</unit>
                       <ucd>stat.weight;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_weight_ac</name>
                       <description>Mean astrometric weight of the source in the AC direction

        The mean astrometric weight of the source is calculated as per Eq. (119)
        in Lindegren et al. (2012).

        Lindegren, L., U. Lammers, D. Hobbs, O’MullaneW., U. Bastian, and J.
        Hernandez. 2012. “The Astrometric Core Solution for the Gaia Mission.
        Overview of Models, Algorithms, and Software Implementation.” Astronomy
        and Astrophysics 538 (February).</description>
                       <unit>mas**-2</unit>
                       <ucd>stat.weight;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_priors_used</name>
                       <description>Type of prior used in the astrometric solution:

        -   0: No prior used

        -   1: Galaxy Bayesian Prior for parallax and proper motion

        -   2: Galaxy Bayesian Prior for parallax and proper motion relaxed by
            factor 10

        -   3: Hipparcos prior for position

        -   4: Hipparcos prior for position and proper motion

        -   5: Tycho2 prior for position

        -   6: Quasar prior for proper motion

        The Galaxy Bayesian Prior is defined in , where it is denoted
        \sigma_{\varpi,F90} (for the parallax) and
        \sigma_{\mu,F90}={\cal R}\sigma_{\varpi,F90}, with {\cal 
        R}=10 yr^{-1} (for proper motion). The Galaxy Bayesian Prior relaxed by
        a factor 10 is 10\sigma_{\varpi,F90} and 10\sigma_{\mu,F90},
        respectively.

        For Gaia DR1 the only types of priors used are 2 (for the secondary data
        set), 3 (for the Hipparcos subset of the primary data set), or 5 (for
        the non-Hipparcos subset of the primary data set). Type 6 was used for
        internal calibration purposes and alignment of the reference frame, but
        the corresponding astrometric results are in general not published.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>matched_observations</name>
                       <description>This field indicates the number of observations (detection transits)
        that have been matched to a given source during the last internal
        crossmatch revision.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duplicated_source</name>
                       <description>During data processing, this source happened to been duplicated and one
        source only has been kept. This may indicate observational,
        cross-matching or processing problems, or stellar multiplicity, and
        probable astrometric or photometric problems in all cases. In DR1, for
        close doubles with separations below some 2 arcsec, truncated windows
        have not been processed, neither in astrometry and photometry. The
        transmitted window is centred on the brighter part of the acquired
        window, so the brighter component has a better chance to be selected,
        even when processing the fainter transit. If more than two images are
        contained in a window, the result of the image parameter determination
        is un-predictable in the sense that it might refer to either (or
        neither) image, and no consistency is assured.</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k1</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionStrength[k-1] (k=1,2,3,4) is the absolute value of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        The scanDirectionStrength is a number between 0 and 1, where 0 means
        that the scan directions are well spread out in different directions,
        while 1 means that they are concentrated in a single direction (given by
        scanAngleMean).

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionStrength[0] is the degree of
        concentration when the sense of direction is taken into account, while
        scanDirectionStrength[1] is the degree of concentration without regard
        to the sense of direction. A large value of scanDirectionStrength[3]
        indicates that the scans are concentrated in two nearly orthogonal
        directions.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k2</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionStrength[k-1] (k=1,2,3,4) is the absolute value of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        The scanDirectionStrength is a number between 0 and 1, where 0 means
        that the scan directions are well spread out in different directions,
        while 1 means that they are concentrated in a single direction (given by
        scanAngleMean).

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionStrength[0] is the degree of
        concentration when the sense of direction is taken into account, while
        scanDirectionStrength[1] is the degree of concentration without regard
        to the sense of direction. A large value of scanDirectionStrength[3]
        indicates that the scans are concentrated in two nearly orthogonal
        directions.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k3</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionStrength[k-1] (k=1,2,3,4) is the absolute value of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        The scanDirectionStrength is a number between 0 and 1, where 0 means
        that the scan directions are well spread out in different directions,
        while 1 means that they are concentrated in a single direction (given by
        scanAngleMean).

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionStrength[0] is the degree of
        concentration when the sense of direction is taken into account, while
        scanDirectionStrength[1] is the degree of concentration without regard
        to the sense of direction. A large value of scanDirectionStrength[3]
        indicates that the scans are concentrated in two nearly orthogonal
        directions.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k4</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionStrength[k-1] (k=1,2,3,4) is the absolute value of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        The scanDirectionStrength is a number between 0 and 1, where 0 means
        that the scan directions are well spread out in different directions,
        while 1 means that they are concentrated in a single direction (given by
        scanAngleMean).

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionStrength[0] is the degree of
        concentration when the sense of direction is taken into account, while
        scanDirectionStrength[1] is the degree of concentration without regard
        to the sense of direction. A large value of scanDirectionStrength[3]
        indicates that the scans are concentrated in two nearly orthogonal
        directions.</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k1</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionMean[k-1] (k=1,2,3,4) is 1/k times the argument of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        scanDirectionMean[k-1] is an angle between -180^\circ/k and
        +180^\circ/k, giving the mean position angle of the scans at order k.

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionMean[0] is the mean
        direction when the sense of direction is taken into account, while
        scanDirectionMean[1] is the mean direction without regard to the sense
        of the direction. For example, scanDirectionMean[0] = 0 means that the
        scans preferentially go towards North, while scanDirectionMean[1] = 0
        means that they preferentially go in the North-South direction, and
        scanDirectionMean[4] = 0 that they preferentially go either in the
        North-South or in the East-West direction.</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k2</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionMean[k-1] (k=1,2,3,4) is 1/k times the argument of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        scanDirectionMean[k-1] is an angle between -180^\circ/k and
        +180^\circ/k, giving the mean position angle of the scans at order k.

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionMean[0] is the mean
        direction when the sense of direction is taken into account, while
        scanDirectionMean[1] is the mean direction without regard to the sense
        of the direction. For example, scanDirectionMean[0] = 0 means that the
        scans preferentially go towards North, while scanDirectionMean[1] = 0
        means that they preferentially go in the North-South direction, and
        scanDirectionMean[4] = 0 that they preferentially go either in the
        North-South or in the East-West direction.</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k3</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionMean[k-1] (k=1,2,3,4) is 1/k times the argument of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        scanDirectionMean[k-1] is an angle between -180^\circ/k and
        +180^\circ/k, giving the mean position angle of the scans at order k.

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionMean[0] is the mean
        direction when the sense of direction is taken into account, while
        scanDirectionMean[1] is the mean direction without regard to the sense
        of the direction. For example, scanDirectionMean[0] = 0 means that the
        scans preferentially go towards North, while scanDirectionMean[1] = 0
        means that they preferentially go in the North-South direction, and
        scanDirectionMean[4] = 0 that they preferentially go either in the
        North-South or in the East-West direction.</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k4</name>
                       <description>The scanDirectionStrength and scanDirectionMean quantify the
        distribution of AL scan directions across the source.
        scanDirectionMean[k-1] (k=1,2,3,4) is 1/k times the argument of the
        trigonometric moments m_k=\langle\exp(ik\theta)\rangle, where \theta is
        the position angle of the scan and the mean value is taken over the
        nObs[0] AL observations contributing to the astrometric parameters of
        the source. \theta is defined in the usual astronomical sense: \theta=0
        when the FoV is moving towards local North, and \theta=90^\circ towards
        local East.

        scanDirectionMean[k-1] is an angle between -180^\circ/k and
        +180^\circ/k, giving the mean position angle of the scans at order k.

        The different orders k are statistics of the scan directions modulo
        360^\circ/k. For example, at first order (k=1), \theta=10^\circ and
        \theta=190^\circ count as different directions, but at second order
        (k=2) they are the same. Thus, scanDirectionMean[0] is the mean
        direction when the sense of direction is taken into account, while
        scanDirectionMean[1] is the mean direction without regard to the sense
        of the direction. For example, scanDirectionMean[0] = 0 means that the
        scans preferentially go towards North, while scanDirectionMean[1] = 0
        means that they preferentially go in the North-South direction, and
        scanDirectionMean[4] = 0 that they preferentially go either in the
        North-South or in the East-West direction.</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations (CCD transits) that contributed to the G mean
        flux and mean flux error.</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux</name>
                       <description>Mean flux in the G-band.</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux_error</name>
                       <description>Error on the mean flux in the G-band.</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_mag</name>
                       <description>Mean magnitude in the G band. This is computed from the G-band mean flux
        applying the magnitude zero-point in the Vega scale.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_variable_flag</name>
                       <description>Flag indicating if variability was identified in the photometric G band:

        -   source not processed and/or exported to catalogue

        -   Source not identified as variable

        -   source identified and processed as variable, see tables
            PhotVariableSummary, PhotVariableTimeSeriesGfov,
            PhotVariableTimeSeriesGfovStatisticalParameters, and Cepheid or
            Rrlyrae for more details.

        Note that for this data release only a small subset of (variable)
        sources was processed and/or exported, so for many (known) variable
        sources this flag is set to “NOT AVAILABLE”. No “CONSTANT” sources were
        exported either.</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l</name>
                       <description>Galactic Longitude of the object at reference epoch refEpoch, see ESA,
        1997, ’The Hipparcos and Tycho Catalogues’, ESA SP-1200, Volume 1,
        Section 1.5.3, for the conversion details.</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Galactic Latitude of the object at reference epoch refEpoch, see ESA,
        1997, ’The Hipparcos and Tycho Catalogues’, ESA SP-1200, Volume 1,
        Section 1.5.3, for the conversion details.</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ecl_lon</name>
                       <description>Ecliptic Longitude of the object at reference epoch refEpoch, see ESA,
        1997, ’The Hipparcos and Tycho Catalogues’, ESA SP-1200, Volume 1,
        Section 1.5.3, for the conversion details.</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ecl_lat</name>
                       <description>Ecliptic Latitude of the object at reference epoch refEpoch, see ESA,
        1997, ’The Hipparcos and Tycho Catalogues’, ESA SP-1200, Volume 1,
        Section 1.5.3, for the conversion details.</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true" esatapplus:title="Gaia Data Release 2">
                 <name>gaiadr2</name>
                 <description>Gaia Data Release 2</description>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Auxiliary" esatapplus:size="555934" esatapplus:size_bytes="68648960" type="base_table">
                    <name>gaiadr2.aux_allwise_agn_gdr2_cross_id</name>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>allwise_name</name>
                       <description>Identifier in the ALLWISE AGN catalogue</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Auxiliary" esatapplus:size="2820" esatapplus:size_bytes="376832" type="base_table">
                    <name>gaiadr2.aux_iers_gdr2_cross_id</name>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>iers_name</name>
                       <description>IERS name</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Auxiliary" esatapplus:size="1977702" esatapplus:size_bytes="349454336" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>transit_id</name>
                       <description>Transit Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation Identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_mp</name>
                       <description>minor planet number attributed by MPC</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch</name>
                       <description>Gaiacentric epoch TCB(Gaia)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>residual_ra</name>
                       <description>post-orbital fit residual in RA*cos(Dec)</description>
                       <unit>mas</unit>
                       <ucd>pos.angDistance;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>residual_dec</name>
                       <description>post-orbital fit residual in Dec</description>
                       <unit>mas</unit>
                       <ucd>pos.angDistance;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>residual_al</name>
                       <description>post-orbital fit residual AL</description>
                       <unit>mas</unit>
                       <ucd>pos.angDistance;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>residual_ac</name>
                       <description>post-orbital fit residual AC</description>
                       <unit>mas</unit>
                       <ucd>pos.angDistance;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>selected</name>
                       <description>observation not rejected by orbital fit</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Auxiliary" esatapplus:size="14099" esatapplus:size_bytes="3792896" type="base_table">
                    <name>gaiadr2.aux_sso_orbits</name>
                    <description>Auxiliary information on asteroid orbits and basic photometric
        parameters. Ready to ingest the astorb data base:
        ftp://cdsarc.u-strasbg.fr/pub/cats/B/astorb/astorb.html</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_mp</name>
                       <description>Asteroid MPC number</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>MPC name</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mag_h</name>
                       <description>absolute magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>slope_g</name>
                       <description>slope parameter</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>code</name>
                       <description>object specific flags</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>obs_arc</name>
                       <description>arc spanned by the observations</description>
                       <unit>d</unit>
                       <ucd>time.interval</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>obs_num</name>
                       <description>number of observations used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>osc_epoch</name>
                       <description>epoch of osculation</description>
                       <unit>'yyyymmdd'</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>orb_m</name>
                       <description>mean anomaly</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.meanAnomaly</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>omega</name>
                       <description>argument of perihelion</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.periastron</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>node_omega</name>
                       <description>longitude of ascending node</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.node</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>inclination</name>
                       <description>orbit inclination</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.inclination</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>eccentricity</name>
                       <description>orbit eccentricity</description>
                       <ucd>src.orbital.eccentricity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a</name>
                       <description>semimajor axis</description>
                       <unit>AU</unit>
                       <ucd>src.orbital;phys.size.smajAxis</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>orb_date</name>
                       <description>date of orbit computation</description>
                       <unit>'yyyymmdd'</unit>
                       <ucd>time.processing</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ceu</name>
                       <description>current orbit uncertainty </description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ceu_rate</name>
                       <description>rate of change of the orbit uncertainty</description>
                       <unit>mas.s**-1</unit>
                       <ucd>stat.error;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ceu_epoch</name>
                       <description>date of the CEU</description>
                       <unit>'yyyymmdd'</unit>
                       <ucd>time</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Auxiliary" esatapplus:size="1141288744" esatapplus:size_bytes="232938799104" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>dr1_source_id</name>
                       <description>Source identifier in Gaia DR1</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>dr2_source_id</name>
                       <description>Source identifier in Gaia DR2</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rank</name>
                       <description>Rank metric indicating relative probability of a good match </description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="300207917" esatapplus:size_bytes="101956001792" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="300209602" esatapplus:size_bytes="91196235776" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="75018791" esatapplus:size_bytes="14808350720" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="81278312" esatapplus:size_bytes="16794288128" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="870899123" esatapplus:size_bytes="272967172096" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="884748168" esatapplus:size_bytes="245596266496" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="83034" esatapplus:size_bytes="15081472" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="83283" esatapplus:size_bytes="16605184" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="810359898" esatapplus:size_bytes="98462015488" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="816314072" esatapplus:size_bytes="106598203392" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="716220357" esatapplus:size_bytes="243239682048" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ppmxl_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="757738601" esatapplus:size_bytes="281240821760" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>ppmxl_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>angular_distance_error</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="450587" esatapplus:size_bytes="102572032" type="base_table">
                    <name>gaiadr2.ravedr5_best_neighbour</name>
                    <description>RAVE DR5 table lists each matched external catalogue object with its
        best neighbour in Gaia.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="474824" esatapplus:size_bytes="93077504" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="113718207" esatapplus:size_bytes="38620930048" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>sdssdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="114011744" esatapplus:size_bytes="34634055680" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>sdssdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="450688227" esatapplus:size_bytes="134758350848" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tmass_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="451193296" esatapplus:size_bytes="137061203968" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>tmass_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="2475900" esatapplus:size_bytes="586792960" type="base_table">
                    <name>gaiadr2.tycho2_best_neighbour</name>
                    <description>Tycho-2 table lists each matched external catalogue object with its best
        neighbour in Gaia.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>tycho2_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="2482025" esatapplus:size_bytes="689070080" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>tycho2_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="188071510" esatapplus:size_bytes="58947772416" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_neighbour_multiplicity</name>
                       <description>Number of neighbours with same probability as best neighbour</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 2/Cross match" esatapplus:size="188071646" esatapplus:size_bytes="52206796800" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gaia_astrometric_params</name>
                       <description>Number of Gaia astrometric params used</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Solar System" esatapplus:size="1977702" esatapplus:size_bytes="699375616" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_mp</name>
                       <description>minor planet number attributed by MPC</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>epoch</name>
                       <description>Gaia-centric epoch TCB(Gaia)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_err</name>
                       <description>Error in Gaiacentric epoch</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_utc</name>
                       <description>Gaiacentric epoch UTC</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_mag</name>
                       <description>Calibrated G mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_flux</name>
                       <description>Average calibrated G flux for the transit</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_flux_error</name>
                       <description>Error on the G flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>position_angle_scan</name>
                       <description>Position angle of the scanning direction </description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>level_of_confidence</name>
                       <description>Level of confidence of the identification</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Solar System" esatapplus:size="14099" esatapplus:size_bytes="1892352" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_of_obs</name>
                       <description>number of observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>denomination</name>
                       <description>standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Variability" esatapplus:size="9575" esatapplus:size_bytes="3121152" type="base_table">
                    <name>gaiadr2.vari_cepheid</name>
                    <description>This table describes the Cepheid stars.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pf_error</name>
                       <description>Uncertainty of the pf period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_g_error</name>
                       <description>Uncertainty on intAverageG parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_bp_error</name>
                       <description>Uncertainty on intAverageBp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_rp_error</name>
                       <description>Uncertainty on intAverageRp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_g_error</name>
                       <description>Uncertainty on the peakToPeakG parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_bp_error</name>
                       <description>Uncertainty on the peakToPeakBp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_rp_error</name>
                       <description>Uncertainty on the peakToPeakRp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r21_g</name>
                       <description>Fourier decomposition parameter r21G: A2/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r31_g</name>
                       <description>Fourier decomposition parameter r31G: A3/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_absorption</name>
                       <description>Interstellar absorption in the G-band</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.gal</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>type2_best_sub_classification</name>
                       <description>Best subclassification estimate for typeBestClassification="T2CEP" out of: {"BL_HER", "W_VIR","RV_TAU"}</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Variability" esatapplus:size="9" esatapplus:size_bytes="65536" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>classifier_name</name>
                       <description>Name of the classifier that is detailed in this entry</description>
                       <ucd>meta.version;meta.software</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>class_name</name>
                       <description>Name of the published class from this classifier</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>class_description</name>
                       <description>Description of the published class from this classifier</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Variability" esatapplus:size="1" esatapplus:size_bytes="65536" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>classifier_name</name>
                       <description>Name of the classifier that is detailed in this entry</description>
                       <ucd>meta.version;meta.software</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>classifier_description</name>
                       <description>Description of this classifier</description>
                       <ucd>meta.version;meta.software</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Variability" esatapplus:size="363969" esatapplus:size_bytes="59277312" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>classifier_name</name>
                       <description>Classifier name used to produce this result, use for lookup in VariClassifierDefinition table</description>
                       <ucd>meta.version;meta.software</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_class_name</name>
                       <description>Name of best class, see table VariClassifierDefinition for details of the class</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_class_score</name>
                       <description>Score of the best class</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Variability" esatapplus:size="89617" esatapplus:size_bytes="10772480" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rsg_flag</name>
                       <description>Red supergiant flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bolometric_corr</name>
                       <description>Bolometric correction for LPVs</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.bc</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>frequency</name>
                       <description>Frequency of the LPV</description>
                       <unit>d**-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>frequency_error</name>
                       <description>Error on the frequency</description>
                       <unit>d**-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Variability" esatapplus:size="147535" esatapplus:size_bytes="241819648" type="base_table">
                    <name>gaiadr2.vari_rotation_modulation</name>
                    <description>This table describes the solar-like stars with rotational modulation.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_segments</name>
                       <description>Number of segments</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_colour_mag_intercept</name>
                       <description>Colour-Magnitude Intercept in segments</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_colour_mag_slope</name>
                       <description>Colour-Magnitude Slope in segments</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_correlation_coefficient</name>
                       <description>Correlation coefficient in segments</description>
                       <ucd>stat.correlation;phot.mag;phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_correlation_significance</name>
                       <description>Correlation coefficient significance in segments</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_outliers</name>
                       <description>Number of outliers</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>outliers_time</name>
                       <description>Times at which outliers occurs</description>
                       <unit>d</unit>
                       <ucd>meta.dataset;time</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_rotation_period_fap</name>
                       <description>FAP on rotation period in segment</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_rotation_period</name>
                       <description>Best rotation period</description>
                       <unit>d</unit>
                       <ucd>phys.veloc.rotat;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_unspotted</name>
                       <description>Unspotted G mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_unspotted_error</name>
                       <description>Unspotted G mag uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bp_unspotted</name>
                       <description>Unspotted BP mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rp_unspotted</name>
                       <description>Unspotted RP mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Variability" esatapplus:size="140784" esatapplus:size_bytes="47316992" type="base_table">
                    <name>gaiadr2.vari_rrlyrae</name>
                    <description>This table describes the RR Lyrae stars.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pf_error</name>
                       <description>Uncertainty of the pf period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_g_error</name>
                       <description>Uncertainty on intAverageG parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_bp_error</name>
                       <description>Uncertainty on intAverageBp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_rp_error</name>
                       <description>Uncertainty on intAverageRp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_g_error</name>
                       <description>Uncertainty on the peakToPeakG parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_bp_error</name>
                       <description>Uncertainty on the peakToPeakBp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_rp_error</name>
                       <description>Uncertainty on the peakToPeakRp parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r21_g</name>
                       <description>Fourier decomposition parameter r21G: A2/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r31_g</name>
                       <description>Fourier decomposition parameter r31G: A3/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_absorption</name>
                       <description>Interstellar absorption in the G-band</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.gal</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Variability" esatapplus:size="3018" esatapplus:size_bytes="565248" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variogram_num_points</name>
                       <description>Number of points in the variogram</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variogram_char_timescales</name>
                       <description>Characteristic time scales of variability</description>
                       <unit>d</unit>
                       <ucd>time</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variogram_values</name>
                       <description>Variogram values associated with the variogramCharTimescales</description>
                       <unit>mag**2</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 2/Variability" esatapplus:size="550737" esatapplus:size_bytes="227254272" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_selected_g_fov</name>
                       <description>Total number of G FOV transits selected for variability analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_obs_time_g_fov</name>
                       <description>Mean observation time for G FoV transits</description>
                       <unit>d</unit>
                       <ucd>time;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>time_duration_g_fov</name>
                       <description>Time duration of the time series for G FoV transits</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>min_mag_g_fov</name>
                       <description>Minimum G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>max_mag_g_fov</name>
                       <description>Maximum G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>time;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_mag_g_fov</name>
                       <description>Mean G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>time;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>median_mag_g_fov</name>
                       <description>Median G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>range_mag_g_fov</name>
                       <description>Difference between the highest and lowest G FoV magnitudes</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>std_dev_mag_g_fov</name>
                       <description>Square root of the unweighted G FoV magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>skewness_mag_g_fov</name>
                       <description>Standardized unweighted G FoV magnitude skewness</description>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>kurtosis_mag_g_fov</name>
                       <description>Standardized unweighted G FoV magnitude kurtosis</description>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mad_mag_g_fov</name>
                       <description>Median Absolute Deviation (MAD) for G FoV transits</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>abbe_mag_g_fov</name>
                       <description>Abbe value for G FoV transits</description>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>iqr_mag_g_fov</name>
                       <description>Interquartile range for G FoV transits</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_selected_bp</name>
                       <description>Total number of BP observations selected for variability analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_obs_time_bp</name>
                       <description>Mean observation time for BP observations</description>
                       <unit>d</unit>
                       <ucd>time;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>time_duration_bp</name>
                       <description>Time duration of the BP time series</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>min_mag_bp</name>
                       <description>Minimum BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>max_mag_bp</name>
                       <description>Maximum BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_mag_bp</name>
                       <description>Mean BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>median_mag_bp</name>
                       <description>Median BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>range_mag_bp</name>
                       <description>Difference between the highest and lowest BP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>std_dev_mag_bp</name>
                       <description>Square root of the unweighted BP magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>skewness_mag_bp</name>
                       <description>Standardized unweighted BP magnitude skewness</description>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>kurtosis_mag_bp</name>
                       <description>Standardized unweighted BP magnitude kurtosis</description>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mad_mag_bp</name>
                       <description>Median Absolute Deviation (MAD) for BP observations</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>abbe_mag_bp</name>
                       <description>Abbe value for BP observations</description>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>iqr_mag_bp</name>
                       <description>Interquartile BP magnitude range</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_selected_rp</name>
                       <description>Total number of RP observations selected for variability analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_obs_time_rp</name>
                       <description>Mean observation time for RP observations</description>
                       <unit>d</unit>
                       <ucd>time;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>time_duration_rp</name>
                       <description>Time duration of the RP time series</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>min_mag_rp</name>
                       <description>Minimum RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>max_mag_rp</name>
                       <description>Maximum RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_mag_rp</name>
                       <description>Mean RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>median_mag_rp</name>
                       <description>Median RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>range_mag_rp</name>
                       <description>Difference between the highest and lowest RP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>std_dev_mag_rp</name>
                       <description>Square root of the unweighted RP magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>skewness_mag_rp</name>
                       <description>Standardized unweighted RP magnitude skewness</description>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>kurtosis_mag_rp</name>
                       <description>Standardized unweighted RP magnitude kurtosis</description>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mad_mag_rp</name>
                       <description>Median Absolute Deviation (MAD) for RP observations</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>abbe_mag_rp</name>
                       <description>Abbe value for RP observations</description>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>iqr_mag_rp</name>
                       <description>Interquartile RP magnitude range</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/DPAC curated external catalogues" esatapplus:size="2264263282" esatapplus:size_bytes="933802426368" type="base_table">
                    <name>gaiadr2.panstarrs1_original_valid</name>
                    <description>The Panoramic Survey Telescope and Rapid Response System (Pan-STARRS) is
        a system for wide-field astronomical imaging developed and operated by
        the Institute for Astronomy at the University of Hawaii. Pan-STARRS1
        (PS1) is the first part of Pan-STARRS to be completed and is the basis
        for Data Release 1 (DR1). The PS1 survey used a 1.8 meter telescope and
        its 1.4 Gigapixel camera to image the sky in five broadband filters (g,
        r, i, z, y).

        The current table contains a filtered subsample of the 10 723 304 629
        entries listed in the original ObjectThin table.
        We used only ObjectThin and MeanObject tables to extract
        panstarrs1OriginalValid table, this means that objects detected only in
        stack images are not included here. The main reason for us to avoid the
        use of objects detected in stack images is that their astrometry is not
        as good as the mean objects astrometry: “The stack positions (raStack,
        decStack) have considerably larger systematic astrometric errors than
        the mean epoch positions (raMean, decMean).” The astrometry for the
        MeanObject positions uses Gaia DR1 as a reference catalog, while the
        stack positions use 2MASS as a reference catalog.

        In details, we filtered out all objects where:

        -   nDetections = 1

        -   no good quality data in Pan-STARRS, objInfoFlag 33554432 not set

        -   mean astrometry could not be measured, objInfoFlag 524288 set

        -   stack position used for mean astrometry, objInfoFlag 1048576 set

        -   error on all magnitudes equal to 0 or to -999;

        -   all magnitudes set to -999;

        -   error on RA or DEC greater than 1 arcsec.

        The number of objects in panstarrs1OriginalValid is 2 264 263 282.

        The panstarrs1OriginalValid table contains only a subset of the columns
        available in the combined ObjectThin and MeanObject tables. A
        description of the original ObjectThin and MeanObjects tables can be
        found at:
        https://outerspace.stsci.edu/display/PANSTARRS/PS1+Database+object+and+detection+tables

        Download:
        http://mastweb.stsci.edu/ps1casjobs/home.aspx
        Documentation:
        https://outerspace.stsci.edu/display/PANSTARRS
        http://pswww.ifa.hawaii.edu/pswww/
        References:
        The Pan-STARRS1 Surveys, Chambers, K.C., et al. 2016, arXiv:1612.05560
        Pan-STARRS Data Processing System, Magnier, E. A., et al. 2016,
        arXiv:1612.05240
        Pan-STARRS Pixel Processing: Detrending, Warping, Stacking, Waters, C.
        Z., et al. 2016, arXiv:1612.05245
        Pan-STARRS Pixel Analysis: Source Detection and Characterization,
        Magnier, E. A., et al. 2016, arXiv:1612.05244
        Pan-STARRS Photometric and Astrometric Calibration, Magnier, E. A., et
        al. 2016, arXiv:1612.05242
        The Pan-STARRS1 Database and Data Products, Flewelling, H. A., et al.
        2016, arXiv:1612.05243

        Catalogue curator:
        SSDC - ASI Space Science Data Center
        https://www.ssdc.asi.it/</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>obj_name</name>
                       <description>IAU name </description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>obj_id</name>
                       <description>Unique Object Identifier</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>RA Mean</description>
                       <unit>deg</unit>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>DEC Mean</description>
                       <unit>deg</unit>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>RA Mean standard deviation </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>DEC Mean standard deviation</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_mean</name>
                       <description>Epoch Mean</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_mean_psf_mag</name>
                       <description>Mean magnitude in g filter</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_mean_psf_mag_error</name>
                       <description>Error in Mean magnitude in g filter</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_flags</name>
                       <description>g filter flags</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r_mean_psf_mag</name>
                       <description>Mean magnitude in r filter</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r_mean_psf_mag_error</name>
                       <description>Error in Mean magnitude in r filter</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r_flags</name>
                       <description>r filter flags</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>i_mean_psf_mag</name>
                       <description>Mean magnitude in i filter</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>i_mean_psf_mag_error</name>
                       <description>Error in Mean magnitude in i filter</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>i_flags</name>
                       <description>i filter flags</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>z_mean_psf_mag</name>
                       <description>Mean magnitude in z filter</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>z_mean_psf_mag_error</name>
                       <description>Error in Mean magnitude in z filter</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>z_flags</name>
                       <description>z filter flags</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>y_mean_psf_mag</name>
                       <description>Mean magnitude in y filter</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>y_mean_psf_mag_error</name>
                       <description>Error in Mean magnitude in y filter</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>y_flags</name>
                       <description>y filter flags</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_detections</name>
                       <description>Number of detections</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>zone_id</name>
                       <description>Local zone index</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>obj_info_flag</name>
                       <description>Object information flags</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>quality_flag</name>
                       <description>Object quality flags</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:size="1692919135" esatapplus:size_bytes="4906520690688" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Unique source designation (unique across all Data Releases)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>random_index</name>
                       <description>Random index used to select subsets</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="GAIADR2" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="GAIADR2" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of observations AC</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of good observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of bad observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_chi2_al</name>
                       <description>AL chi-square value</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_primary_flag</name>
                       <description>Primary or seconday</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_pseudo_colour</name>
                       <description>Astrometrically determined pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_pseudo_colour_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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_varpi_factor_al</name>
                       <description>Mean Parallax factor AL</description>
                       <ucd>arith.factor;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_matched_observations</name>
                       <description>Matched FOV transits used in the AGIS solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>visibility_periods_used</name>
                       <description>Number of visibility periods used in Astrometric solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>matched_observations</name>
                       <description>Amount of observations matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>duplicated_source</name>
                       <description>Source with duplicate sources</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux</name>
                       <description>G-band mean flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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;stat.mean;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux_over_error</name>
                       <description>G-band mean flux divided by its error</description>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_n_obs</name>
                       <description>Number of observations contributing to BP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_flux</name>
                       <description>Integrated BP mean flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_n_obs</name>
                       <description>Number of observations contributing to RP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_flux</name>
                       <description>Integrated RP mean flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_rp_excess_factor</name>
                       <description>BP/RP excess factor</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_proc_mode</name>
                       <description>Photometry processing mode</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bp_rp</name>
                       <description>BP - RP colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bp_g</name>
                       <description>BP - G colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_rp</name>
                       <description>G - RP colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radial_velocity</name>
                       <description>Radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radial_velocity_error</name>
                       <description>Radial velocity error</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rv_nb_transits</name>
                       <description>Number of transits used to compute radial velocity</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rv_template_logg</name>
                       <description>logg of the template used to compute radial velocity</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rv_template_fe_h</name>
                       <description>Fe/H of the template used to compute radial velocity</description>
                       <unit>'dex'</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_variable_flag</name>
                       <description>Photometric variability flag</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>priam_flags</name>
                       <description>flags for the Apsis-Priam results</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff_val</name>
                       <description>stellar effective temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff_percentile_lower</name>
                       <description>teffVal lower uncertainty</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff_percentile_upper</name>
                       <description>teffVal upper uncertainty</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_bp_min_rp_val</name>
                       <description>line-of-sight reddening E(BP-RP)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_bp_min_rp_percentile_lower</name>
                       <description>eBPminRPVal lower uncertainty</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_bp_min_rp_percentile_upper</name>
                       <description>eBPminRPVal upper uncertainty</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flame_flags</name>
                       <description>Flags for the Apsis-FLAME results</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_val</name>
                       <description>stellar radius</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_percentile_lower</name>
                       <description>radiusVal lower uncertainty</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_percentile_upper</name>
                       <description>radiusVal upper uncertainty</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_val</name>
                       <description>stellar luminosity</description>
                       <unit>solLum</unit>
                       <ucd>phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_percentile_lower</name>
                       <description>lumVal lower uncertainty</description>
                       <unit>solLum</unit>
                       <ucd>stat.value;phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_percentile_upper</name>
                       <description>lumVal upper uncertainty</description>
                       <unit>solLum</unit>
                       <ucd>stat.value;phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="64" esatapplus:ref="" std="false">
                       <name>datalink_url</name>
                       <description>datalink url</description>
                       <ucd>meta.ref.url</ucd>
                       <utype>Access.reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epoch_photometry_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="1692919135" esatapplus:size_bytes="148005724160" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ruwe</name>
                       <description>Renormalised unit weight error</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true" esatapplus:title="Gaia Data Release 3">
                 <name>gaiadr3</name>
                 <description>Gaia Data Release 3</description>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Data Release 3" esatapplus:size="1811709771" esatapplus:size_bytes="3646930329600" type="base_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.). Further array data types (spectra, epoch measurements) are presented separately via Datalink resources.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Unique source designation (unique across all Data Releases)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>random_index</name>
                       <description>Random index for use when selecting subsets</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="GAIADR3" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="GAIADR3" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its standard error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pm</name>
                       <description>Total proper motion</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax		</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_chi2_al</name>
                       <description>AL chi-square value</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_primary_flag</name>
                       <description>Primary or seconday</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pseudocolour</name>
                       <description>Astrometrically estimated pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_pseudocolour_corr</name>
                       <description>Correlation between parallax and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_matched_transits</name>
                       <description>Matched FOV transits used in the AGIS solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>visibility_periods_used</name>
                       <description>Number of visibility periods used in Astrometric solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>matched_transits</name>
                       <description>The number of transits matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ruwe</name>
                       <description>Renormalised unit weight error</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>duplicated_source</name>
                       <description>Source with multiple source identifiers</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_n_obs</name>
                       <description>Number of observations contributing to BP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_n_obs</name>
                       <description>Number of observations contributing to RP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_n_contaminated_transits</name>
                       <description>Number of BP contaminated transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_n_blended_transits</name>
                       <description>Number of BP blended transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_n_contaminated_transits</name>
                       <description>Number of RP contaminated transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_n_blended_transits</name>
                       <description>Number of RP blended transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_proc_mode</name>
                       <description>Photometry processing mode</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radial_velocity</name>
                       <description>Radial velocity </description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rv_method_used</name>
                       <description>Method used to obtain the radial velocity</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rv_nb_transits</name>
                       <description>Number of transits used to compute the radial velocity </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rv_nb_deblended_transits</name>
                       <description>Number of valid transits that have undergone deblending</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rv_renormalised_gof</name>
                       <description>Radial velocity renormalised goodness of fit</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vbroad</name>
                       <description>Spectral line broadening parameter</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vbroad_nb_transits</name>
                       <description>Number of transits used to compute vbroad</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>grvs_mag</name>
                       <description>Integrated Grvs magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>grvs_mag_error</name>
                       <description>Grvs magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>grvs_mag_nb_transits</name>
                       <description>Number of transits used to compute Grvs</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_variable_flag</name>
                       <description>Photometric variability flag</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot</name>
                       <description>Monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp_gspphot</name>
                       <description>Reddening $E(G_{\rm BP} - G_{\rm RP})$ from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp_gspphot_lower</name>
                       <description>Lower confidence level (16%) of reddening  $E(G_{\rm BP} - G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp_gspphot_upper</name>
                       <description>Upper confidence level (84%) of reddening  $E(G_{\rm BP} - G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Data Release 3" esatapplus:size="1811709771" esatapplus:size_bytes="2047358140416" type="base_table">
                    <name>gaiadr3.gaia_source_lite</name>
                    <description>This is a column-wise subset of the gaia_source table named gaia_source_lite. 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.). Further array data types (spectra, epoch measurements) are presented separately via Datalink resources.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>random_index</name>
                       <description>Random index for use when selecting subsets</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="GAIADR3" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="GAIADR3" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its standard error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pseudocolour</name>
                       <description>Astrometrically estimated pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ruwe</name>
                       <description>Renormalised unit weight error</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rv_nb_transits</name>
                       <description>Number of transits used to compute the radial velocity </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rv_renormalised_gof</name>
                       <description>Radial velocity renormalised goodness of fit</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_variable_flag</name>
                       <description>Photometric variability flag</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_qso_candidates</name>
                       <description>Flag indicating the availability of additional information in the QsoCandidates table</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_galaxy_candidates</name>
                       <description>Flag indicating the availability of additional information in the GalaxyCandidates table</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp_gspphot</name>
                       <description>Reddening $E(G_{\rm BP} - G_{\rm RP})$ from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Astrophysical parameters" esatapplus:size="1590932717" esatapplus:size_bytes="2130900590592" type="base_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 (see Chapter~\ref{chap:cu8par}). Additional parameters can be found in table {\tt AstrophysicalParametersSupp}.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot</name>
                       <description>Monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>abp_gspphot</name>
                       <description>Extinction in $G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>abp_gspphot_lower</name>
                       <description>Lower confidence level (16%) of extinction in $G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>abp_gspphot_upper</name>
                       <description>Upper confidence level (84%) of extinction in $G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>arp_gspphot</name>
                       <description>Extinction in $G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>arp_gspphot_lower</name>
                       <description>Lower confidence level (16%) of extinction in $G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>arp_gspphot_upper</name>
                       <description>Upper confidence level (84%) of extinction in $G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp_gspphot</name>
                       <description>Reddening $E(G_{\rm BP} - G_{\rm 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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp_gspphot_lower</name>
                       <description>Lower confidence level (16%) of reddening  $E(G_{\rm BP} - G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp_gspphot_upper</name>
                       <description>Upper confidence level (84%) of reddening  $E(G_{\rm BP} - G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mg_gspphot</name>
                       <description>Absolute magnitude $M_{\rm 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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mg_gspphot_lower</name>
                       <description>Lower confidence level (16%) of absolute magnitude $M_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mg_gspphot_upper</name>
                       <description>Upper confidence level (84%) of absolute magnitude $M_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mcmcaccept_gspphot</name>
                       <description>MCMC acceptance rate of GSP-Phot Aeneas MCMC best library</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt femGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Fe;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fem_gspspec_nlines</name>
                       <description>Number of lines used for [Fe/M] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fem_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Fe/M] abundance using N lines of the element, given in {\tt femGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt sifeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>sife_gspspec_nlines</name>
                       <description>Number of lines used for [Si/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>sife_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Si/Fe] abundance using N lines of the element, given in {\tt sifeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt cafeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>cafe_gspspec_nlines</name>
                       <description>Number of lines used for [Ca/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>cafe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Ca/Fe] abundance using N lines of the element, given in {\tt cafeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt tifeGspspecNlines}  </description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tife_gspspec_nlines</name>
                       <description>Number of lines used for [Ti/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tife_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Ti/Fe] abundance using N lines of the element, given in {\tt tifeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt mgfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mgfe_gspspec_nlines</name>
                       <description>Number of lines used for [Mg/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mgfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Mg/Fe] abundance using N lines of the element, given in {\tt mgfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt ndfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ndfe_gspspec_nlines</name>
                       <description>Number of lines used for [Nd/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ndfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Nd/Fe] abundance using N lines of the element, given in {\tt ndfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt feiimGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Fe;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>feiim_gspspec_nlines</name>
                       <description>Number of lines used for [FeII/M] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>feiim_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [FeII/M] abundance using N lines of the element, given in {\tt feiimGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt sfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>sfe_gspspec_nlines</name>
                       <description>Number of lines used for [S/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>sfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [S/Fe] abundance using N lines of the element, given in {\tt sfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt zrfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>zrfe_gspspec_nlines</name>
                       <description>Number of lines used for [Zr/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>zrfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Zr/Fe] abundance using N lines of the element, given in {\tt zrfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt nfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nfe_gspspec_nlines</name>
                       <description>Number of lines used for [N/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [N/Fe] abundance using N lines of the element, given in {\tt nfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt crfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>crfe_gspspec_nlines</name>
                       <description>Number of lines used for [Cr/Fe] abundance estimation</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>crfe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Cr/Fe] abundance using N lines of the element, given in {\tt crfeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt cefeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>cefe_gspspec_nlines</name>
                       <description>Number of lines used for [Ce/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>cefe_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Ce/Fe] abundance using N lines of the element, given in {\tt cefeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 {\tt nifeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nife_gspspec_nlines</name>
                       <description>Number of lines used for [Ni/Fe] abundance estimation</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nife_gspspec_linescatter</name>
                       <description>Uncertainty estimation of [Ni/Fe] abundance using N lines of the element, given in {\tt nifeGspspecNlines}</description>
                       <unit>'dex'</unit>
                       <ucd>stat.value;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dibp0_gspspec</name>
                       <description>Depth ($p_0$ parameter) of the DIB derived from a Gaussian model fit</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dibp2_gspspec</name>
                       <description>Width ($p_2$ parameter) of the DIB derived from a Gaussian model fit</description>
                       <unit>angstrom</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dibp2_gspspec_uncertainty</name>
                       <description>Uncertainty on the {\tt dibp2Gspspec} parameter </description>
                       <unit>angstrom</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dibqf_gspspec</name>
                       <description>Quality flag of the DIB computation</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags_gspspec</name>
                       <description>Catalogue flags for GSP-Spec MatisseGauguin </description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>classlabel_espels</name>
                       <description>Adopted ELS class label from ESP-ELS</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>classprob_espels_bestar</name>
                       <description>Probability from ESP-ELS of being a Be Star</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>classprob_espels_pne</name>
                       <description>Probability from ESP-ELS of being a planetary nebula</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_esphs</name>
                       <description>Monochromatic interstellar extinction, A$_\mathrm{0}$, from ESP-HS</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_esphs_uncertainty</name>
                       <description>Uncertainty at a 68% confidence level on A$_\mathrm{0}$ from ESP-HS</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ag_esphs_uncertainty</name>
                       <description>Uncertainty on $A_{\rm G}$ from ESP-HS</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp_esphs</name>
                       <description>Reddening $E(G_{\rm BP} - G_{\rm RP})$ from ESP-HS</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp_esphs_uncertainty</name>
                       <description>Uncertainty on $E(G_{\rm BP} - G_{\rm RP})$ from ESP-HS</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff_esphs</name>
                       <description>Effective temperature from ESP-HS</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags_esphs</name>
                       <description>Quality flag of the ESP-HS parametrisation</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>spectraltype_esphs</name>
                       <description>Spectral type from ESP-ELS</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags_espucd</name>
                       <description>Quality flags of the ESP-UCD parameter estimates</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_flame</name>
                       <description>Radius of the star from FLAME using {\tt teffGspphot} and {\tt lumFlame}</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_flame_lower</name>
                       <description>Lower confidence level (16%) of {\tt radiusFlame}</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_flame_upper</name>
                       <description>Upper confidence level (84%) of {\tt radiusFlame}</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_flame</name>
                       <description>Luminosity of the star from FLAME using G band magnitude, extinction ({\tt agGspphot}),  parallax or distance, and a bolometric correction {\tt bcFlame}</description>
                       <unit>solLum</unit>
                       <ucd>phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_flame_lower</name>
                       <description>Lower confidence level (16%) of {\tt lumFlame}</description>
                       <unit>solLum</unit>
                       <ucd>stat.value;phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_flame_upper</name>
                       <description>Upper confidence level (84%) of {\tt lumFlame}</description>
                       <unit>solLum</unit>
                       <ucd>stat.value;phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass_flame</name>
                       <description>Mass of the star from FLAME using stellar models, {\tt lumFlame}, and {\tt teffGspphot}</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass_flame_lower</name>
                       <description>Lower confidence level (16%) of {\tt massFlame}</description>
                       <unit>solMass</unit>
                       <ucd>stat.value;phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass_flame_upper</name>
                       <description>Upper confidence level (84%) of {\tt massFlame}</description>
                       <unit>solMass</unit>
                       <ucd>stat.value;phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>age_flame</name>
                       <description>Age of the star from FLAME using stellar models, see {\tt massFlame} for details</description>
                       <unit>Gyr</unit>
                       <ucd>time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>age_flame_lower</name>
                       <description>Lower confidence level (16%) of {\tt ageFlame}</description>
                       <unit>Gyr</unit>
                       <ucd>stat.value;time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>age_flame_upper</name>
                       <description>Upper confidence level (84%) of {\tt ageFlame} </description>
                       <unit>Gyr</unit>
                       <ucd>stat.value;time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags_flame</name>
                       <description>Flags indicating quality and processing information from FLAME</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>evolstage_flame</name>
                       <description>Evolutionary stage of the star from FLAME using stellar models, see {\tt massFlame} for details</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gravredshift_flame</name>
                       <description>Gravitational redshift from FLAME using {\tt radiusFlame} and {\tt loggGspphot}</description>
                       <unit>km.s**-1</unit>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gravredshift_flame_lower</name>
                       <description>Lower confidence level (16%) of {\tt gravredshiftFlame}</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gravredshift_flame_upper</name>
                       <description>Upper confidence level (84%) of {\tt gravredshiftFlame}</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bc_flame</name>
                       <description>Bolometric correction used to derive {\tt lumFlame}</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.bc</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_msc</name>
                       <description>Monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_msc_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_msc_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mcmcaccept_msc</name>
                       <description>Mean MCMC acceptance rate of MSC MCMC</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags_msc</name>
                       <description>Flag indicating quality information from MSC</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags_oa</name>
                       <description>Flags indicating quality and processing information from OA</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Astrophysical parameters" esatapplus:size="473020612" esatapplus:size_bytes="745725468672" type="base_table">
                    <name>gaiadr3.astrophysical_parameters_supp</name>
                    <description>This table contains additional parameters from the Apsis processing chain, compared to the main table {\tt AstrophysicalParameters} (see Chapter~\ref{chap:cu8par}), from modules that produce more than one result for a parameter. It contains (1) the individual library results from GSP-Phot (see Section~\ref{ssec:cu8par_apsis_gspphot_method}), (2) FLAME results from processing GSP-Spec parameters given in the {\tt AstrophysicalParameters} table (see Section~\ref{ssec:cu8par_apsis_flame}), and (3) results from the GSP-Spec ANN algorithm (see Section~\ref{ssec:cu8par_apsis_gspspec}).</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_marcs</name>
                       <description>Monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_marcs_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_marcs_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_phoenix</name>
                       <description>Monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_phoenix_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_phoenix_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_ob</name>
                       <description>Monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_ob_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_ob_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_a</name>
                       <description>Monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_a_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_gspphot_a_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction $A_0$ 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags_gspspec_ann</name>
                       <description>Catalogue flags for GSP-Spec ANN</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_flame_spec</name>
                       <description>Radius of the star from FLAME using {\tt teffGspspec} and {\tt lumFlameSpec}</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_flame_spec_lower</name>
                       <description>Lower confidence level (16%) of {\tt radiusFlameSpec}</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_flame_spec_upper</name>
                       <description>Upper confidence level (84%) of {\tt radiusFlameSpec}</description>
                       <unit>solRad</unit>
                       <ucd>stat.value;phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_flame_spec</name>
                       <description>Luminosity of the star from FLAME using G band magnitude, extinction ({\tt agGspphot}),  parallax and a bolometric correction {\tt bcFlameSpec}</description>
                       <unit>solLum</unit>
                       <ucd>phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_flame_spec_lower</name>
                       <description>Lower confidence level (16%) of {\tt lumFlameSpec}</description>
                       <unit>solLum</unit>
                       <ucd>stat.value;phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_flame_spec_upper</name>
                       <description>Upper confidence level (84%) of {\tt lumFlameSpec} </description>
                       <unit>solLum</unit>
                       <ucd>stat.value;phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass_flame_spec</name>
                       <description>Mass of the star from FLAME using stellar models,  {\tt lumFlameSpec} and {\tt teffGspspec}</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass_flame_spec_lower</name>
                       <description>Lower confidence level (16%) of {\tt massFlameSpec}</description>
                       <unit>solMass</unit>
                       <ucd>stat.value;phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass_flame_spec_upper</name>
                       <description>Upper confidence level (84%) of {\tt massFlameSpec}</description>
                       <unit>solMass</unit>
                       <ucd>stat.value;phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>age_flame_spec</name>
                       <description>Age of the star from FLAME using stellar models, see {\tt massFlameSpec} for details</description>
                       <unit>Gyr</unit>
                       <ucd>time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>age_flame_spec_lower</name>
                       <description>Lower confidence level (16%) of {\tt ageFlameSpec}</description>
                       <unit>Gyr</unit>
                       <ucd>stat.value;time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>age_flame_spec_upper</name>
                       <description>Upper confidence level (84%) of {\tt ageFlameSpec}</description>
                       <unit>Gyr</unit>
                       <ucd>stat.value;time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>evolstage_flame_spec</name>
                       <description>Evolutionary stage of the star from FLAME using stellar models, see {\tt massFlameSpec} for details</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gravredshift_flame_spec_lower</name>
                       <description>Lower confidence interval of {\tt gravredshiftFlameSpec}</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>gravredshift_flame_spec_upper</name>
                       <description>Upper confidence interval of {\tt gravredshiftFlameSpec}</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bc_flame_spec</name>
                       <description>Bolometric correction applied to derive {\tt lumFlameSpec} using GSP-Spec parameters</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.bc</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Astrophysical parameters" esatapplus:size="900" esatapplus:size_bytes="434176" type="base_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: {\tt OaNeuronXpSpectra}. See Section~\ref{ssec:cu8par_apsis_oa} for further details.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>som_id</name>
                       <description>Self-Organized Map identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>neuron_id</name>
                       <description>Neuron identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>hits</name>
                       <description>Number of sources populating the neuron</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>class_label</name>
                       <description>Astronomical class estimated for the neuron</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bp_mag_mean</name>
                       <description>Mean $G_{\rm BP}$ value for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bp_mag_std_dev</name>
                       <description>Standard deviation of $G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bp_mag_min</name>
                       <description>Minimum value of $G_{\rm BP}$ for the sources that belong to the neuron </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bp_mag_max</name>
                       <description>Maximum value of $G_{\rm BP}$ for the sources that belong to the neuron </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rp_mag_mean</name>
                       <description>Mean $G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rp_mag_std_dev</name>
                       <description>Standard deviation of $G_{\rm 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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rp_mag_min</name>
                       <description>Minimum value of $G_{\rm RP}$ for the sources that belong to the neuron  </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rp_mag_max</name>
                       <description>Maximum value of $G_{\rm RP}$ for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>template_name</name>
                       <description>Name of the template used to describe the neuron</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>distance_percentile25</name>
                       <description>25th percentile value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>distance_percentile50</name>
                       <description>50th percentile value for the intra-neuron distance distribution </description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>distance_percentile68</name>
                       <description>68th percentile value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>distance_percentile75</name>
                       <description>75th percentile value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>distance_percentile95</name>
                       <description>95th percentile value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>distance_skew</name>
                       <description>Skewness value for the intra-neuron distance distribution </description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>distance_kurtosis</name>
                       <description>Kurtosis value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>distance_fwhm_norm</name>
                       <description>Normalized FWHM value for the intra-neuron distance distribution</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bprp_colour_mean</name>
                       <description>Mean value of the $G_{\rm BP}-G_{\rm RP}$ colour for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.color;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bprp_colour_std_dev</name>
                       <description>Standard deviation of the $G_{\rm BP}-G_{\rm RP}$ colour for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bprp_colour_min</name>
                       <description>Minimum value of the $G_{\rm BP}-G_{\rm RP}$ colour for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.color;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bprp_colour_max</name>
                       <description>Maximum value of the $G_{\rm BP}-G_{\rm RP}$ colour for the sources that belong to the neuron</description>
                       <unit>mag</unit>
                       <ucd>phot.color;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Astrophysical parameters" esatapplus:size="78300" esatapplus:size_bytes="7241728" type="base_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: {\tt OaNeuronInformation}. See Section~\ref{ssec:cu8par_apsis_oa} for further details.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>neuron_id</name>
                       <description>Neuron identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xp_spectrum_prototype_flux</name>
                       <description>Normalised flux at wavelength {\tt xpSpectrumPrototypeWavelength} for the preprocessed XP spectrum that best represents the neuron (prototype) </description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xp_spectrum_template_flux</name>
                       <description>Normalised flux at wavelength {\tt xpSpectrumPrototypeWavelength} for the preprocessed XP spectrum corresponding to the neuron template  </description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Astrophysical parameters" esatapplus:size="4177920" esatapplus:size_bytes="432635904" type="base_table">
                    <name>gaiadr3.total_galactic_extinction_map</name>
                    <description>This table provides the Total Galactic Extinction (TGE) map for extinction parameters $A_0$ describing the effective total Galactic extinction and related uncertainties at four separate HEALPix levels, namely levels 6 to 9. For further details see Section \ref{ssec:cu8par_apsis_tge} of the online documentation.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>healpix_id</name>
                       <description>HEALPix identification</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>healpix_level</name>
                       <description>HEALPix level used </description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a0</name>
                       <description>Mean $A_0$ extinction parameter</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.coeff</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a0_uncertainty</name>
                       <description>Uncertainty for the mean $A_0$</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption.coeff</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a0_min</name>
                       <description>Minimum $A_0$ value used for the HEALPix of interest</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.coeff;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a0_max</name>
                       <description>Maximum $A_0$ value used for the HEALPix of interest</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.coeff;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_tracers_used</name>
                       <description>Number of tracers used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>status</name>
                       <description>Exit status for TGE</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Astrophysical parameters" esatapplus:size="3145728" esatapplus:size_bytes="259596288" type="base_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 {{TotalGalacticExtinctionMap}} 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 {{TotalGalacticExtinctionMap}}. For further details see Section \ref{ssec:cu8par_apsis_tge} of the online documentation.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>healpix_id</name>
                       <description>HEALPix identification</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a0</name>
                       <description>Median A$_0$ extinction parameter</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.coeff</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a0_uncertainty</name>
                       <description>Uncertainty for the mean A$_0$</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption.coeff</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_tracers_used</name>
                       <description>Number of tracers used</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>status</name>
                       <description>Exit status for TGE</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Auxiliary" esatapplus:size="8967691" esatapplus:size_bytes="1109098496" type="base_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 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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>jd_time</name>
                       <description>Time [Julian Date in TCB at Gaia - 2455197.5]</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bjd_fov1</name>
                       <description>Time [Julian Date in TCB at barycentre for FOV1 - 2455197.5]</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bjd_fov2</name>
                       <description>Time [Julian Date in TCB at barycentre for FOV2 - 2455197.5]</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>obmt_time</name>
                       <description>Time at Gaia (OBMT)</description>
                       <unit>ns</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_fov1</name>
                       <description>Right Ascension of FOV1 centre</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_fov1</name>
                       <description>Declination of FOV1 centre</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>heal_pix_fov1</name>
                       <description>FOV1 HEALPix level 12</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>scan_angle_fov1</name>
                       <description>Scan position angle of FOV1</description>
                       <unit>deg</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_fov2</name>
                       <description>Right ascension of FOV2 centre</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_fov2</name>
                       <description>Declination of FOV2 centre</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>heal_pix_fov2</name>
                       <description>FOV2 HEALPix level 12</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>scan_angle_fov2</name>
                       <description>Scan position angle of FOV2</description>
                       <unit>deg</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="324115003" esatapplus:size_bytes="46663507968" type="base_table">
                    <name>gaiadr3.allwise_best_neighbour</name>
                    <description>&lt;p&gt;allWISE 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 allWISE.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="324116921" esatapplus:size_bytes="49607491584" type="base_table">
                    <name>gaiadr3.allwise_neighbourhood</name>
                    <description>&lt;p&gt;allWISE 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. &lt;br/&gt;
        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 
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="74904012" esatapplus:size_bytes="10785497088" type="base_table">
                    <name>gaiadr3.apassdr9_best_neighbour</name>
                    <description>&lt;p&gt;Table &lt;tt&gt;Apassdr9BestNeighbour&lt;/tt&gt; 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&amp;#160;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.&lt;/p&gt;
        &lt;p&gt;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.&lt;/p&gt;
        &lt;p&gt;Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="61176401" esatapplus:size_bytes="5458771968" type="base_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
        sourceId (originalExtSourceId) to the corresponding additional numerical
        identifier (cleanApassdr9Oid).

        Both originalExtSourceId and cleanApassdr9Oid are present in the
        cross-match output tables (Apassdr9BestNeighbour and
        Apassdr9Neighbourhood). However, in case there are suspected duplicates
        in the external catalogue, different originalExtSourceId will correspond
        to the same cleanApassdr9Oid.

        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 in all matching suspected duplicates should instead use
        the cleanApassdr9Oid 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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="76274759" esatapplus:size_bytes="11674353664" type="base_table">
                    <name>gaiadr3.apassdr9_neighbourhood</name>
                    <description>&lt;p&gt;Table &lt;tt&gt;Apassdr9Neighbourhood&lt;/tt&gt; 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&amp;#160;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.&lt;/p&gt;
        &lt;p&gt;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.&lt;/p&gt;
        &lt;p&gt;Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="2113601284" esatapplus:size_bytes="431391416320" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dr2_source_id</name>
                       <description>Source identifier in Gaia DR2</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dr3_source_id</name>
                       <description>Source identifier in Gaia E/DR3</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between the two sources</description>
                       <unit>mas</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="893811527" esatapplus:size_bytes="121267200000" type="base_table">
                    <name>gaiadr3.gsc23_best_neighbour</name>
                    <description>&lt;p&gt;GSC2.3 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 GSC2.3.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="945592683" esatapplus:size_bytes="63126446080" type="base_table">
                    <name>gaiadr3.gsc23_join</name>
                    <description>Convenience table to be used to join GSC 2.3 catalogue with the
        cross-match results. The table links the external catalogue original
        sourceId (originalExtSourceId) to the corresponding the additional
        numerical identifier (cleanGsc23Oid).
        Both originalExtSourceId and cleanGsc23Oid are present in the
        cross-match output tables (gsc23BestNeighbour and gsc23Neighbourhood).
        However, in case there are suspected duplicates in the external
        catalogue, different originalExtSourceId will correspond to the same
        cleanGsc23Oid.
        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 cleanGsc23Oid 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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="896358993" esatapplus:size_bytes="129753210880" type="base_table">
                    <name>gaiadr3.gsc23_neighbourhood</name>
                    <description>&lt;p&gt;GSC2.3 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. &lt;br/&gt;
        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 
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="99525" esatapplus:size_bytes="11960320" type="base_table">
                    <name>gaiadr3.hipparcos2_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="100010" esatapplus:size_bytes="13762560" type="base_table">
                    <name>gaiadr3.hipparcos2_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="951450474" esatapplus:size_bytes="129087373312" type="base_table">
                    <name>gaiadr3.panstarrs1_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="2264263282" esatapplus:size_bytes="202012549120" type="base_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
        sourceId (originalExtSourceId) to the corresponding the additional
        numerical identifier (cleanPanstarrs1Oid).
        Both originalExtSourceId and cleanPanstarrs1Oid are present in the
        cross-match output tables (panstarrs1BestNeighbour and
        panstarrs1Neighbourhood). However, in case there are suspected
        duplicates in the external catalogue, different originalExtSourceId will
        correspond to the same cleanPanstarrs1Oid.
        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 cleanPanstarrs1Oid 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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="951850826" esatapplus:size_bytes="145680252928" type="base_table">
                    <name>gaiadr3.panstarrs1_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="450659" esatapplus:size_bytes="65019904" type="base_table">
                    <name>gaiadr3.ravedr5_best_neighbour</name>
                    <description>&lt;p&gt;RAVE DR5 BestNeighbour table lists 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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="457555" esatapplus:size_bytes="52838400" type="base_table">
                    <name>gaiadr3.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
        sourceId (originalExtSourceId) to the corresponding the additional
        numerical identifier (cleanRavedr5Oid).
        Both originalExtSourceId and cleanRavedr5Oid are present in the
        cross-match output tables (ravedr5BestNeighbour and
        ravedr5Neighbourhood). However, in case there are suspected duplicates
        in the external catalogue, different originalExtSourceId will correspond
        to the same cleanRavedr5Oid.
        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 cleanRavedr5Oid 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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="456422" esatapplus:size_bytes="69992448" type="base_table">
                    <name>gaiadr3.ravedr5_neighbourhood</name>
                    <description>&lt;p&gt;RAVE DR5 Neighbourhood table includes 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. &lt;br/&gt;
        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 
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="450597" esatapplus:size_bytes="101654528" type="base_table">
                    <name>gaiadr3.ravedr6_best_neighbour</name>
                    <description>Table {\tt 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:\\
        \citet{DR1-DPACP-17}\\
        \citet{DR2-DPACP-41}\\</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ravedr6_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="518387" esatapplus:size_bytes="63242240" type="base_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 ({\tt originalExtSourceId}) to the corresponding additional numerical identifier ({\tt ravedr6Oid}).

        Both {\tt originalExtSourceId} and {\tt ravedr6Oid} are present in the cross-match output tables ({\tt Ravedr6BestNeighbour} and {\tt Ravedr6Neighbourhood}).

        However, in case there are suspected duplicates in the external catalogue, different {\tt originalExtSourceId} will correspond to the same {\tt ravedr6Oid}.
        In the cross-match output table only the {\tt originalExtSourceId} of the source with the best astrometry among the suspected duplicates will be listed.

        In practice, users may use the {\tt 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 {\tt ravedr6Oid} in the join with the cross-match result tables.

        See Chapter~\ref{chap:crossmatch}, for more details on the duplicates in the external catalogues and their treatment in the cross-match computations.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ravedr6_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="456370" esatapplus:size_bytes="110370816" type="base_table">
                    <name>gaiadr3.ravedr6_neighbourhood</name>
                    <description>Table {\tt 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:\\
        \citet{DR1-DPACP-17}\\
        \citet{DR2-DPACP-41}\\</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>ravedr6_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="128130925" esatapplus:size_bytes="17384472576" type="base_table">
                    <name>gaiadr3.sdssdr13_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="468180930" esatapplus:size_bytes="41770647552" type="base_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 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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="128251974" esatapplus:size_bytes="19629088768" type="base_table">
                    <name>gaiadr3.sdssdr13_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="446161579" esatapplus:size_bytes="56948940800" type="base_table">
                    <name>gaiadr3.skymapperdr2_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="504910161" esatapplus:size_bytes="29649117184" type="base_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, [chap:crossmatch], for more
        details on the catalogue.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="446297242" esatapplus:size_bytes="64603807744" type="base_table">
                    <name>gaiadr3.skymapperdr2_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="469051627" esatapplus:size_bytes="67530227712" type="base_table">
                    <name>gaiadr3.tmass_psc_xsc_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="471063502" esatapplus:size_bytes="94712446976" type="base_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
        sourceId (originalExtSourceId) to the corresponding the additional
        numerical identifier (cleanTmassPscXscOid).
        Both originalExtSourceId and cleanTmassPscXscOid are present in the
        cross-match output tables (tmassPscXscBestNeighbour and
        tmassPscXscNeighbourhood). However, in case there are suspected
        duplicates in the external catalogue, different originalExtSourceId will
        correspond to the same cleanTmassPscXscOid.
        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 cleanTmassPscXscOid 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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_psc_source_id</name>
                       <description>Original 2MASS PSC source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_xsc_source_id</name>
                       <description>Original 2MASS XSC source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="469600014" esatapplus:size_bytes="71873429504" type="base_table">
                    <name>gaiadr3.tmass_psc_xsc_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="2518330" esatapplus:size_bytes="285261824" type="base_table">
                    <name>gaiadr3.tycho2tdsc_merge_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tycho2tdsc_merge_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="2536896" esatapplus:size_bytes="367435776" type="base_table">
                    <name>gaiadr3.tycho2tdsc_merge_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tycho2tdsc_merge_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="227682906" esatapplus:size_bytes="30892376064" type="base_table">
                    <name>gaiadr3.urat1_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Data Release 3/Cross match" esatapplus:size="227683310" esatapplus:size_bytes="34848628736" type="base_table">
                    <name>gaiadr3.urat1_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Extra-galactic" esatapplus:size="4842342" esatapplus:size_bytes="1826111488" type="base_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. Please refer to Chapter~\ref{chap:cu3qso} of the on-line documentation for details about how this table was built, its content, and for recommendations regarding its exploitation.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vari_best_class_name</name>
                       <description>Name of best class, see table VariClassifierClassDefinition for details of the class</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vari_best_class_score</name>
                       <description>Score of the best class</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>redshift_ugc</name>
                       <description>Redshift from UGC</description>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>redshift_ugc_lower</name>
                       <description>Redshift prediction lower limit from UGC</description>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>redshift_ugc_upper</name>
                       <description>Redshift prediction upper limit from UGC</description>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_transits</name>
                       <description>Number of transits used for the morphological analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ellipticity_sersic</name>
                       <description>Fitted ellipticity of source for the Sersic Profile</description>
                       <ucd>src.ellipticity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_sersic</name>
                       <description>Fitted Sersic Index for Sersic Profile</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_sersic_error</name>
                       <description>Error on the fitted Sersic Index for Sersic Profile</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>l2_sersic</name>
                       <description>L2 norm for the Sersic Profile</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ellipticity_de_vaucouleurs</name>
                       <description>Fitted ellipticity of source for the de Vaucouleurs Profile</description>
                       <ucd>src.ellipticity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>l2_de_vaucouleurs</name>
                       <description>L2 norm for the de Vaucouleurs Profile</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Extra-galactic" esatapplus:size="914837" esatapplus:size_bytes="103546880" type="base_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 {\tt GalaxyCandidates}.

        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 \texttt{catalogueId}. For DR3 the only input list corresponds to that published in~\cite{2022Krone-Martins}. Further details on these catalogues are given in the chapter on extended object processing (Section~\ref{sec:cu4eo_list}).</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Extra-galactic" esatapplus:size="6649162" esatapplus:size_bytes="2780995584" type="base_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. Please refer to Chapter~\ref{chap:cu3qso} of the on-line documentation for details about how this table was built, its content, and for recommendations regarding its exploitation.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vari_best_class_name</name>
                       <description>Name of best class, see table VariClassifierClassDefinition for details of the class</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vari_best_class_score</name>
                       <description>Score of the best class</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fractional_variability_g</name>
                       <description>Fractional variability in the G band</description>
                       <ucd>src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>qso_variability</name>
                       <description>Quasar variability metric in the G band</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>non_qso_variability</name>
                       <description>Non-quasar variability metric in the G band</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>redshift_qsoc</name>
                       <description>Redshift from QSOC</description>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>redshift_qsoc_lower</name>
                       <description>Redshift lower confidence level from QSOC</description>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>redshift_qsoc_upper</name>
                       <description>Redshift upper confidence level from QSOC</description>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>zscore_qsoc</name>
                       <description>Redshift zscore from QSOC</description>
                       <ucd>stat.value;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_transits</name>
                       <description>Number of transits used for the morphological analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>intensity_quasar</name>
                       <description>Fitted intensity of the quasar at its center</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>intensity_quasar_error</name>
                       <description>Error on the fitted intensity of the quasar at its center</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>sersic_index</name>
                       <description>Fitted sersic Index</description>
                       <ucd>src.morph.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>sersic_index_error</name>
                       <description>Error on the fitted sersic Index</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ellipticity_hostgalaxy</name>
                       <description>Fitted ellipticity of the host galaxy</description>
                       <ucd>src.ellipticity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>posangle_hostgalaxy</name>
                       <description>Fitted position angle of the host galaxy</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>l2_norm</name>
                       <description>L2 norm for the fitted Sersic profile</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Extra-galactic" esatapplus:size="2722093" esatapplus:size_bytes="290136064" type="base_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 \texttt{QsoCandidates}.

        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 \texttt{catalogueId}. For DR3 the following applies:
        \begin{itemize}
        \item 1: CU7 GaiaVariQso2018
        \item 2: ICRF2 	
        \item 3: SDSS-DR12Q 	
        \item 4: LQAC3 	
        \item 5: Half Million Quasars 	
        \item 6: Secrest+2015 	
        \item 7: Assef+2018\_R90
        \end{itemize}

        Further details on these catalogues are given in the chapter on extended object processing (\secref{sec:cu4eo_list}).</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Data Release 3/Non-single stars" esatapplus:size="338215" esatapplus:size_bytes="188276736" type="base_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 \texttt{nssSolutionType}. 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 \texttt{bitIndex}, which can also be used to extract the relevant elements of the correlation vector \texttt{corrVec}. Details about the formalism used to derive the parameters in this table are given in the on-line documentation, see Chapter~\ref{chap:cu4nss}.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nss_solution_type</name>
                       <description>NSS model adopted</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>accel_ra</name>
                       <description>Acceleration in RA</description>
                       <unit>mas.yr**-2</unit>
                       <ucd>phys.acceleration</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>accel_dec</name>
                       <description>Acceleration in DEC</description>
                       <unit>mas.yr**-2</unit>
                       <ucd>phys.acceleration</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_al</name>
                       <description>Total astrometric CCD observations in AL considered</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>corr_vec</name>
                       <description>Vector form of the upper triangle of the correlation matrix</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>obj_func</name>
                       <description>Value of the objective function at the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>goodness_of_fit</name>
                       <description>Goodness of fit in the Hipparcos sense</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags</name>
                       <description>Quality flag for the achieved NSS solution</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Non-single stars" esatapplus:size="56808" esatapplus:size_bytes="13025280" type="base_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 \texttt{nssSolutionType}. 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 \texttt{bitIndex}, which can also be used to extract the relevant elements of the correlation vector \texttt{corrVec}. Details about the formalism used to derive the parameters in this table are given in the on-line documentation, see Chapter~\ref{chap:cu4nss}.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nss_solution_type</name>
                       <description>NSS model adopted</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_velocity</name>
                       <description>Mean velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>corr_vec</name>
                       <description>Vector form of the upper triangle of the correlation matrix</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>obj_func</name>
                       <description>Value of the objective function at the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>goodness_of_fit</name>
                       <description>Goodness of fit in the Hipparcos sense</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags</name>
                       <description>Quality flag for the achieved NSS solution</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Data Release 3/Non-single stars" esatapplus:size="443205" esatapplus:size_bytes="406888448" type="base_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 \texttt{nssSolutionType}. 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 \texttt{bitIndex}, which can also be used to extract the relevant elements of the correlation vector \texttt{corrVec}. Details about the formalism used to derive the parameters in this table are given in the on-line documentation, see Chapter~\ref{chap:cu4nss}. Warning: as a source may receive independent astrometric, spectroscopic or photometric orbits, a query using a given sourceId may return several solutions. This has to be accounted for when doing a crossmatch by sourceId.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>nss_solution_type</name>
                       <description>NSS model adopted</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a_thiele_innes</name>
                       <description>Thiele-Innes element A</description>
                       <unit>mas</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>b_thiele_innes</name>
                       <description>Thiele-Innes element B</description>
                       <unit>mas</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>f_thiele_innes</name>
                       <description>Thiele-Innes element F</description>
                       <unit>mas</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_thiele_innes</name>
                       <description>Thiele-Innes element G</description>
                       <unit>mas</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>period</name>
                       <description>Orbital Period</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>period_error</name>
                       <description>Standard error of Orbital Period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>t_periastron</name>
                       <description>Periastron epoch</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>eccentricity</name>
                       <description>eccentricity</description>
                       <ucd>src.orbital.eccentricity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>eccentricity_error</name>
                       <description>Standard error of eccentricity</description>
                       <ucd>stat.error;src.orbital.eccentricity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass_ratio</name>
                       <description>Mass ratio</description>
                       <ucd>phys.mass;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass_ratio_error</name>
                       <description>Standard error of Mass ratio</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fill_factor_primary</name>
                       <description>Fill factor of primary</description>
                       <ucd>src.morph.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fill_factor_primary_error</name>
                       <description>Standard error of Fill factor of primary</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fill_factor_secondary</name>
                       <description>Fill factor of secondary</description>
                       <ucd>src.morph.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fill_factor_secondary_error</name>
                       <description>Standard error of Fill factor of secondary</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>inclination</name>
                       <description>Orbital inclination</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.inclination</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>arg_periastron</name>
                       <description>Argument of periastron</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.periastron</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>temperature_ratio</name>
                       <description>Ratio of the effective temperatures</description>
                       <ucd>phys.temperature;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_al</name>
                       <description>Total astrometric CCD observations in AL considered</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_n_obs</name>
                       <description>Total number of G photometry measurements considered</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>corr_vec</name>
                       <description>Vector form of the upper triangle of the correlation matrix (column-major ordered)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>obj_func</name>
                       <description>value of the objective function at the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>goodness_of_fit</name>
                       <description>goodness of fit in the Hipparcos sense</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>efficiency</name>
                       <description>Efficiency of the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags</name>
                       <description>Quality flag for the achieved NSS solution</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>input_period_error</name>
                       <description>Standard error of the period taken from VariEclipsingBinary.frequencyError</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_rank</name>
                       <description>Rank of the G-band solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_jitter</name>
                       <description>Uncorrelated astrometric jitter term</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Data Release 3/Non-single stars" esatapplus:size="870" esatapplus:size_bytes="704512" type="base_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 \texttt{nssSolutionType}. 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 \texttt{bitIndex}, which can also be used to extract the relevant elements of the correlation vector \texttt{corrVec}. For DR3, only VIMF solutions are provided here. Details about the formalism used to derive the parameters in this table are given in the on-line documentation, see Chapter~\ref{chap:cu4nss}.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nss_solution_type</name>
                       <description>NSS model adopted</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vim_d_ra</name>
                       <description>VIM coordinate in RA</description>
                       <unit>mas</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vim_d_dec</name>
                       <description>VIM coordinate in DEC</description>
                       <unit>mas</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_al</name>
                       <description>Total astrometric CCD observations in AL considered</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>corr_vec</name>
                       <description>Vector form of the upper triangle of the correlation matrix</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>obj_func</name>
                       <description>Value of the objective function at the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>goodness_of_fit</name>
                       <description>Goodness of fit in the Hipparcos sense</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>efficiency</name>
                       <description>Efficiency of the solution</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags</name>
                       <description>Quality flag for the achieved NSS solution</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Performance verification" esatapplus:size="195315" esatapplus:size_bytes="39927808" type="base_table">
                    <name>gaiadr3.binary_masses</name>
                    <description>Masses derived from the non-single stars (NSS) solutions with orbital parameters in table {\tt gaiadr3.nss\_two\_body\_orbit}. The table below is described in detail in \cite{DR3-DPACP-100}. The table presents the different types of NSS orbital solutions combined and which parameters each combination allows to constrain: 

        \begin{tabular}{llccc} 
        \hline\hline
        {\tt combinationMethod} &amp; {\tt m1} &amp; {\tt m2} &amp; {\tt fluxratio} \\ 
        \hline
        Orbital+SB2               &amp; \checkmark &amp; \checkmark &amp; \checkmark \\
        EclipsingSpectro(SB2)  &amp; \checkmark &amp; \checkmark &amp; \\
        Eclipsing+SB2           &amp; \checkmark &amp; \checkmark &amp; \\
        AstroSpectroSB1+M1   &amp; &amp; \checkmark &amp; \checkmark \\
        Orbital+SB1+M1         &amp; &amp; \checkmark &amp; \checkmark \\
        EclipsingSpectro+M1  &amp; &amp; \checkmark &amp; \\
        Eclipsing+SB1+M1     &amp; &amp; \checkmark &amp; \\
        SB2+M1                  &amp; &amp; \checkmark &amp; \\
        Orbital+M1                &amp; &amp; lower/upper &amp; \\
        SB1+M1               &amp; &amp; lower &amp; \\
        \hline
        \end{tabular}</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>m1</name>
                       <description>Primary mass</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>m1_lower</name>
                       <description>Lower confidence level (16%) of the primary mass</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>m1_upper</name>
                       <description>Upper confidence level (84%) of the primary mass</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>m2</name>
                       <description>Secondary mass</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>m2_lower</name>
                       <description>Lower confidence level (16%) of the secondary mass</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>m2_upper</name>
                       <description>Upper confidence level (84%) of the secondary mass</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fluxratio</name>
                       <description>Flux ratio of the secondary to the primary in the G-band</description>
                       <ucd>phys.luminosity;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fluxratio_lower</name>
                       <description>Lower value of the flux ratio</description>
                       <ucd>stat.value;phys.luminosity;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fluxratio_upper</name>
                       <description>Upper value of the flux ratio</description>
                       <ucd>stat.value;phys.luminosity;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>combination_method</name>
                       <description>Combination of NSS solutions used</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>m1_ref</name>
                       <description>Reference for the primary mass</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flag</name>
                       <description>Flag</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Performance verification" esatapplus:size="5591594" esatapplus:size_bytes="2117967872" type="base_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 \cite{DR3-DPACP-104}.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vz_med</name>
                       <description>Median vertical velocity.</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ecc_med</name>
                       <description>Median orbital eccentricity computed assuming the Staeckel approximation.</description>
                       <ucd>stat;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Performance verification" esatapplus:size="15740" esatapplus:size_bytes="606208" type="base_table">
                    <name>gaiadr3.gold_sample_carbon_stars</name>
                    <description>List of \textit{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 \citep{DR3-DPACP-123}.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Performance verification" esatapplus:size="3273041" esatapplus:size_bytes="1032847360" type="base_table">
                    <name>gaiadr3.gold_sample_fgkm_stars</name>
                    <description>Stellar astrophysical parameters of the golden sample of F, G, K, and M stars from \cite{DR3-DPACP-123}.  Values are identical to the ones in the \texttt{astrophysical\_parameters} and \texttt{astrophysical\_parameters\_supp} tables, but only those values retained after filtering are copied over.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mh_gspphot</name>
                       <description>Global metallicity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp_gspphot</name>
                       <description>Reddening E(BP-RP) from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>phys.abund;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>phys.temperature.effective;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>phys.gravity;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>phys.abund.Fe;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_flame</name>
                       <description>Radius of the star derived from FLAME using teffGspphot and lumFlame</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>evolstage_flame</name>
                       <description>Evolutionary stage of the star derived from FLAME using stellar models, see massFlame for details</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_flame_spec</name>
                       <description>Radius of the star from FLAME using teffGspspec and lumFlameSpec</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_flame_spec</name>
                       <description>Luminosity of the star from FLAME using G band magnitude, extinction (agGspphot),  parallax and a bolometric correction (bcFlameSpec)</description>
                       <unit>solLum</unit>
                       <ucd>phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass_flame_spec</name>
                       <description>Mass of the star from FLAME using stellar models, lumFlameSpec, and teffGspspec</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>age_flame_spec</name>
                       <description>Age of the star from FLAME using stellar models, see massFlameSpec for details</description>
                       <unit>Gyr</unit>
                       <ucd>time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>evolstage_flame_spec</name>
                       <description>Evolutionary stage of the star derived from FLAME using stellar models, see massFlameSpec for details</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>spectraltype_esphs</name>
                       <description>Spectral type from ESP-HS</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Performance verification" esatapplus:size="3023388" esatapplus:size_bytes="202113024" type="base_table">
                    <name>gaiadr3.gold_sample_oba_stars</name>
                    <description>List of \textit{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 \textit{Gaia} DR3 catalogue, various filters were applied in order to reduce as much as possible the pollution from other types of targets. See \cite{DR3-DPACP-123} for more details.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vtan_flag</name>
                       <description>Flag indicating whether the tangential velocity is above 180 km/s</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Performance verification" esatapplus:size="5863" esatapplus:size_bytes="245760" type="base_table">
                    <name>gaiadr3.gold_sample_solar_analogues</name>
                    <description>\textit{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 \cite{DR3-DPACP-123}.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Performance verification" esatapplus:size="111" esatapplus:size_bytes="57344" type="base_table">
                    <name>gaiadr3.gold_sample_spss</name>
                    <description>Recommended parameters for the Gaia Spectro-Photometric Standard stars \citep{2021MNRAS.503.3660P}, selected as described in \cite{DR3-DPACP-123}, from the available parameters produced by CU8 \citep{DR3-DPACP-157} and CU6 \citep{DR3-DPACP-159}.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>spss_id</name>
                       <description>SPSS identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>spss_name</name>
                       <description>SPSS adopted name</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>spectraltype</name>
                       <description>Spectral type</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bin_flag</name>
                       <description>Binary flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>var_flag</name>
                       <description>Variability flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff</name>
                       <description>Best effective temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff_error</name>
                       <description>Uncertainty of the best effective temperature</description>
                       <unit>K</unit>
                       <ucd>stat.error;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>logg</name>
                       <description>Best surface gravity</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>logg_error</name>
                       <description>Uncertainty on the best surface gravity</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.error;phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>feh</name>
                       <description>Best iron abundance</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>feh_error</name>
                       <description>Uncertainty on the best iron abundance</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>alphafe</name>
                       <description>Best alpha enhancement</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>alphafe_error</name>
                       <description>Uncertainty on the best alpha enhancement</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius</name>
                       <description>Best radius</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_error</name>
                       <description>Uncertainty on the best radius</description>
                       <unit>solRad</unit>
                       <ucd>stat.error;phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum</name>
                       <description>Best luminosity</description>
                       <unit>solLum</unit>
                       <ucd>phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_error</name>
                       <description>Uncertainty on the best luminosity</description>
                       <unit>solLum</unit>
                       <ucd>stat.error;phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass</name>
                       <description>Best mass</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass_error</name>
                       <description>Uncertainty on the best mass</description>
                       <unit>solMass</unit>
                       <ucd>stat.error;phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>age</name>
                       <description>Best age</description>
                       <unit>Gyr</unit>
                       <ucd>time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>age_error</name>
                       <description>Uncertainty on the best age</description>
                       <unit>Gyr</unit>
                       <ucd>stat.error;time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero</name>
                       <description>Best extinction at 547.7 nm</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>azero_error</name>
                       <description>Uncertainty on the best extinction at 547.7 nm</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ag</name>
                       <description>Extinction in the G band</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ag_error</name>
                       <description>Uncertainty on the extinction in the G band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp</name>
                       <description>Reddening in BP-RP</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ebpminrp_error</name>
                       <description>Uncertainty on the reddening in BP-RP</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.color.excess;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>distancepc</name>
                       <description>Best distance</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>distancepc_error</name>
                       <description>Uncertainty on the best distance</description>
                       <unit>pc</unit>
                       <ucd>stat.error;pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radial_velocity</name>
                       <description>Radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radial_velocity_error</name>
                       <description>Uncertainty on the radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vsini</name>
                       <description>Best projected rotation</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vsin_error</name>
                       <description>Uncertainty on the best projected rotation</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>notes</name>
                       <description>Free text notes on this object</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Performance verification" esatapplus:size="21062" esatapplus:size_bytes="1302528" type="base_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 \cite{DR3-DPACP-123}.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ftot_fobs</name>
                       <description>Correction factor applied to obtain the total SED flux</description>
                       <ucd>arith.factor</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum</name>
                       <description>Bolometric luminosity in solar units</description>
                       <unit>solLum</unit>
                       <ucd>phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lum_uncertainty</name>
                       <description>Uncertainty in bolometric luminosity</description>
                       <unit>solLum</unit>
                       <ucd>stat.error;phys.luminosity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius</name>
                       <description>Radius in solar unit</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius_uncertainty</name>
                       <description>Uncertainty in radius</description>
                       <unit>solRad</unit>
                       <ucd>stat.error;phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>reduced_chi2</name>
                       <description>Reduced chi-square of the SED fit</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Performance verification" esatapplus:size="154741" esatapplus:size_bytes="94101504" type="base_table">
                    <name>gaiadr3.sso_orbits</name>
                    <description>Orbital parameters and uncertainties computed from the {\tt sso\_observation} astrometric data. The content of the table is described in the DR3 publication \cite{DR3-DPACP-150}.  </description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>number_mp</name>
                       <description>SSO Number</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>denomination</name>
                       <description>Solar system object name</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>osc_epoch</name>
                       <description>Reference epoch for osculating orbit</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_anomaly</name>
                       <description>Mean anomaly</description>
                       <unit>rad</unit>
                       <ucd>src.orbital.meanAnomaly</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>arg_perihelion</name>
                       <description>Argument of perihelion</description>
                       <unit>rad</unit>
                       <ucd>src.orbital.periastron</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>long_asc_node</name>
                       <description>Longitude of ascending node</description>
                       <unit>rad</unit>
                       <ucd>src.orbital.node</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>inclination</name>
                       <description>Inclination</description>
                       <unit>rad</unit>
                       <ucd>src.orbital.inclination</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>eccentricity</name>
                       <description>Eccentricity</description>
                       <ucd>src.orbital.eccentricity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>semi_major_axis</name>
                       <description>Semimajor axis</description>
                       <unit>AU</unit>
                       <ucd>pos.distance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>orbital_elements_var_covar_matrix</name>
                       <description>var-covar matrix on elliptical elements at reference Epoch</description>
                       <ucd>stat.covariance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>std_dev_semi_major_axis</name>
                       <description>Standard deviation on Semimajor axis</description>
                       <unit>AU</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>h_state_vector</name>
                       <description>Heliocentric State Vector at reference Epoch</description>
                       <unit>'au, au.d**-1'</unit>
                       <ucd>pos</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>h_state_vector_var_covar_matrix</name>
                       <description>Covariance matrix of the State Vector</description>
                       <ucd>stat.covariance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>arc_length</name>
                       <description>Orbital arc length spanned by the observations</description>
                       <unit>d</unit>
                       <ucd>time.interval</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_observations</name>
                       <description>Number of observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Performance verification" esatapplus:size="218936915" esatapplus:size_bytes="50943533056" type="base_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/\sigma_F&gt;30$ in that passband, where $F$ and $\sigma_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 \cite{DR3-DPACP-93}.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>c_star</name>
                       <description>BP/RP excess factor corrected for the expected colour dependency</description>
                       <ucd>phot.color;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>u_jkc_flux</name>
                       <description>U flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.U</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.U</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>u_jkc_mag</name>
                       <description>U magnitude in the Johnson-Kron-Cousins system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.U</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>b_jkc_flux</name>
                       <description>B flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>b_jkc_mag</name>
                       <description>B magnitude in the Johnson-Kron-Cousins system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>v_jkc_flux</name>
                       <description>V flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>v_jkc_mag</name>
                       <description>V magnitude in the Johnson-Kron-Cousins system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r_jkc_flux</name>
                       <description>R flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r_jkc_mag</name>
                       <description>R magnitude in the Johnson-Kron-Cousins system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>i_jkc_flux</name>
                       <description>I flux in the Johnson-Kron-Cousins system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>i_jkc_mag</name>
                       <description>I magnitude in the Johnson-Kron-Cousins system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>u_sdss_flux</name>
                       <description>u flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.U</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.U</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>u_sdss_mag</name>
                       <description>u magnitude in the SDSS system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.U</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_sdss_flux</name>
                       <description>g flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_sdss_mag</name>
                       <description>g magnitude in the SDSS system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r_sdss_flux</name>
                       <description>r flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r_sdss_mag</name>
                       <description>r magnitude in the SDSS system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>i_sdss_flux</name>
                       <description>i flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>i_sdss_mag</name>
                       <description>i magnitude in the SDSS system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>z_sdss_flux</name>
                       <description>z flux in the SDSS system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>z_sdss_mag</name>
                       <description>z magnitude in the SDSS system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>y_ps1_flux</name>
                       <description>y flux in the Pan-STARRS1 system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>y_ps1_mag</name>
                       <description>y magnitude in the Pan-STARRS1 system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>f606w_acswfc_flux</name>
                       <description>F606W flux in the HST ACS/WFC system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>f606w_acswfc_mag</name>
                       <description>F606W magnitude in the HST ACS/WFC system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>f814w_acswfc_flux</name>
                       <description>F814W flux in the HST ACS/WFC system</description>
                       <unit>W.m**-2.nm**-1</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>stat.error;phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>f814w_acswfc_mag</name>
                       <description>F814W magnitude in the HST ACS/WFC system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Performance verification" esatapplus:size="11754237" esatapplus:size_bytes="8285716480" type="base_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 {\tt GaiaSource.hasEpochPhotometry} set to TRUE and is described in detail in \cite{DR3-DPACP-164}. </description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_variable_flag</name>
                       <description>Photometric variability flag</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>spearman_corr_ipd_bp</name>
                       <description>BP-band Spearman correlation with IPD model</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>spearman_corr_ipd_rp</name>
                       <description>RP-band Spearman correlation with IPD model</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Reference frame" esatapplus:size="1614173" esatapplus:size_bytes="184188928" type="base_table">
                    <name>gaiadr3.agn_cross_id</name>
                    <description>&lt;p&gt;Table &lt;tt&gt;AgnCrossId&lt;/tt&gt; lists sources whose positions and proper motions define the celestial reference frame of Gaia catalogue.&lt;/p&gt;
        &lt;p&gt;
        &lt;tt&gt;AgnCrossId&lt;/tt&gt; 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.&lt;/p&gt;
        &lt;p&gt;The selection of sources and the quality of the Gaia-CRF3 are discussed in&lt;/p&gt;
        &lt;p&gt;EDR3-DPACP-133.&lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_name_in_catalogue</name>
                       <description>Identifier in the external catalogue</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>catalogue_name</name>
                       <description>Name of the external catalogue</description>
                       <ucd>meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Reference frame" esatapplus:size="429249" esatapplus:size_bytes="28721152" type="base_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 (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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>considered_for_reference_frame_orientation</name>
                       <description>Considered for the reference frame orientation</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>used_for_reference_frame_orientation</name>
                       <description>Used for the reference frame orientation</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>considered_for_reference_frame_spin</name>
                       <description>Considered for the reference frame spin</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>used_for_reference_frame_spin</name>
                       <description>Used for the reference frame spin</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Reference frame" esatapplus:size="1614173" esatapplus:size_bytes="321290240" type="base_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. The table
        allows the user to get all sources from an external catalogue that
        are in Gaia-CRF3.

        The external catalogues from which the Gaia-CRF3 sources were compiled are:
        \begin{itemize} 
        \item The third realization of the International Celestial Reference Frame by very long baseline interferometry \citep{2020A&amp;A...644A.159C}
        \item A New Version of the OCARS Catalogue of Optical Characteristics of Astrometric Radio Sources \citep{2018ApJS..239...20M} (the catalogue downloaded from \url{http://www.gaoran.ru/english/as/ac_vlbi/#OCARS} on 17 June 2020)
        \item Identification of 1.4 Million Active Galactic Nuclei in the Mid-Infrared using WISE Data \citep{2015ApJS..221...12S}
        \item The WISE AGN Catalogue \citep{2018ApJS..234...23A}
        \item The Million Quasars (Milliquas) Catalogue, v6.4 \citep{2019arXiv191205614F} with the v6.5 (2020) update
        \item The Sloan Digital Sky Survey Quasar Catalogue: Fourteenth data release \citep{2018A&amp;A...613A..51P}
        \item LQAC-5: The fifth release of the Large Quasar Astrometric Catalogue. A compilation of 592 809 objects with 398 697 Gaia counterparts \citep{2019A&amp;A...624A.145S}
        \item The Large Sky Area Multi-object Fiber Spectroscopic Telescope (LAMOST) Quasar Survey: The Fourth and Fifth Data Releases \citep{2019ApJS..240....6Y} -- see also \url{https://nadc.china-vo.org/data/article/20190107155838}
        \item The large quasar reference frame (LQRF). An optical representation of the ICRS \citep{2009A&amp;A...505..385A}
        \item The 2dF QSO Redshift Survey - XII. The spectroscopic catalogue and luminosity function \citep{2004MNRAS.349.1397C}
        \item The 5th edition of the Roma-BZCAT \citep{2015Ap&amp;SS.357...75M}
        \item 2WHSP: A multi-frequency selected catalogue of high energy and very high energy {\ensuremath{\gamma}}-ray blazars and blazar candidates \citep{2017A&amp;A...598A..17C}
        \item ALMA photometry of extragalactic radio sources \citep{2019MNRAS.485.1188B}
        \item Catalogues of active galactic nuclei from Gaia and unWISE data \citep{2019MNRAS.489.4741S}
        \item Quasar and galaxy classification in Gaia Data Release 2 \citep{2019MNRAS.490.5615B}
        \end{itemize}</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>icrf_name</name>
                       <description>The ICRF name of the source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>iers_name</name>
                       <description>The IERS name of the source</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ocars_name</name>
                       <description>The name for this source in OCARS</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>aw15_name</name>
                       <description>The name for this source in allWISE</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r90_name</name>
                       <description>The name for this source in R90</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>m65_name</name>
                       <description>The name for this source in Milliquas v6.5</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>c75_name</name>
                       <description>The name for this source in C75</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dr14q_name</name>
                       <description>The name for this source in SDSS DR14Q</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lqac5_name</name>
                       <description>The name for this source in LQAC-5</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lqrf_name</name>
                       <description>The name for this source in LQRF</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>cat2qz_name</name>
                       <description>The name for this source in 2QZ</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bzcat5_name</name>
                       <description>The name for this source in Roma-BZCAT, v5</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>cat2whspj_name</name>
                       <description>The name for this source in 2WHSPJ</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>guw_name</name>
                       <description>The name for this source in Gaia-unWISE</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Science alerts" esatapplus:size="94" esatapplus:size_bytes="57344" type="base_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 sourceIds listed in table \texttt{ScienceAlerts}.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>alert_source_id</name>
                       <description>Primary sourceId associated to the alert</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Science alerts" esatapplus:size="2612" esatapplus:size_bytes="327680" type="base_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.
        \url{https://gsaweb.ast.cam.ac.uk/alerts/alert/Gaia18ahj} for alert Gaia18ahj. 

        The {\tt sourceId} associated to the alert may have other alternative matches in Gaia DR3. These other identifiers are listed in table \texttt{AlertsMixedinSourceids}.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>transit_id</name>
                       <description>Alerting transit identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>Name of alert</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Data Release 3/Simulation" esatapplus:size="1644237695" esatapplus:size_bytes="550207864832" type="base_table">
                    <name>gaiadr3.gaia_source_simulation</name>
                    <description>Table of sources realised according to the Gaia Object Generator (GOG)
        simulation. Observed attributes are given with simulated observational
        uncertainties.

        This table contains the output of GOG. The values are obtained after
        adding the corresponding uncertainty (based on the error models) to the
        true values in table GaiaUniverseModel. Both the values and the
        uncertainties are provided.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Long Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="ICRS_2010" std="false">
                       <name>ra</name>
                       <description>Right Ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Right Ascension error</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="ICRS_2010" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;pos.eq.ra</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Declination error</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Parallax error</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in RA</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmra_error</name>
                       <description>Error in RA proper motion</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in dec</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmdec_error</name>
                       <description>Error in dec. proper motion</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_obs_al</name>
                       <description>Number of AL observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_outliers_al</name>
                       <description>Number of outliers AL observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux</name>
                       <description>Mean G flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux_error</name>
                       <description>Mean G flux error</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_mean_mag</name>
                       <description>Mean G magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_flux</name>
                       <description>Mean BP flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_flux_error</name>
                       <description>Mean BP flux error</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_mag</name>
                       <description>Mean BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_flux</name>
                       <description>Mean RP flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_flux_error</name>
                       <description>Mean RP flux error</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_mag</name>
                       <description>Mean RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rvs_mean_flux</name>
                       <description>Mean RVS flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rvs_mean_flux_error</name>
                       <description>Mean RVS flux error</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rvs_mean_mag</name>
                       <description>Mean RVS magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radial_velocity_error</name>
                       <description>Radial velocity error</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff</name>
                       <description>Effective temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff_error</name>
                       <description>Effective temperature error</description>
                       <unit>K</unit>
                       <ucd>stat.error;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vsini</name>
                       <description>v sin i</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vsini_error</name>
                       <description>v sin i error</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a0</name>
                       <description>Extinction at 550 nm</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a0_error</name>
                       <description>Extinction at 550 nm error</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>feh</name>
                       <description>Iron abundance</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>feh_error</name>
                       <description>Iron abundance error</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>logg</name>
                       <description>Surface gravity</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>logg_error</name>
                       <description>Surface gravity Error</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.error;phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Data Release 3/Simulation" esatapplus:size="4378670080" esatapplus:size_bytes="1671843610624" type="base_table">
                    <name>gaiadr3.gaia_universe_model</name>
                    <description>Table of simulated galactic stars according to the Gaia Universal Model
        Simulation (GUMS). True values of the intrinsic simulated quantities
        (astrometry, photometry and physical parameters) for the sources
        generated by GOG using the Universe Model are given. No errors are
        added.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_extended_id</name>
                       <description>Extended source identifier</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Long Identifier</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="ICRS_2010" std="false">
                       <name>ra</name>
                       <description>Right Ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="ICRS_2010" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>barycentric_distance</name>
                       <description>Barycentric distance to the simulated source</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion along right ascension </description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion along declination</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mag_g</name>
                       <description>Mean Apparent G magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mag_bp</name>
                       <description>Mean Apparent BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mag_rp</name>
                       <description>Mean Apparent RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mag_rvs</name>
                       <description>Mean Apparent RVS magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>v_i</name>
                       <description>(V-I) color</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.V;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_absolute_v</name>
                       <description>Mean Absolute V magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ag</name>
                       <description>Absorption in G</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>av</name>
                       <description>Absorption in V</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff</name>
                       <description>Effective temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>spectral_type</name>
                       <description>spectral class + luminosity class</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>logg</name>
                       <description>Surface gravity</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>feh</name>
                       <description>Metallicity</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>alphafe</name>
                       <description>Alpha elements</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mbol</name>
                       <description>Absolute bolometric magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.bol</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>age</name>
                       <description>Age</description>
                       <unit>Gyr</unit>
                       <ucd>time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass</name>
                       <description>Mass</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius</name>
                       <description>Radius</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vsini</name>
                       <description>Rotational velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>population</name>
                       <description>Population</description>
                       <ucd>meta.code.member</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>has_photocenter_motion</name>
                       <description>Boolean describing if the photocenter has or not motion</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nc</name>
                       <description>Number of components</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nt</name>
                       <description>Total number of object</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>semimajor_axis</name>
                       <description>Semi major axis </description>
                       <unit>AU</unit>
                       <ucd>src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>eccentricity</name>
                       <description>Eccentricity</description>
                       <ucd>src.orbital.eccentricity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>inclination</name>
                       <description>Inclination</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.inclination</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>longitude_ascending_node</name>
                       <description>Longitude of ascending node</description>
                       <unit>deg</unit>
                       <ucd>pos.bodyrc.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>orbit_period</name>
                       <description>Period of the orbit</description>
                       <unit>d</unit>
                       <ucd>src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>periastron_date</name>
                       <description>Date of periastron</description>
                       <unit>d</unit>
                       <ucd>src.orbital.periastron</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>periastron_argument</name>
                       <description>Periastron argument</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.periastron</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variability_type</name>
                       <description>Variability type</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variability_amplitude</name>
                       <description>Amplitude of variability</description>
                       <unit>mag</unit>
                       <ucd>src.var;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variability_period</name>
                       <description>Period of variability</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variability_phase</name>
                       <description>Phase of variability</description>
                       <ucd>src.var;time.phase</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r_env_r_star</name>
                       <description>Envelope characterisic for Be stars</description>
                       <ucd>meta</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Solar system" esatapplus:size="23336467" esatapplus:size_bytes="10371325952" type="base_table">
                    <name>gaiadr3.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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>denomination</name>
                       <description>standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>transit_id</name>
                       <description>Transit Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>epoch</name>
                       <description>Gaia-centric epoch TCB(Gaia)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_err</name>
                       <description>Error in Gaiacentric epoch</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_utc</name>
                       <description>Gaia-centric TCB epoch converted to UTC</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <utype>stc.AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error_systematic</name>
                       <description>Standard error of right ascension - systematic</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position2D.Error2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error_systematic</name>
                       <description>Standard error of declination - systematic</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position2D.Error2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error_random</name>
                       <description>Standard error of right ascension - random</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position2D.Error2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error_random</name>
                       <description>Standard error of declination - random</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position2D.Error2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_mag</name>
                       <description>Calibrated G mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>x_gaia</name>
                       <description>Barycentric x position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.x;pos.barycenter</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>y_gaia</name>
                       <description>Barycentric y position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.y;pos.barycenter</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>z_gaia</name>
                       <description>Barycentric z position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.z;pos.barycenter</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>x_gaia_geocentric</name>
                       <description>Geocentric x position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.x;pos.geocentric</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>y_gaia_geocentric</name>
                       <description>Geocentric y position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.y;pos.geocentric</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>z_gaia_geocentric</name>
                       <description>Geocentric z position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.z;pos.geocentric</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>position_angle_scan</name>
                       <description>Position angle of the scanning direction </description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_outcome_ccd</name>
                       <description>Result of processing the CCDs</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_outcome_transit</name>
                       <description>Result of processing the transit</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Solar system" esatapplus:size="968288" esatapplus:size_bytes="114581504" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>denomination</name>
                       <description>standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nb_samples</name>
                       <description>Nb samples in spectrum</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_of_spectra</name>
                       <description>number of epoch spectra used to compute the average</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>reflectance_spectrum</name>
                       <description>Reflectance spectrum</description>
                       <ucd>spect</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>reflectance_spectrum_err</name>
                       <description>Error in reflectance spectrum</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>wavelength</name>
                       <description>Internally-calibrated wavelength of reflectance spectrum</description>
                       <unit>nm</unit>
                       <ucd>em.wl</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>reflectance_spectrum_flag</name>
                       <description>Reflectance spectrum value flag</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Solar system" esatapplus:size="158152" esatapplus:size_bytes="20758528" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_of_obs</name>
                       <description>number of observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>denomination</name>
                       <description>standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Spectroscopy" esatapplus:size="219197643" esatapplus:size_bytes="49860886528" type="base_table">
                    <name>gaiadr3.xp_summary</name>
                    <description>This tables contains auxiliary information about the mean BP/RP spectrum of a given source. It should be used in order to refine queries on spectra and build dedicated samples before interrogating the DataLink protocol to download the results of those queries.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bp_chi_squared</name>
                       <description>Chi squared for the BP spectrum representation</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bp_n_contaminated_transits</name>
                       <description>Number of contaminated transits in BP</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bp_n_blended_transits</name>
                       <description>Number of blended transits in BP</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rp_chi_squared</name>
                       <description>Chi squared for the RP spectrum representation</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rp_n_contaminated_transits</name>
                       <description>Number of contaminated transits in RP</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rp_n_blended_transits</name>
                       <description>Number of blended transits in RP</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="872228" esatapplus:size_bytes="79208448" type="base_table">
                    <name>gaiadr3.vari_agn</name>
                    <description>This table provides information on AGN properties.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fractional_variability_g</name>
                       <description>Fractional variability in the G band</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>qso_variability</name>
                       <description>Quasar variability metric in the G band</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>non_qso_variability</name>
                       <description>Non-quasar variability metric in the G band</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="15021" esatapplus:size_bytes="21544960" type="base_table">
                    <name>gaiadr3.vari_cepheid</name>
                    <description>This table describes the Cepheid stars.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pf_error</name>
                       <description>Uncertainty of the \texttt{pf} period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>p1_o_error</name>
                       <description>Uncertainty of the \texttt{p1O} period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_g_error</name>
                       <description>Uncertainty on the epoch parameter \texttt{epochG}</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_bp_error</name>
                       <description>Uncertainty on the epoch parameter \texttt{epochBp}</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_rp_error</name>
                       <description>Uncertainty on the epoch parameter \texttt{epochRp}</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_rv_error</name>
                       <description>Uncertainty on the epoch parameter \texttt{epochRv}</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_g_error</name>
                       <description>Uncertainty on \texttt{intAverageG} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_bp_error</name>
                       <description>Uncertainty on \texttt{intAverageBp} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_rp_error</name>
                       <description>Uncertainty on \texttt{intAverageRp} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>average_rv</name>
                       <description>Mean radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>average_rv_error</name>
                       <description>Uncertainty on \texttt{averageRv} parameter</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_g_error</name>
                       <description>Uncertainty on the \texttt{peakToPeakG} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_bp_error</name>
                       <description>Uncertainty on the \texttt{peakToPeakBp} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_rp_error</name>
                       <description>Uncertainty on the \texttt{peakToPeakRp} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_rv_error</name>
                       <description>Uncertainty on the \texttt{peakToPeakRv} parameter</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>metallicity_error</name>
                       <description>Uncertainty of the \texttt{metallicity} parameter</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r21_g</name>
                       <description>Fourier decomposition parameter \texttt{r21G}: A2/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r21_g_error</name>
                       <description>Uncertainty on the \texttt{r21G} parameter: A2/A1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r31_g</name>
                       <description>Fourier decomposition parameter \texttt{r31G}: A3/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r31_g_error</name>
                       <description>Uncertainty on the \texttt{r31G} parameter: A3/A1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phi21_g</name>
                       <description>Fourier decomposition parameter \texttt{phi21G}: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phi21_g_error</name>
                       <description>Uncertainty on the \texttt{phi21G} parameter: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phi31_g</name>
                       <description>Fourier decomposition parameter \texttt{phi31G}: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phi31_g_error</name>
                       <description>Uncertainty on the \texttt{phi31G} parameter: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>type2_best_sub_classification</name>
                       <description>Best subclassification estimate for typeBestClassification=`T2CEP out of: `BL_HER, `W_VIR,`RV_TAU</description>
                       <ucd>meta.code.class;src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="24" esatapplus:size_bytes="65536" type="base_table">
                    <name>gaiadr3.vari_classifier_class_definition</name>
                    <description>Table with detailed descriptions of published classes for each classifier described in {\tt VariClassifierDefinition} and used in table {\tt VariClassifierResult}.

        In DR3, this table contains the details of a classifier with {\tt classifierName}=`nTransits:5+.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>classifier_name</name>
                       <description>Name of the classifier that is detailed in this entry</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>class_name</name>
                       <description>Name of the published class from this classifier</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>class_description</name>
                       <description>Description of the published class from this classifier</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="1" esatapplus:size_bytes="65536" type="base_table">
                    <name>gaiadr3.vari_classifier_definition</name>
                    <description>Table with detailed descriptions of all classifiers used in table {\tt VariClassifierResult}.
        Details of the published classes for each classifier can be found in {\tt VariClassifierClassDefinition}.

        In DR3, this table contains the details of a classifier with {\tt classifierName}=`nTransits:5+.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>classifier_name</name>
                       <description>Name of the classifier that is detailed in this entry</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>classifier_description</name>
                       <description>Description of this classifier</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="9976881" esatapplus:size_bytes="1254219776" type="base_table">
                    <name>gaiadr3.vari_classifier_result</name>
                    <description>Table with variability classification results of all classifiers, which are identified by the {\tt classifierName} column. In DR3, multiple classifiers (depending on class) are combined into a single classifier with {\tt classifierName}=`nTransits:5+, which is described in {\tt VariClassifierDefinition} and identifies the classes defined in {\tt VariClassifierClassDefinition}. </description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>classifier_name</name>
                       <description>Classifier name used to produce this result, use for lookup in \texttt{VariClassifierDefinition} table</description>
                       <ucd>meta.title</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_class_name</name>
                       <description>Name of best class, see table \texttt{VariClassifierClassDefinition} for details of the class</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_class_score</name>
                       <description>Score of the best class</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="6306" esatapplus:size_bytes="2924544" type="base_table">
                    <name>gaiadr3.vari_compact_companion</name>
                    <description>This table describes the compact companion candidates.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>period</name>
                       <description>Orbital period</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>period_error</name>
                       <description>Orbital period error</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>t0_g</name>
                       <description>G-band reference time</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>t0_bp</name>
                       <description>BP-band reference time</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>t0_rp</name>
                       <description>RP-band reference time</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>harmonic_model_params_g</name>
                       <description>G-band harmonics</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>harmonic_model_params_g_error</name>
                       <description>G-band harmonics errors</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>harmonic_model_params_bp</name>
                       <description>BP-band harmonics</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>harmonic_model_params_bp_error</name>
                       <description>BP-band harmonics errors</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>harmonic_model_params_rp</name>
                       <description>RP-band harmonics</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>harmonic_model_params_rp_error</name>
                       <description>RP-band harmonics errors</description>
                       <unit>mag</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mod_min_mass_ratio</name>
                       <description>Modified minimum mass ratio</description>
                       <ucd>phys.mass;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>alpha</name>
                       <description>alpha ellipsoidal coefficient</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="2184477" esatapplus:size_bytes="515276800" type="base_table">
                    <name>gaiadr3.vari_eclipsing_binary</name>
                    <description>This table describes the properties of the eclipsing binaries resulting from the variability analysis. </description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>global_ranking</name>
                       <description>Number between 0 (worst) and 1 (best)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>frequency_error</name>
                       <description>Uncertainty of \texttt{frequency}</description>
                       <unit>d**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_reference_level_error</name>
                       <description>Uncertainty of \texttt{geomModelReferenceLevel}</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_gaussian1_phase</name>
                       <description>Phase of the Gaussian 1 component</description>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_gaussian1_phase_error</name>
                       <description>Uncertainty of \texttt{geomModelGaussian1Phase}</description>
                       <ucd>stat.error;time.phase</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_gaussian1_sigma</name>
                       <description>Standard deviation [phase] of Gaussian 1 component</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_gaussian1_sigma_error</name>
                       <description>Uncertainty of \texttt{geomModelGaussian1Sigma}</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_gaussian1_depth_error</name>
                       <description>Uncertainty of \texttt{geomModelGaussian1Depth}</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_gaussian2_phase</name>
                       <description>Phase of Gaussian 2 component</description>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_gaussian2_phase_error</name>
                       <description>Uncertainty of \texttt{geomModelGaussian2Phase}</description>
                       <ucd>stat.error;time.phase</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_gaussian2_sigma</name>
                       <description>Standard deviation [phase] of Gaussian 2 component</description>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_gaussian2_sigma_error</name>
                       <description>Uncertainty of \texttt{geomModelGaussian2Sigma}</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_gaussian2_depth_error</name>
                       <description>Uncertainty of \texttt{geomModelGaussian2Depth}</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_cosine_half_period_amplitude_error</name>
                       <description>Uncertainty of \texttt{geomModelCosineHalfPeriodAmplitude}</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>geom_model_cosine_half_period_phase_error</name>
                       <description>Uncertainty of \texttt{geomModelCosineHalfPeriodPhase}</description>
                       <ucd>stat.error;time.phase</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>model_type</name>
                       <description>Type of geometrical model of the light curve</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_model_parameters</name>
                       <description>Number of free parameters of the geometric model</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>reduced_chi2</name>
                       <description>Reduced Chi2 of the geometrical model fit</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_primary_ecl_phase</name>
                       <description>Primary eclipse: phase at geometrically deepest point </description>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_primary_ecl_phase_error</name>
                       <description>Primary eclipse: uncertainty of \texttt{derivedPrimaryEclPhase}</description>
                       <ucd>stat.error;time.phase</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_primary_ecl_duration</name>
                       <description>Primary eclipse: duration [phase fraction]</description>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_primary_ecl_duration_error</name>
                       <description>Primary eclipse: uncertainty of \texttt{derivedPrimaryEclDuration}</description>
                       <ucd>stat.error;time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_primary_ecl_depth</name>
                       <description>Primary eclipse: depth</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_primary_ecl_depth_error</name>
                       <description>Primary eclipse: uncertainty of \texttt{derivedPrimaryEclDepth}</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_secondary_ecl_phase</name>
                       <description>Secondary eclipse: phase at geometrically second deepest point </description>
                       <ucd>time.phase</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_secondary_ecl_phase_error</name>
                       <description>Secondary eclipse: uncertainty of \texttt{derivedSecondaryEclPhase}</description>
                       <ucd>stat.error;time.phase</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_secondary_ecl_duration</name>
                       <description>Secondary eclipse: duration [phase fraction]</description>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_secondary_ecl_duration_error</name>
                       <description>Secondary eclipse: uncertainty of \texttt{derivedSecondaryEclDuration}</description>
                       <ucd>stat.error;time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_secondary_ecl_depth</name>
                       <description>Secondary eclipse: depth</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>derived_secondary_ecl_depth_error</name>
                       <description>Secondary eclipse: uncertainty of \texttt{derivedSecondaryEclDepth}</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="43298" esatapplus:size_bytes="5070848" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>transit_id</name>
                       <description>Transit unique identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rv_obs_time</name>
                       <description>Observing time of the transit</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <utype>spec:Spectrum.Data.TimeAxis.Value</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radial_velocity</name>
                       <description>Barycentric radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rejected_by_variability</name>
                       <description>Rejected by DPAC variability processing (or variability analysis)</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="1720588" esatapplus:size_bytes="134848512" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>frequency</name>
                       <description>Frequency of the LPV</description>
                       <unit>d**-1</unit>
                       <ucd>src.var.pulse</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>frequency_error</name>
                       <description>Error on the frequency</description>
                       <unit>d**-1</unit>
                       <ucd>stat.error;src.var.pulse</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>amplitude</name>
                       <description>Amplitude of the LPV variability</description>
                       <unit>mag</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>is_cstar</name>
                       <description>Flag to mark C-stars</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="363" esatapplus:size_bytes="122880" type="base_table">
                    <name>gaiadr3.vari_microlensing</name>
                    <description>This table describes the microlensing events.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski0_u0</name>
                       <description>Impact parameter (level 0)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski0_u0_error</name>
                       <description>Error of the impact parameter (level 0)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski0_te</name>
                       <description>Event timescale (level 0)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski0_tmax</name>
                       <description>Time of maximum amplification (level 0)</description>
                       <unit>d</unit>
                       <ucd>time;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski0_chi2</name>
                       <description>Chi square of level 0 Paczynski fit</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski0_chi2_dof</name>
                       <description>Reduced chi square of level 0 Paczynski fit</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski1_u0</name>
                       <description>Impact parameter (level 1)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski1_u0_error</name>
                       <description>Error of the impact parameter (level 1)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski1_te</name>
                       <description>Event timescale (level 1)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski1_tmax</name>
                       <description>Time of maximum amplification (level 1)</description>
                       <unit>d</unit>
                       <ucd>time;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski1_fs_g</name>
                       <description>Blending factor in G-band (level 1)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski1_fs_bp</name>
                       <description>Blending factor in BP-band (level 1)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski1_fs_rp</name>
                       <description>Blending factor in RP-band (level 1)</description>
                       <ucd>stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski1_chi2</name>
                       <description>Chi square of level 1 Paczynski fit</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>paczynski1_chi2_dof</name>
                       <description>Reduced chi square of level 1 Paczynski fit</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="54476" esatapplus:size_bytes="5578752" type="base_table">
                    <name>gaiadr3.vari_ms_oscillator</name>
                    <description>This table describes the main-sequence oscillators.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>frequency1</name>
                       <description>Best frequency</description>
                       <unit>d**-1</unit>
                       <ucd>src.var.pulse</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fap_g_freq1</name>
                       <description>False alarm probability corresponding to the best frequency</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_harmonics</name>
                       <description>Number of significant harmonics of the best frequency</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="214" esatapplus:size_bytes="65536" type="base_table">
                    <name>gaiadr3.vari_planetary_transit</name>
                    <description>This table describes the Planetary Transit candidate events.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>transit_reference_time</name>
                       <description>Mid-transit reference time</description>
                       <unit>d</unit>
                       <ucd>time</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>transit_period</name>
                       <description>Most probable transit period</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>transit_depth</name>
                       <description>Transit depth</description>
                       <unit>mmag</unit>
                       <ucd>phot.mag;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>transit_duration</name>
                       <description>Transit duration</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_in_transit</name>
                       <description>Number of in-transit observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="214" esatapplus:size_bytes="65536" type="base_table">
                    <name>gaiadr3.vari_planetary_transit_13june2022</name>
                    <description>This table describes the Planetary Transit candidate events.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>transit_reference_time</name>
                       <description>Mid-transit reference time</description>
                       <unit>d</unit>
                       <ucd>time</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>transit_period</name>
                       <description>Most probable transit period</description>
                       <unit>d</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>transit_depth</name>
                       <description>Transit depth</description>
                       <unit>mmag</unit>
                       <ucd>phot.mag;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>transit_duration</name>
                       <description>Transit duration</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_in_transit</name>
                       <description>Number of in-transit observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="1898" esatapplus:size_bytes="311296" type="base_table">
                    <name>gaiadr3.vari_rad_vel_statistics</name>
                    <description>Statistical parameters of radial velocity time series, using only transits not rejected, see {\tt rejectedByVariability} column in {\tt VariEpochRadialVelocity}.

        Note that NaN will be reported when the parameter value is missing or cannot be calculated.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_obs_time_rv</name>
                       <description>Mean observation time for radial velocity transits</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>skewness_rv</name>
                       <description>Standardized unweighted radial velocity skewness</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>kurtosis_rv</name>
                       <description>Standardized unweighted radial velocity kurtosis</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>abbe_rv</name>
                       <description>Abbe value for radial velocity transits</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="474026" esatapplus:size_bytes="1467899904" type="base_table">
                    <name>gaiadr3.vari_rotation_modulation</name>
                    <description>This table describes the solar-like stars with rotational modulation.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_segments</name>
                       <description>Number of segments</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_start_time</name>
                       <description>Times at which segments start</description>
                       <unit>d</unit>
                       <ucd>meta.dataset;time.start</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_end_time</name>
                       <description>Times at which segments end</description>
                       <unit>d</unit>
                       <ucd>meta.dataset;time.end</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_colour_mag_intercept</name>
                       <description>Colour-Magnitude Intercept in segments</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_colour_mag_slope</name>
                       <description>Colour-Magnitude Slope in segments</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_correlation_coefficient</name>
                       <description>Correlation coefficient in segments</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_correlation_significance</name>
                       <description>Correlation coefficient significance in segments</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_outliers</name>
                       <description>Number of outliers</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>outliers_time</name>
                       <description>Times at which outliers occurs</description>
                       <unit>d</unit>
                       <ucd>meta.dataset;time</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_rotation_period_fap</name>
                       <description>FAP on rotation period in segment</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>best_rotation_period</name>
                       <description>Best rotation period</description>
                       <unit>d</unit>
                       <ucd>phys.veloc.rotat;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_unspotted</name>
                       <description>Unspotted G mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bp_unspotted</name>
                       <description>Unspotted BP mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rp_unspotted</name>
                       <description>Unspotted RP mag</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>segments_bp_rp_corr_signif</name>
                       <description>Significance associated with Pearson coefficient</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="271779" esatapplus:size_bytes="339091456" type="base_table">
                    <name>gaiadr3.vari_rrlyrae</name>
                    <description>This table describes the RR Lyrae stars.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pf_error</name>
                       <description>Uncertainty of the \texttt{pf} period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>p1_o_error</name>
                       <description>Uncertainty of the \texttt{p1O} period</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_g_error</name>
                       <description>Uncertainty on the epoch parameter \texttt{epochG}</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_bp_error</name>
                       <description>Uncertainty on the epoch parameter \texttt{epochBp}</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_rp_error</name>
                       <description>Uncertainty on the epoch parameter \texttt{epochRp}</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_rv_error</name>
                       <description>Uncertainty on the epoch parameter \texttt{epochRv}</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_g_error</name>
                       <description>Uncertainty on \texttt{intAverageG} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_bp_error</name>
                       <description>Uncertainty on \texttt{intAverageBp} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>int_average_rp_error</name>
                       <description>Uncertainty on \texttt{intAverageRp} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>average_rv</name>
                       <description>Mean radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>average_rv_error</name>
                       <description>Uncertainty on \texttt{averageRv} parameter</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_g_error</name>
                       <description>Uncertainty on the \texttt{peakToPeakG} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_bp_error</name>
                       <description>Uncertainty on the \texttt{peakToPeakBp} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_rp_error</name>
                       <description>Uncertainty on the \texttt{peakToPeakRp} parameter</description>
                       <unit>mag</unit>
                       <ucd>stat.error;src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>peak_to_peak_rv_error</name>
                       <description>Uncertainty on the \texttt{peakToPeakRv} parameter</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>metallicity_error</name>
                       <description>Uncertainty of the \texttt{metallicity} parameter</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r21_g</name>
                       <description>Fourier decomposition parameter \texttt{r21G}: A2/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r21_g_error</name>
                       <description>Uncertainty on the \texttt{r21G} parameter: A2/A1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r31_g</name>
                       <description>Fourier decomposition parameter \texttt{r31G}: A3/A1 (for G band)</description>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r31_g_error</name>
                       <description>Uncertainty on the \texttt{r31G} parameter: A3/A1 (for G band)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phi21_g</name>
                       <description>Fourier decomposition parameter \texttt{phi21G}: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phi21_g_error</name>
                       <description>Uncertainty on the \texttt{phi21G} parameter: phi2 - 2*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phi31_g</name>
                       <description>Fourier decomposition parameter \texttt{phi31G}: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.Fourier</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phi31_g_error</name>
                       <description>Uncertainty on the \texttt{phi31G} parameter: phi3 - 3*phi1 (for G band)</description>
                       <unit>rad</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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 xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>g_absorption</name>
                       <description>Interstellar absorption in the G-band</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.gal</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="471679" esatapplus:size_bytes="70115328" type="base_table">
                    <name>gaiadr3.vari_short_timescale</name>
                    <description>This table describes the short-timescale sources. </description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variogram_num_points</name>
                       <description>Number of selected timescale(s) derived from the variogram</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variogram_char_timescales</name>
                       <description>Characteristic timescale(s) of variability</description>
                       <unit>d</unit>
                       <ucd>time</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variogram_values</name>
                       <description>Variogram values associated with the {\tt variogramCharTimescales}</description>
                       <unit>mag**2</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Data Release 3/Variability" esatapplus:size="11754237" esatapplus:size_bytes="3828375552" type="base_table">
                    <name>gaiadr3.vari_summary</name>
                    <description>Summary table that provides the information on where a {\tt sourceId} can be found in the different {\tt 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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_selected_g_fov</name>
                       <description>Total number of G FOV transits selected for variability analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_obs_time_g_fov</name>
                       <description>Mean observation time for G FoV transits</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>time_duration_g_fov</name>
                       <description>Time duration of the time series for G FoV transits</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>min_mag_g_fov</name>
                       <description>Minimum G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>max_mag_g_fov</name>
                       <description>Maximum G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_mag_g_fov</name>
                       <description>Mean G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>median_mag_g_fov</name>
                       <description>Median G FoV magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>range_mag_g_fov</name>
                       <description>Difference between the highest and lowest G FoV magnitudes</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>trimmed_range_mag_g_fov</name>
                       <description>Trimmed difference between the highest and lowest G FoV magnitudes</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>std_dev_mag_g_fov</name>
                       <description>Square root of the unweighted G FoV magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>skewness_mag_g_fov</name>
                       <description>Standardized unweighted G FoV magnitude skewness</description>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>kurtosis_mag_g_fov</name>
                       <description>Standardized unweighted G FoV magnitude kurtosis</description>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mad_mag_g_fov</name>
                       <description>Median Absolute Deviation (MAD) for G FoV transits</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>abbe_mag_g_fov</name>
                       <description>Abbe value for G FoV transits</description>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>iqr_mag_g_fov</name>
                       <description>Interquartile range for G FoV transits</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>stetson_mag_g_fov</name>
                       <description>Stetson G FoV variability index</description>
                       <ucd>src.var.index</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>std_dev_over_rms_err_mag_g_fov</name>
                       <description>Signal-to-Noise G FoV estimate</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>outlier_median_g_fov</name>
                       <description>Greatest absolute deviation from the G FoV median normalized by the error</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_selected_bp</name>
                       <description>Total number of BP observations selected for variability analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_obs_time_bp</name>
                       <description>Mean observation time for BP observations</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>time_duration_bp</name>
                       <description>Time duration of the BP time series</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>min_mag_bp</name>
                       <description>Minimum BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>max_mag_bp</name>
                       <description>Maximum BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_mag_bp</name>
                       <description>Mean BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>median_mag_bp</name>
                       <description>Median BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>range_mag_bp</name>
                       <description>Difference between the highest and lowest BP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>trimmed_range_mag_bp</name>
                       <description>Trimmed difference between the highest and lowest BP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>std_dev_mag_bp</name>
                       <description>Square root of the unweighted BP magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>skewness_mag_bp</name>
                       <description>Standardized unweighted BP magnitude skewness</description>
                       <ucd>stat.value;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>kurtosis_mag_bp</name>
                       <description>Standardized unweighted BP magnitude kurtosis</description>
                       <ucd>stat.value;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mad_mag_bp</name>
                       <description>Median Absolute Deviation (MAD) for BP observations</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>abbe_mag_bp</name>
                       <description>Abbe value for BP observations</description>
                       <ucd>stat.value;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>iqr_mag_bp</name>
                       <description>Interquartile BP magnitude range</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>stetson_mag_bp</name>
                       <description>Stetson BP variability index</description>
                       <ucd>src.var.index</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>std_dev_over_rms_err_mag_bp</name>
                       <description>Signal-to-Noise BP estimate</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>outlier_median_bp</name>
                       <description>Greatest absolute deviation from the BP median normalized by the error</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_selected_rp</name>
                       <description>Total number of RP observations selected for variability analysis</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_obs_time_rp</name>
                       <description>Mean observation time for RP observations</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>time_duration_rp</name>
                       <description>Time duration of the RP time series</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>min_mag_rp</name>
                       <description>Minimum RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>max_mag_rp</name>
                       <description>Maximum RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_mag_rp</name>
                       <description>Mean RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>median_mag_rp</name>
                       <description>Median RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>range_mag_rp</name>
                       <description>Difference between the highest and lowest RP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>trimmed_range_mag_rp</name>
                       <description>Trimmed difference between the highest and lowest RP magnitudes</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>std_dev_mag_rp</name>
                       <description>Square root of the unweighted RP magnitude variance</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>skewness_mag_rp</name>
                       <description>Standardized unweighted RP magnitude skewness</description>
                       <ucd>stat.value;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>kurtosis_mag_rp</name>
                       <description>Standardized unweighted RP magnitude kurtosis</description>
                       <ucd>stat.value;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mad_mag_rp</name>
                       <description>Median Absolute Deviation (MAD) for RP observations</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>abbe_mag_rp</name>
                       <description>Abbe value for RP observations</description>
                       <ucd>stat.value;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>iqr_mag_rp</name>
                       <description>Interquartile RP magnitude range</description>
                       <unit>mag</unit>
                       <ucd>stat.value;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>stetson_mag_rp</name>
                       <description>Stetson RP variability index</description>
                       <ucd>src.var.index</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>std_dev_over_rms_err_mag_rp</name>
                       <description>Signal-to-Noise RP estimate</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>outlier_median_rp</name>
                       <description>Greatest absolute deviation from the RP median normalized by the error</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_classification_result</name>
                       <description>Source is present in \texttt{VariClassifierResult}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_rrlyrae</name>
                       <description>Source is present in \texttt{VariRrlyrae}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_cepheid</name>
                       <description>Source is present in \texttt{VariCepheid}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_planetary_transit</name>
                       <description>Source is present in \texttt{VariPlanetaryTransit}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_short_timescale</name>
                       <description>Source is present in \texttt{VariShortTimescale}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_long_period_variable</name>
                       <description>Source is present in \texttt{VariLongPeriodVariable}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_eclipsing_binary</name>
                       <description>Source is present in \texttt{VariEclipsingBinary}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_rotation_modulation</name>
                       <description>Source is present in \texttt{VariRotationModulation}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_ms_oscillator</name>
                       <description>Source is present in \texttt{VariMsOscillator}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_agn</name>
                       <description>Source is present in \texttt{VariAgn}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_microlensing</name>
                       <description>Source is present in \texttt{VariMicrolensing}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>in_vari_compact_companion</name>
                       <description>Source is present in \texttt{VariCompactCompanion}</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/DPAC curated external catalogues" esatapplus:size="2561887" esatapplus:size_bytes="611835904" type="base_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>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <description>Tycho-2 identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>hip</name>
                       <description>Hipparcos number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tyc1</name>
                       <description>TYC1 component from TYC or GSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tyc2</name>
                       <description>TYC2 component from TYC or GSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tyc3</name>
                       <description>TYC3 component from TYC or TDSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>id_tycho</name>
                       <description>Numeric Tycho-2 identifier</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tyc</name>
                       <description>Tycho-1 star</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>de_deg</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_mdeg</name>
                       <description>Mean Right Ascension, ICRS, epoch=J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>de_mdeg</name>
                       <description>Mean Declination, ICRS, at epoch=J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ep_ra1990</name>
                       <description>Epoch--1990 of raDeg</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ep_de1990</name>
                       <description>Epoch--1990 of deDeg</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ep_ra_m</name>
                       <description>Mean epoch of RA.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ep_de_m</name>
                       <description>Mean epoch of Dec.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num</name>
                       <description>Number of positions used for forming mean data</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_de_deg</name>
                       <description>Uncertainty of observed Tycho-2 Dec.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>corr</name>
                       <description>Correlation (RAdeg,DEdeg)</description>
                       <ucd>stat.correlation;pos.eq.ra;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_de_mdeg</name>
                       <description>Uncertainty of Dec at mean epoch.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>q_ra_mdeg</name>
                       <description>Goodness of fit for mean RA</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>q_de_mdeg</name>
                       <description>Goodness of fit for mean Dec</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>q_pm_de</name>
                       <description>Goodness of fit for pmDe</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>q_pm_ra</name>
                       <description>Goodness of fit for pmRa</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pflag</name>
                       <description>Mean position flag</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>posflg</name>
                       <description>Type of Tycho-2 solution</description>
                       <ucd>meta.id;stat.fit</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ccdm</name>
                       <description>CCDM component identifier for HIP stars</description>
                       <ucd>meta.code.multip</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>prox</name>
                       <description>Proximity indicator</description>
                       <unit>mas.100</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bt_mag</name>
                       <description>Tycho-2 BT magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vt_mag</name>
                       <description>Tycho-2 VT magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_bt_mag</name>
                       <description>Uncertainty of BT</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_vt_mag</name>
                       <description>Uncertainty of VT</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>sys_no</name>
                       <description>TDSC identifier for the system</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>cmp</name>
                       <description>Component designation</description>
                       <ucd>meta.id.part</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_main</name>
                       <description>Number of components in TDSC main catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_sup</name>
                       <description>Number of components in the TDSC supplement</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>magflg</name>
                       <description>TDSC photometry flag</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>wds</name>
                       <description>WDS identifier for the system</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>note</name>
                       <description>TDSC notes</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>hd</name>
                       <description>HD identifier for TDSC entries</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rcmp</name>
                       <description>Reference component for position angle and separation</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pa</name>
                       <description>Position angle</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>sep</name>
                       <description>Separation</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_pa</name>
                       <description>Uncertainty of the position angle</description>
                       <unit>deg</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_pa_sep</name>
                       <description>Uncertainty of the position angle * separation</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_sep</name>
                       <description>Uncertainty of the separation</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>gaiaedr3</name>
                 <description>Gaia Early Data Release 3</description>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Early Data Release 3" esatapplus:size="1811709771" esatapplus:size_bytes="2911437004800" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Unique source designation (unique across all Data Releases)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>random_index</name>
                       <description>Random index used to select subsets</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="GAIADR3" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="GAIADR3" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its standard error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pm</name>
                       <description>Total proper motion</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax		</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of observations AC</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of good observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of bad observations AL</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_chi2_al</name>
                       <description>AL chi-square value</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_primary_flag</name>
                       <description>Primary or seconday</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pseudocolour</name>
                       <description>Astrometrically estimated pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_pseudocolour_corr</name>
                       <description>Correlation between parallax and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_matched_transits</name>
                       <description>Matched FOV transits used in the AGIS solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>visibility_periods_used</name>
                       <description>Number of visibility periods used in Astrometric solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>matched_transits</name>
                       <description>The number of transits matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ruwe</name>
                       <description>Renormalised unit weight error</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>duplicated_source</name>
                       <description>Source with multiple source identifiers</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_n_obs</name>
                       <description>Number of observations contributing to BP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_n_obs</name>
                       <description>Number of observations contributing to RP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_n_contaminated_transits</name>
                       <description>Number of BP contaminated transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_n_blended_transits</name>
                       <description>Number of BP blended transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_n_contaminated_transits</name>
                       <description>Number of RP contaminated transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_n_blended_transits</name>
                       <description>Number of RP blended transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_proc_mode</name>
                       <description>Photometry processing mode</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dr2_radial_velocity</name>
                       <description>Radial velocity from Gaia DR2</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dr2_radial_velocity_error</name>
                       <description>Radial velocity error from Gaia DR2</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dr2_rv_template_logg</name>
                       <description>logg of the template used to compute radial velocity in Gaia DR2</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Early Data Release 3/Auxiliary" esatapplus:size="1614173" esatapplus:size_bytes="184098816" type="base_table">
                    <name>gaiaedr3.agn_cross_id</name>
                    <description>&lt;p&gt;Table &lt;tt&gt;AgnCrossId&lt;/tt&gt; lists sources whose positions and proper motions define the celestial reference frame of Gaia catalogue.&lt;/p&gt;
        &lt;p&gt;
        &lt;tt&gt;AgnCrossId&lt;/tt&gt; 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.&lt;/p&gt;
        &lt;p&gt;The selection of sources and the quality of the Gaia-CRF3 are discussed in&lt;/p&gt;
        &lt;p&gt;EDR3-DPACP-133.&lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_name_in_catalogue</name>
                       <description>Identifier in the external catalogue</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>catalogue_name</name>
                       <description>Name of the external catalogue</description>
                       <ucd>meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Early Data Release 3/Auxiliary" esatapplus:size="8967691" esatapplus:size_bytes="1108410368" type="base_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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>jd_time</name>
                       <description>Time [Julian Date in TCB at Gaia - 2455197.5]</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bjd_fov1</name>
                       <description>Time [Julian Date in TCB at barycentre for FOV1 - 2455197.5]</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bjd_fov2</name>
                       <description>Time [Julian Date in TCB at barycentre for FOV2 - 2455197.5]</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>obmt_time</name>
                       <description>Time at Gaia (OBMT)</description>
                       <unit>ns</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_fov1</name>
                       <description>Right Ascension of FOV1 centre</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_fov1</name>
                       <description>Declination of FOV1 centre</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>heal_pix_fov1</name>
                       <description>FOV1 HEALPix level 12</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>scan_angle_fov1</name>
                       <description>Scan position angle of FOV1</description>
                       <unit>deg</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_fov2</name>
                       <description>Right ascension of FOV2 centre</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_fov2</name>
                       <description>Declination of FOV2 centre</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>heal_pix_fov2</name>
                       <description>FOV2 HEALPix level 12</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>scan_angle_fov2</name>
                       <description>Scan position angle of FOV2</description>
                       <unit>deg</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Early Data Release 3/Auxiliary" esatapplus:size="2113601284" esatapplus:size_bytes="431355740160" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>dr2_source_id</name>
                       <description>Source identifier in Gaia DR2</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>dr3_source_id</name>
                       <description>Source identifier in Gaia E/DR3</description>
                       <ucd>meta.id.cross;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular distance between the two sources</description>
                       <unit>mas</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">boolean</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Early Data Release 3/Auxiliary" esatapplus:size="429249" esatapplus:size_bytes="28680192" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Gaia source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>considered_for_reference_frame_orientation</name>
                       <description>Considered for the reference frame orientation</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>used_for_reference_frame_orientation</name>
                       <description>Used for the reference frame orientation</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>considered_for_reference_frame_spin</name>
                       <description>Considered for the reference frame spin</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>used_for_reference_frame_spin</name>
                       <description>Used for the reference frame spin</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="324115003" esatapplus:size_bytes="46663507968" type="base_table">
                    <name>gaiaedr3.allwise_best_neighbour</name>
                    <description>&lt;p&gt;allWISE 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 allWISE.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="324116921" esatapplus:size_bytes="49607491584" type="base_table">
                    <name>gaiaedr3.allwise_neighbourhood</name>
                    <description>&lt;p&gt;allWISE 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. &lt;br/&gt;
        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 
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>allwise_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="74904012" esatapplus:size_bytes="10785497088" type="base_table">
                    <name>gaiaedr3.apassdr9_best_neighbour</name>
                    <description>&lt;p&gt;Table &lt;tt&gt;Apassdr9BestNeighbour&lt;/tt&gt; 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&amp;#160;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.&lt;/p&gt;
        &lt;p&gt;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.&lt;/p&gt;
        &lt;p&gt;Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="61176401" esatapplus:size_bytes="5458771968" type="base_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
        sourceId (originalExtSourceId) to the corresponding additional numerical
        identifier (cleanApassdr9Oid).

        Both originalExtSourceId and cleanApassdr9Oid are present in the
        cross-match output tables (Apassdr9BestNeighbour and
        Apassdr9Neighbourhood). However, in case there are suspected duplicates
        in the external catalogue, different originalExtSourceId will correspond
        to the same cleanApassdr9Oid.

        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 in all matching suspected duplicates should instead use
        the cleanApassdr9Oid 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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="76274759" esatapplus:size_bytes="11674353664" type="base_table">
                    <name>gaiaedr3.apassdr9_neighbourhood</name>
                    <description>&lt;p&gt;Table &lt;tt&gt;Apassdr9Neighbourhood&lt;/tt&gt; 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&amp;#160;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.&lt;/p&gt;
        &lt;p&gt;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.&lt;/p&gt;
        &lt;p&gt;Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>clean_apassdr9_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="893811527" esatapplus:size_bytes="121267200000" type="base_table">
                    <name>gaiaedr3.gsc23_best_neighbour</name>
                    <description>&lt;p&gt;GSC2.3 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 GSC2.3.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="945592683" esatapplus:size_bytes="63126446080" type="base_table">
                    <name>gaiaedr3.gsc23_join</name>
                    <description>Convenience table to be used to join GSC 2.3 catalogue with the
        cross-match results. The table links the external catalogue original
        sourceId (originalExtSourceId) to the corresponding the additional
        numerical identifier (cleanGsc23Oid).
        Both originalExtSourceId and cleanGsc23Oid are present in the
        cross-match output tables (gsc23BestNeighbour and gsc23Neighbourhood).
        However, in case there are suspected duplicates in the external
        catalogue, different originalExtSourceId will correspond to the same
        cleanGsc23Oid.
        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 cleanGsc23Oid 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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="896358993" esatapplus:size_bytes="129753210880" type="base_table">
                    <name>gaiaedr3.gsc23_neighbourhood</name>
                    <description>&lt;p&gt;GSC2.3 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. &lt;br/&gt;
        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 
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>clean_gsc23_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="99525" esatapplus:size_bytes="11927552" type="base_table">
                    <name>gaiaedr3.hipparcos2_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="100010" esatapplus:size_bytes="13729792" type="base_table">
                    <name>gaiaedr3.hipparcos2_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="951450474" esatapplus:size_bytes="129065754624" type="base_table">
                    <name>gaiaedr3.panstarrs1_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="2264263282" esatapplus:size_bytes="201982042112" type="base_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
        sourceId (originalExtSourceId) to the corresponding the additional
        numerical identifier (cleanPanstarrs1Oid).
        Both originalExtSourceId and cleanPanstarrs1Oid are present in the
        cross-match output tables (panstarrs1BestNeighbour and
        panstarrs1Neighbourhood). However, in case there are suspected
        duplicates in the external catalogue, different originalExtSourceId will
        correspond to the same cleanPanstarrs1Oid.
        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 cleanPanstarrs1Oid 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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="951850826" esatapplus:size_bytes="145658322944" type="base_table">
                    <name>gaiaedr3.panstarrs1_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>clean_panstarrs1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="450659" esatapplus:size_bytes="65019904" type="base_table">
                    <name>gaiaedr3.ravedr5_best_neighbour</name>
                    <description>&lt;p&gt;RAVE DR5 BestNeighbour table lists 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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="457555" esatapplus:size_bytes="52838400" type="base_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
        sourceId (originalExtSourceId) to the corresponding the additional
        numerical identifier (cleanRavedr5Oid).
        Both originalExtSourceId and cleanRavedr5Oid are present in the
        cross-match output tables (ravedr5BestNeighbour and
        ravedr5Neighbourhood). However, in case there are suspected duplicates
        in the external catalogue, different originalExtSourceId will correspond
        to the same cleanRavedr5Oid.
        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 cleanRavedr5Oid 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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="456422" esatapplus:size_bytes="69992448" type="base_table">
                    <name>gaiaedr3.ravedr5_neighbourhood</name>
                    <description>&lt;p&gt;RAVE DR5 Neighbourhood table includes 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. &lt;br/&gt;
        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 
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>clean_ravedr5_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="128130925" esatapplus:size_bytes="17381236736" type="base_table">
                    <name>gaiaedr3.sdssdr13_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="468180930" esatapplus:size_bytes="41763799040" type="base_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>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="128251974" esatapplus:size_bytes="19626008576" type="base_table">
                    <name>gaiaedr3.sdssdr13_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>clean_sdssdr13_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="446161579" esatapplus:size_bytes="56939282432" type="base_table">
                    <name>gaiaedr3.skymapperdr2_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="504910161" esatapplus:size_bytes="29642997760" type="base_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, [chap:crossmatch], for more
        details on the catalogue.</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="446297242" esatapplus:size_bytes="64593690624" type="base_table">
                    <name>gaiaedr3.skymapperdr2_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="469051627" esatapplus:size_bytes="67530227712" type="base_table">
                    <name>gaiaedr3.tmass_psc_xsc_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="471063502" esatapplus:size_bytes="94712446976" type="base_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
        sourceId (originalExtSourceId) to the corresponding the additional
        numerical identifier (cleanTmassPscXscOid).
        Both originalExtSourceId and cleanTmassPscXscOid are present in the
        cross-match output tables (tmassPscXscBestNeighbour and
        tmassPscXscNeighbourhood). However, in case there are suspected
        duplicates in the external catalogue, different originalExtSourceId will
        correspond to the same cleanTmassPscXscOid.
        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 cleanTmassPscXscOid 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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_psc_source_id</name>
                       <description>Original 2MASS PSC source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_xsc_source_id</name>
                       <description>Original 2MASS XSC source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="469600014" esatapplus:size_bytes="71873429504" type="base_table">
                    <name>gaiaedr3.tmass_psc_xsc_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>clean_tmass_psc_xsc_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="2518330" esatapplus:size_bytes="285114368" type="base_table">
                    <name>gaiaedr3.tycho2tdsc_merge_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>tycho2tdsc_merge_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="2536896" esatapplus:size_bytes="367255552" type="base_table">
                    <name>gaiaedr3.tycho2tdsc_merge_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>tycho2tdsc_merge_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="227682906" esatapplus:size_bytes="30885617664" type="base_table">
                    <name>gaiaedr3.urat1_best_neighbour</name>
                    <description>&lt;p&gt;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.&lt;br/&gt;
        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.&lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_neighbours</name>
                       <description>Number of neighbours in External Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_of_mates</name>
                       <description>Number of mates in Gaia Catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Gaia Early Data Release 3/Cross match" esatapplus:size="227683310" esatapplus:size_bytes="34841632768" type="base_table">
                    <name>gaiaedr3.urat1_neighbourhood</name>
                    <description>&lt;p&gt;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. &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        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.&lt;br/&gt;
        &lt;br/&gt;
        Reference papers:&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR1-DPACP-17&lt;br/&gt;
        &lt;/p&gt;
        &lt;p&gt;DR2-DPACP-41&lt;br/&gt;
        &lt;/p&gt;</description>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique Gaia source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>original_ext_source_id</name>
                       <description>Original External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>angular_distance</name>
                       <description>Angular Distance between the two sources</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>score</name>
                       <description>Score of neighbours</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>xm_flag</name>
                       <description>Cross-match algorithm flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>urat1_oid</name>
                       <description>External Catalogue source identifier</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Early Data Release 3/Simulation" esatapplus:size="1644237695" esatapplus:size_bytes="550120087552" type="base_table">
                    <name>gaiaedr3.gaia_source_simulation</name>
                    <description>Table of sources realised according to the Gaia Object Generator (GOG)
        simulation. Observed attributes are given with simulated observational
        uncertainties.

        This table contains the output of GOG. The values are obtained after
        adding the corresponding uncertainty (based on the error models) to the
        true values in table GaiaUniverseModel. Both the values and the
        uncertainties are provided.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Long Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="ICRS_2010" std="false">
                       <name>ra</name>
                       <description>Right Ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Right Ascension error</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="ICRS_2010" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;pos.eq.ra</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Declination error</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Parallax error</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in RA</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmra_error</name>
                       <description>Error in RA proper motion</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in dec</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmdec_error</name>
                       <description>Error in dec. proper motion</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_obs_al</name>
                       <description>Number of AL observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_outliers_al</name>
                       <description>Number of outliers AL observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux</name>
                       <description>Mean G flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux_error</name>
                       <description>Mean G flux error</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_mean_mag</name>
                       <description>Mean G magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_flux</name>
                       <description>Mean BP flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_flux_error</name>
                       <description>Mean BP flux error</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_mag</name>
                       <description>Mean BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_flux</name>
                       <description>Mean RP flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_flux_error</name>
                       <description>Mean RP flux error</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_mag</name>
                       <description>Mean RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rvs_mean_flux</name>
                       <description>Mean RVS flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rvs_mean_flux_error</name>
                       <description>Mean RVS flux error</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_rvs_mean_mag</name>
                       <description>Mean RVS magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radial_velocity_error</name>
                       <description>Radial velocity error</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff</name>
                       <description>Effective temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff_error</name>
                       <description>Effective temperature error</description>
                       <unit>K</unit>
                       <ucd>stat.error;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vsini</name>
                       <description>v sin i</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vsini_error</name>
                       <description>v sin i error</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a0</name>
                       <description>Extinction at 550 nm</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>a0_error</name>
                       <description>Extinction at 550 nm error</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>feh</name>
                       <description>Iron abundance</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>feh_error</name>
                       <description>Iron abundance error</description>
                       <unit>'dex'</unit>
                       <ucd>stat.error;phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>logg</name>
                       <description>Surface gravity</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>logg_error</name>
                       <description>Surface gravity Error</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.error;phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Early Data Release 3/Simulation" esatapplus:size="4378670080" esatapplus:size_bytes="1671560241152" type="base_table">
                    <name>gaiaedr3.gaia_universe_model</name>
                    <description>Table of simulated galactic stars according to the Gaia Universal Model
        Simulation (GUMS). True values of the intrinsic simulated quantities
        (astrometry, photometry and physical parameters) for the sources
        generated by GOG using the Universe Model are given. No errors are
        added.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>source_extended_id</name>
                       <description>Extended source identifier</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Long Identifier</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="ICRS_2010" std="false">
                       <name>ra</name>
                       <description>Right Ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="ICRS_2010" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>barycentric_distance</name>
                       <description>Barycentric distance to the simulated source</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion along right ascension </description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion along declination</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mag_g</name>
                       <description>Mean Apparent G magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mag_bp</name>
                       <description>Mean Apparent BP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mag_rp</name>
                       <description>Mean Apparent RP magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mag_rvs</name>
                       <description>Mean Apparent RVS magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>v_i</name>
                       <description>(V-I) color</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.V;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_absolute_v</name>
                       <description>Mean Absolute V magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ag</name>
                       <description>Absorption in G</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>av</name>
                       <description>Absorption in V</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>teff</name>
                       <description>Effective temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>spectral_type</name>
                       <description>spectral class + luminosity class</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>logg</name>
                       <description>Surface gravity</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>feh</name>
                       <description>Metallicity</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Fe</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>alphafe</name>
                       <description>Alpha elements</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mbol</name>
                       <description>Absolute bolometric magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag.bol</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>age</name>
                       <description>Age</description>
                       <unit>Gyr</unit>
                       <ucd>time.age</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mass</name>
                       <description>Mass</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radius</name>
                       <description>Radius</description>
                       <unit>solRad</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vsini</name>
                       <description>Rotational velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>phys.veloc.rotat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>population</name>
                       <description>Population</description>
                       <ucd>meta.code.member</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>has_photocenter_motion</name>
                       <description>Boolean describing if the photocenter has or not motion</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nc</name>
                       <description>Number of components</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>nt</name>
                       <description>Total number of object</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>semimajor_axis</name>
                       <description>Semi major axis </description>
                       <unit>AU</unit>
                       <ucd>src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>eccentricity</name>
                       <description>Eccentricity</description>
                       <ucd>src.orbital.eccentricity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>inclination</name>
                       <description>Inclination</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.inclination</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>longitude_ascending_node</name>
                       <description>Longitude of ascending node</description>
                       <unit>deg</unit>
                       <ucd>pos.bodyrc.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>orbit_period</name>
                       <description>Period of the orbit</description>
                       <unit>d</unit>
                       <ucd>src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>periastron_date</name>
                       <description>Date of periastron</description>
                       <unit>d</unit>
                       <ucd>src.orbital.periastron</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>periastron_argument</name>
                       <description>Periastron argument</description>
                       <unit>deg</unit>
                       <ucd>src.orbital.periastron</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variability_type</name>
                       <description>Variability type</description>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variability_amplitude</name>
                       <description>Amplitude of variability</description>
                       <unit>mag</unit>
                       <ucd>src.var;src.var.amplitude;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variability_period</name>
                       <description>Period of variability</description>
                       <unit>d</unit>
                       <ucd>src.var;time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>variability_phase</name>
                       <description>Phase of variability</description>
                       <ucd>src.var;time.phase</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>r_env_r_star</name>
                       <description>Envelope characterisic for Be stars</description>
                       <ucd>meta</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/DPAC curated external catalogues" esatapplus:size="2561887" esatapplus:size_bytes="611835904" type="base_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>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>id</name>
                       <description>Tycho-2 identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>hip</name>
                       <description>Hipparcos number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tyc1</name>
                       <description>TYC1 component from TYC or GSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tyc2</name>
                       <description>TYC2 component from TYC or GSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tyc3</name>
                       <description>TYC3 component from TYC or TDSC</description>
                       <ucd>meta.id.part;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>id_tycho</name>
                       <description>Numeric Tycho-2 identifier</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>tyc</name>
                       <description>Tycho-1 star</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>de_deg</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_mdeg</name>
                       <description>Mean Right Ascension, ICRS, epoch=J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>de_mdeg</name>
                       <description>Mean Declination, ICRS, at epoch=J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ep_ra1990</name>
                       <description>Epoch--1990 of raDeg</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ep_de1990</name>
                       <description>Epoch--1990 of deDeg</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ep_ra_m</name>
                       <description>Mean epoch of RA.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ep_de_m</name>
                       <description>Mean epoch of Dec.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num</name>
                       <description>Number of positions used for forming mean data</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_de_deg</name>
                       <description>Uncertainty of observed Tycho-2 Dec.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>corr</name>
                       <description>Correlation (RAdeg,DEdeg)</description>
                       <ucd>stat.correlation;pos.eq.ra;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_de_mdeg</name>
                       <description>Uncertainty of Dec at mean epoch.</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>q_ra_mdeg</name>
                       <description>Goodness of fit for mean RA</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>q_de_mdeg</name>
                       <description>Goodness of fit for mean Dec</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>q_pm_de</name>
                       <description>Goodness of fit for pmDe</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>q_pm_ra</name>
                       <description>Goodness of fit for pmRa</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pflag</name>
                       <description>Mean position flag</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>posflg</name>
                       <description>Type of Tycho-2 solution</description>
                       <ucd>meta.id;stat.fit</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ccdm</name>
                       <description>CCDM component identifier for HIP stars</description>
                       <ucd>meta.code.multip</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>prox</name>
                       <description>Proximity indicator</description>
                       <unit>mas.100</unit>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bt_mag</name>
                       <description>Tycho-2 BT magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>vt_mag</name>
                       <description>Tycho-2 VT magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_bt_mag</name>
                       <description>Uncertainty of BT</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_vt_mag</name>
                       <description>Uncertainty of VT</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>sys_no</name>
                       <description>TDSC identifier for the system</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>cmp</name>
                       <description>Component designation</description>
                       <ucd>meta.id.part</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_main</name>
                       <description>Number of components in TDSC main catalogue</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_sup</name>
                       <description>Number of components in the TDSC supplement</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>magflg</name>
                       <description>TDSC photometry flag</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>wds</name>
                       <description>WDS identifier for the system</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>note</name>
                       <description>TDSC notes</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>hd</name>
                       <description>HD identifier for TDSC entries</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rcmp</name>
                       <description>Reference component for position angle and separation</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pa</name>
                       <description>Position angle</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>sep</name>
                       <description>Separation</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_pa</name>
                       <description>Uncertainty of the position angle</description>
                       <unit>deg</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_pa_sep</name>
                       <description>Uncertainty of the position angle * separation</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>e_sep</name>
                       <description>Uncertainty of the separation</description>
                       <unit>mas</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true" esatapplus:title="Gaia Focused Product Release">
                 <name>gaiafpr</name>
                 <description>Gaia Focused Product Release</description>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Focused Product Release/Crowded fields" esatapplus:size="526587" esatapplus:size_bytes="578314240" type="base_table">
                    <name>gaiafpr.crowded_field_source</name>
                    <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 esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Unique source designation (unique across all Data Releases)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>region_name</name>
                       <description>Name of the designated CrowdedField region in the sky</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="GAIADR4" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="GAIADR4" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its standard error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pm</name>
                       <description>Total proper motion</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax		</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_scans</name>
                       <description>Number of CrowdedField scans of the source location</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_chi2_al</name>
                       <description>AL chi-square value</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>pseudocolour</name>
                       <description>Astrometrically estimated pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>parallax_pseudocolour_corr</name>
                       <description>Correlation between parallax and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_matched_transits</name>
                       <description>Matched FOV transits used in the AGIS solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>visibility_periods_used</name>
                       <description>Number of visibility periods used in Astrometric solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>matched_transits</name>
                       <description>The number of transits matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_primary_flag</name>
                       <description>Primary or secondary</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_g_flux_uwv</name>
                       <description>Unit weight variance of fluxes</description>
                       <ucd>stat.weight</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>phot_proc_mode</name>
                       <description>Photometry processing mode</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Focused Product Release/Extra-galactic" esatapplus:size="4760920" esatapplus:size_bytes="859389952" type="base_table">
                    <name>gaiafpr.lens_candidates</name>
                    <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.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>The name of the gravitational lens candidate</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flag</name>
                       <description>GravLens flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_components</name>
                       <description>Number of components</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>component_id</name>
                       <description>Index of the component for this sourceId</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_obs_component</name>
                       <description>Number of valid observations used for this component</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>component_flag</name>
                       <description>Component object flag</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="GAIADR3" std="false">
                       <name>ra_component</name>
                       <description>Mean right ascension of the component</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="GAIADR3" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Focused Product Release/Extra-galactic" esatapplus:size="3760480" esatapplus:size_bytes="314761216" type="base_table">
                    <name>gaiafpr.lens_catalogue_name</name>
                    <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.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Focused Product Release/Extra-galactic" esatapplus:size="171545519" esatapplus:size_bytes="21384577024" type="base_table">
                    <name>gaiafpr.lens_observation</name>
                    <description>This table contains the observations associated with the components found in the lens candidates table.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>component_id</name>
                       <description>Index of the component for this sourceId</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Counter for the observations of each component </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="GAIADR3" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="GAIADR3" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Gaia Focused Product Release/Extra-galactic" esatapplus:size="11822543" esatapplus:size_bytes="1473732608" type="base_table">
                    <name>gaiafpr.lens_outlier</name>
                    <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 esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>outlier_id</name>
                       <description>Counter for the outliers of each component </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="GAIADR3" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="GAIADR3" std="false">
                       <name>dec_obs</name>
                       <description>Declination of each individual outlier observation</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Focused Product Release/Solar system" esatapplus:size="46264083" esatapplus:size_bytes="16817528832" type="base_table">
                    <name>gaiafpr.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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>denomination</name>
                       <description>standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>transit_id</name>
                       <description>Transit Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation Identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch</name>
                       <description>Gaia-Centric epoch TCB(Gaia)</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_err</name>
                       <description>Error in Gaia-Centric epoch</description>
                       <unit>d</unit>
                       <ucd>stat.error;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_utc</name>
                       <description>Gaia-Centric TCB epoch converted to UTC</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <utype>stc.AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="33" esatapplus:ref="GAIADR3" std="false">
                       <name>ra</name>
                       <description>Right ascension of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="34" esatapplus:ref="GAIADR3" std="false">
                       <name>dec</name>
                       <description>Declination of the source</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error_systematic</name>
                       <description>Standard error of right ascension, systematic </description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position2D.Error2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error_systematic</name>
                       <description>Standard error of declination, systematic</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position2D.Error2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ra_error_random</name>
                       <description>Standard error of right ascension, random</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position2D.Error2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>dec_error_random</name>
                       <description>Standard error of declination, random</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position2D.Error2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>x_gaia</name>
                       <description>Barycentric x position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.x;pos.barycenter</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>y_gaia</name>
                       <description>Barycentric y position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.y;pos.barycenter</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>z_gaia</name>
                       <description>Barycentric z position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.z;pos.barycenter</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>x_gaia_geocentric</name>
                       <description>Geocentric x position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.x;pos.geocentric</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>y_gaia_geocentric</name>
                       <description>Geocentric y position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.y;pos.geocentric</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>z_gaia_geocentric</name>
                       <description>Geocentric z position of Gaia</description>
                       <unit>AU</unit>
                       <ucd>pos.cartesian.z;pos.geocentric</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>position_angle_scan</name>
                       <description>Position angle of the scanning direction </description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_outcome_ccd</name>
                       <description>Result of processing the CCDs</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>astrometric_outcome_transit</name>
                       <description>Result of processing the transit</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Field of view</description>
                       <ucd>phys.angSize;instr.fov</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>is_rejected</name>
                       <description>Flag indicating if rejected by the orbital fit</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Focused Product Release/Solar system" esatapplus:size="156823" esatapplus:size_bytes="92790784" type="base_table">
                    <name>gaiafpr.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 with single objects. </description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>num_of_obs</name>
                       <description>number of observations</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>number_mp</name>
                       <description>Minor Planet number</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>denomination</name>
                       <description>standard MPC denomination of the asteroid</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>epoch_state_vector</name>
                       <description>TCB epoch for the state vector</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>orbital_elements_var_covar_matrix</name>
                       <description>var-covar matrix on elliptical elements at reference Epoch</description>
                       <ucd>stat.covariance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>h_state_vector</name>
                       <description>Heliocentric State Vector at reference Epoch</description>
                       <ucd>pos</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>h_state_vector_var_covar_matrix</name>
                       <description>Covariance matrix of the State Vector</description>
                       <ucd>stat.covariance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Focused Product Release/Spectroscopy" esatapplus:size="235428" esatapplus:size_bytes="72802304" type="base_table">
                    <name>gaiafpr.interstellar_medium_params</name>
                    <description>This is the main table of DIB parameters from DIB-Spec, derived from spectra binned in galactic latitude, longitude and distance.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>healpix</name>
                       <description>HEALPix identification</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lc</name>
                       <description>Central galactic longitude of voxel</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bc</name>
                       <description>Central galactic latitude of voxel</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>dc</name>
                       <description>Central heliocentric distance of voxel</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>n_targets</name>
                       <description>Number of target stars in a voxel</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>SNR  of the stacked ISM spectrum at 862.0 nm</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ew8620</name>
                       <description>DIB equivalent width  at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags8620</name>
                       <description>Quality flag of DIB parameters at 862.0 nm</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>p08620</name>
                       <description>p0 parameter at 862.0 nm</description>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>p18620</name>
                       <description>p1 parameter at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>p28620</name>
                       <description>p2 parameter at 862.0 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>ew8648</name>
                       <description>DIB equivalent width at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>spect.line.eqWidth</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flags8648</name>
                       <description>Quality flag of DIB parameters at 864.8 nm</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>p08648</name>
                       <description>p0 parameter at 864.8 nm</description>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>p18648</name>
                       <description>p1 parameter at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>p28648</name>
                       <description>p2 parameter at 864.8 nm</description>
                       <unit>nm</unit>
                       <ucd>stat.value;spect.line</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Focused Product Release/Spectroscopy" esatapplus:size="62859276" esatapplus:size_bytes="10516979712" type="base_table">
                    <name>gaiafpr.interstellar_medium_spectra</name>
                    <description>Table of the stacked Interstellar Medium Spectra</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>healpix</name>
                       <description>The HEALPix Identification</description>
                       <ucd>pos.healpix</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>lc</name>
                       <description>Central galactic longitude of voxel</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>bc</name>
                       <description>Central galactic latitude of voxel</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>dc</name>
                       <description>Central heliocentric distance of voxel</description>
                       <unit>kpc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>lambda</name>
                       <description>Wavelength</description>
                       <unit>angstrom</unit>
                       <ucd>em.wl</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flux</name>
                       <description>Normalised flux </description>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flux_uncertainty</name>
                       <description>Uncertainty in the flux parameter</description>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Focused Product Release/Variability" esatapplus:size="231767" esatapplus:size_bytes="28745728" type="base_table">
                    <name>gaiafpr.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>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <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:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>transit_id</name>
                       <description>Transit unique identifier</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rv_obs_time</name>
                       <description>Observing time of the transit</description>
                       <unit>d</unit>
                       <ucd>time.epoch</ucd>
                       <utype>spec:Spectrum.Data.TimeAxis.Value</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>radial_velocity</name>
                       <description>Barycentric radial velocity</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>rejected_by_variability</name>
                       <description>Rejected by DPAC variability processing (or variability analysis)</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Focused Product Release/Variability" esatapplus:size="9614" esatapplus:size_bytes="1171456" type="base_table">
                    <name>gaiafpr.vari_long_period_variable</name>
                    <description>This table describes the Long Period Variable stars.</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>frequency</name>
                       <description>Frequency from G FoV time series</description>
                       <unit>d**-1</unit>
                       <ucd>src.var.pulse</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>is_cstar</name>
                       <description>Flag to mark C-stars</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>flag_rv</name>
                       <description>Flag identifying a top-quality subsample</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Gaia Focused Product Release/Variability" esatapplus:size="9614" esatapplus:size_bytes="1327104" type="base_table">
                    <name>gaiafpr.vari_rad_vel_statistics</name>
                    <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).</description>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="48" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>mean_obs_time_rv</name>
                       <description>Mean observation time for radial velocity transits</description>
                       <unit>d</unit>
                       <ucd>time.epoch;stat.mean</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>skewness_rv</name>
                       <description>Standardized unweighted radial velocity skewness</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>kurtosis_rv</name>
                       <description>Standardized unweighted radial velocity kurtosis</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <name>abbe_rv</name>
                       <description>Abbe value for radial velocity transits</description>
                       <ucd>spect.dopplerVeloc.opt;stat.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="32" esatapplus:ref="" std="false">
                       <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:VOTableType">float</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>job_upload</name>
              </schema>
              <schema esatapplus:public="true">
                 <name>public</name>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="118218" esatapplus:size_bytes="51666944" type="base_table">
                    <name>public.hipparcos</name>
                    <description>This is the main Hipparcos table containing a summary of the main astrometric and photometric properties of each source in The Hipparcos and Tycho Catalogues (ESA 1997). Median astrometric standard errors (in position, parallax, and annual proper motion) are in the range 0.7-0.9 milliarcsec (mas) for stars brighter than 9 mag at the catalogue epoch (J1991.25). The catalogue is a materialisation of the ICRS reference system, coinciding with its principal axes at the level of +/-0.6 mas, and with proper motions consistent with an inertial system at the level of +/-0.25 mas/yr. The 118,218 constituent stars provide a mean sky density of ~3 stars/deg^2. Reference paper: https://ui.adsabs.harvard.edu/abs/1997A%26A...323L..49P/abstract</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>hip</name>
                       <description>Identifier (HIP number) (H1)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proxy</name>
                       <description>[HT] Proximity flag (H2)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rahms</name>
                       <description>Right ascension in h m s, ICRS (J1991.25) (H3)</description>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dedms</name>
                       <description>Declination in deg ' ", ICRS (J1991.25) (H4)</description>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vmag</name>
                       <description>? Magnitude in Johnson V (H5)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>varflag</name>
                       <description>[1,3]? Coarse variability flag (H6)</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_vmag</name>
                       <description>[GHT] Source of magnitude (H7)</description>
                       <ucd>meta.ref;pos.frame</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="HIP" std="false">
                       <name>ra</name>
                       <description>? alpha, degrees (ICRS, Epoch=J1991.25) (H8)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="HIP" std="false">
                       <name>de</name>
                       <description>? delta, degrees (ICRS, Epoch=J1991.25) (H9)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astroref</name>
                       <description>[*+A-Z] Reference flag for astrometry (H10)</description>
                       <ucd>meta.bib</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plx</name>
                       <description>? Trigonometric parallax (H11)</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>*? Proper motion mu_alpha.cos(delta), ICRS(H12)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmde</name>
                       <description>*? Proper motion mu_delta, ICRS (H13)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_radeg</name>
                       <description>*? Standard error in RA*cos(DEdeg) (H14)</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_dedeg</name>
                       <description>*? Standard error in DE (H15)</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_plx</name>
                       <description>? Standard error in Plx (H16)</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmra</name>
                       <description>? Standard error in pmRA (H17)</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmde</name>
                       <description>? Standard error in pmDE (H18)</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dera</name>
                       <description>[-1/1]? Correlation, DE/RA*cos(delta) (H19)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plxra</name>
                       <description>[-1/1]? Correlation, Plx/RA*cos(delta) (H20)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plxde</name>
                       <description>[-1/1]? Correlation, Plx/DE (H21)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmrara</name>
                       <description>[-1/1]? Correlation, pmRA/RA*cos(delta) (H22)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmrade</name>
                       <description>[-1/1]? Correlation, pmRA/DE (H23)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmraplx</name>
                       <description>[-1/1]? Correlation, pmRA/Plx (H24)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdera</name>
                       <description>[-1/1]? Correlation, pmDE/RA*cos(delta) (H25)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdede</name>
                       <description>[-1/1]? Correlation, pmDE/DE (H26)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdeplx</name>
                       <description>[-1/1]? Correlation, pmDE/Plx (H27)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdepmra</name>
                       <description>[-1/1]? Correlation, pmDE/pmRA (H28)</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f1</name>
                       <description>? Percentage of rejected data (H29)</description>
                       <ucd>stat.value;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f2</name>
                       <description>? Goodness-of-fit parameter (H30)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>btmag</name>
                       <description>? Mean BT magnitude (H32)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_btmag</name>
                       <description>? Standard error on BTmag (H33)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vtmag</name>
                       <description>? Mean VT magnitude (H34)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_vtmag</name>
                       <description>? Standard error on VTmag (H35)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_btmag</name>
                       <description>[A-Z*-] Reference flag for BT and VTmag (H36)</description>
                       <ucd>meta.code.multip</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_v</name>
                       <description>? Johnson B-V colour (H37)</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b_v</name>
                       <description>? Standard error on B-V (H38)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_b_v</name>
                       <description>[GT] Source of B-V from Ground or Tycho (H39)</description>
                       <ucd>meta.ref;phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_i</name>
                       <description>? Colour index in Cousins' system (H40)</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_v_i</name>
                       <description>? Standard error on V-I (H41)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_v_i</name>
                       <description>[A-T] Source of V-I (H42)</description>
                       <ucd>meta.ref;phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>combmag</name>
                       <description>[*] Flag for combined Vmag, B-V, V-I (H43)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hpmag</name>
                       <description>? Median magnitude in Hipparcos system (H44)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_hpmag</name>
                       <description>? Standard error on Hpmag (H45)</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hpscat</name>
                       <description>? Scatter on Hpmag (H46)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_hpmag</name>
                       <description>? Number of observations for Hpmag (H47)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_hpmag</name>
                       <description>[A-Z*-] Reference flag for Hpmag (H48)</description>
                       <ucd>meta.code.multip</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hpmax</name>
                       <description>? Hpmag at maximum (5th percentile) (H49)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hpmin</name>
                       <description>? Hpmag at minimum (95th percentile) (H50)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>period</name>
                       <description>? Variability period (days) (H51)</description>
                       <unit>d</unit>
                       <ucd>src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hvartype</name>
                       <description>[CDMPRU]? variability type (H52)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>morevar</name>
                       <description>[12] Additional data about variability (H53)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>morephoto</name>
                       <description>[ABC] Light curve Annex (H54)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccdm</name>
                       <description>CCDM identifier (H55)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_ccdm</name>
                       <description>[HIM] Historical status flag (H56)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nsys</name>
                       <description>? Number of entries with same CCDM (H57)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ncomp</name>
                       <description>? Number of components in this entry (H58)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>multflag</name>
                       <description>[CGOVX] Double/Multiple Systems flag (H59)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source</name>
                       <description>[PFILS] Astrometric source flag (H60)</description>
                       <ucd>meta.bib</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qual</name>
                       <description>[ABCDS] Solution quality (H61)</description>
                       <ucd>meta.code.qual;stat.fit</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_hip</name>
                       <description>Component identifiers (H62)</description>
                       <ucd>meta.code.multip</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>theta</name>
                       <description>? Position angle between components (H63)</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rho</name>
                       <description>? Angular separation between components (H64)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_rho</name>
                       <description>? Standard error on rho (H65)</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dhp</name>
                       <description>? Magnitude difference of components (H66)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_dhp</name>
                       <description>? Standard error on dHp (H67)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>survey</name>
                       <description>[S] Flag indicating a Survey Star (H68)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chart</name>
                       <description>[DG] Identification Chart (H69)</description>
                       <ucd>meta.id;obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>notes</name>
                       <description>[DGPWXYZ] Existence of notes (H70)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hd</name>
                       <description>[1/359083]? HD number (H71)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bd</name>
                       <description>Bonner DM (H72)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cod</name>
                       <description>Cordoba Durchmusterung (DM) (H73)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cpd</name>
                       <description>Cape Photographic DM (H74)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ired</name>
                       <description>V-I used for reductions (H75)</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sptype</name>
                       <description>Spectral type (H76)</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_sptype</name>
                       <description>[1234GKSX]? Source of spectral type (H77)</description>
                       <ucd>meta.ref;pos.frame</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="117955" esatapplus:size_bytes="165445632" type="base_table">
                    <name>public.hipparcos_newreduction</name>
                    <description>This is the main Hipparcos table containing a summary of the main astrometric and photometric properties of each source in the "Hipparcos New Reduction: The Astrometric Catalogue" (Van Leeuwen 2007). This new reduction of the astrometric data as produced by the Hipparcos mission has uncertainties for nearly all stars brighter than Hipparcos magnitude Hp = 8 mag that are better, by up to a factor 4, than in the original catalogue (ESA 1997). The astrometric covariance matrix can be reconstructed following Appendix B of Michalik+, 2014, A&amp;A, 571, A85. Reference paper: https://ui.adsabs.harvard.edu/abs/2007A%26A...474..653V/abstract (DOI: 10.1051/0004-6361:20078357)</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>hip</name>
                       <description>Hipparcos identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ic</name>
                       <description>Entry in one of the suppl.catalogues</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="HIP" std="false">
                       <name>ra</name>
                       <description>Right Ascension in ICRS, Ep=1991.25</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="HIP" std="false">
                       <name>dec</name>
                       <description>Declination in ICRS, Ep=1991.25</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_rad</name>
                       <description>Right Ascension in ICRS, Ep=1991.25</description>
                       <unit>rad</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de_rad</name>
                       <description>Declination in ICRS, Ep=1991.25</description>
                       <unit>rad</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plx</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_ra</name>
                       <description>Proper motion in Right Ascension</description>
                       <unit>mas.yr**-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_de</name>
                       <description>Proper motion in Declination</description>
                       <unit>mas.yr**-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ra_rad</name>
                       <description>Formal error on RArad</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_de_rad</name>
                       <description>Formal error on DErad</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_plx</name>
                       <description>Formal error on Plx</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pm_ra</name>
                       <description>Formal error on pmRA</description>
                       <unit>mas.yr**-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pm_de</name>
                       <description>Formal error on pmDE</description>
                       <unit>mas.yr**-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f1</name>
                       <description>Percentage rejected data</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f2</name>
                       <description>Goodness of fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nc</name>
                       <description>Number of components</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ntr</name>
                       <description>Number of field transits used</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u3</name>
                       <description>Upper-triangular weight matrix element 3

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u4</name>
                       <description>Upper-triangular weight matrix element 4

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u5</name>
                       <description>Upper-triangular weight matrix element 5

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u6</name>
                       <description>Upper-triangular weight matrix element 6

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u7</name>
                       <description>Upper-triangular weight matrix element 7

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u8</name>
                       <description>Upper-triangular weight matrix element 8

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u9</name>
                       <description>Upper-triangular weight matrix element 9

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sn</name>
                       <description>[0,159] Solution type new reduction

        The solution type is a number 10xd+s consisting of two parts d and s:
            - s describes the type of solution adopted:
              1 = stochastic solution (dispersion is given in the 'var' column)
              3 = VIM solution (additional parameters in file hipvim.dat)
              5 = 5-parameter solution (this file)
              7 = 7-parameter solution (additional parameters in hip7p.dat)
              9 = 9-parameter solution (additional parameters in hip9p.dat)
            - d describes peculiarities, as a combination of values:
              0 = single star
              1 = double star
              2 = variable in the system with amplitude &gt; 0.2mag
              4 = astrometry refers to the photocenter
              8 = measurements concern the secondary (fainter) in the double system</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>so</name>
                       <description>[0,5] Solution type old reduction

        as follows:
              0 = standard 5-parameter solution
              1 = 7- or 9-parameter solution
              2 = stochastic solution
              3 = double and multiple stars
              4 = orbital binary as resolved in the published catalog
              5 = VIM (variability-induced mover) solution</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var</name>
                       <description>Cosmic dispersion added (stochastic solution)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u1</name>
                       <description>Upper-triangular weight matrix element 1

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u2</name>
                       <description>Upper-triangular weight matrix element 2

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u10</name>
                       <description>Upper-triangular weight matrix element 10

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u11</name>
                       <description>Upper-triangular weight matrix element 11

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u12</name>
                       <description>Upper-triangular weight matrix element 12

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u13</name>
                       <description>Upper-triangular weight matrix element 13

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u14</name>
                       <description>Upper-triangular weight matrix element 14

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u15</name>
                       <description>Upper-triangular weight matrix element 15

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hp_mag</name>
                       <description>Hipparcos magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_v</name>
                       <description>Colour index</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_i</name>
                       <description>V-I colour index</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_hp_mag</name>
                       <description>Error on mean Hpmag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b_v</name>
                       <description>Formal error on colour index</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_hp</name>
                       <description>Scatter of Hpmag</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>va</name>
                       <description>[0,2] Reference to variability annex</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="29164309" esatapplus:size_bytes="24046854144" type="base_table">
                    <name>public.hubble_sc</name>
                    <description>The Hubble Source Catalogue (HSC, version 1) combines the tens of thousands of visit-based source lists in the Hubble Legacy Archive into a single master catalogue. Version 1 of the Hubble Source Catalogue includes roughly 80 million detections of nearly 30 million objects involving about 160,000 HST exposures taken with 112 different detector/filter combinations covering WFPC2, ACS/WFC, WFC3/UVIS, and WFC3/IR. The mean photometric accuracy for the catalogue as a whole is better than 0.10 mag, with relative accuracy as good as 0.02 mag in certain circumstances (e.g., bright isolated stars). The relative astrometric residuals are typically within 10 mas, with a value for the mode of 2.3 mas. The absolute astrometric accuracy is better than approximately 0.1 arcsec for most sources but can be much larger for fields that could not be matched to the Pan-STARRS, SDSS, or 2MASS reference systems. Reference paper: https://ui.adsabs.harvard.edu/abs/2016AJ....151..134W/abstract (DOI: 10.3847/0004-6256/151/6/134)</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>match_id</name>
                       <description>Identifier for the match</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>matchra</name>
                       <description>Right ascension for the match (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>matchdec</name>
                       <description>Declination for the match (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>htmid</name>
                       <description>Hierarchical triangular index (htm) level 20 identifier for object position</description>
                       <ucd>pos.htm</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x</name>
                       <description>X coordinate of object position on unit celestial sphere</description>
                       <ucd>pos.cartesian.x</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y</name>
                       <description>Y coordinate of object position on unit celestial sphere</description>
                       <ucd>pos.cartesian.y</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>Z coordinate of object position on unit celestial sphere</description>
                       <ucd>pos.cartesian.z</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dsigma</name>
                       <description>Standard deviation of the distance (D) between source and match positions</description>
                       <unit>mas</unit>
                       <ucd>stat.stdev</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>abscorr</name>
                       <description>[Y/N] Was absolute astrometry correction made?</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>starttime</name>
                       <description>Observation start time (YYYY-MM-DD hh:mm:ss.sss)</description>
                       <unit>YYYY-MM-DD</unit>
                       <ucd>time.start;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stoptime</name>
                       <description>Observation stop time (YYYY-MM-DD hh:mm:ss.sss)</description>
                       <unit>YYYY-MM-DD</unit>
                       <ucd>time.end;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>startmjd</name>
                       <description>Observation start time in MJD (Mean Julian Date) </description>
                       <unit>day</unit>
                       <ucd>time.start;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stopmjd</name>
                       <description>Observation stop time in MJD (Mean Julian Date) </description>
                       <unit>day</unit>
                       <ucd>time.end;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>targetname</name>
                       <description>Target name for one of the observations</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ci</name>
                       <description>Normalized (by detector and filter) mean value of concentration index defined as difference between magnitude in small and large apertures</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ci_sigma</name>
                       <description>Standard deviation in measurements of normalized Concentration Index</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag;arith.diff</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kronradius</name>
                       <description>Mean value of the Kron radius from Source Extractor</description>
                       <unit>arcsec</unit>
                       <ucd>phys.angSize;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kronradius_sigma</name>
                       <description>Standard deviation in measurements of Kron radius</description>
                       <unit>arcsec</unit>
                       <ucd>stat.stdev;phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extinction</name>
                       <description>E(B-V) from Schlegel et al. (1998)</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption.gal</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>numfilters</name>
                       <description>Number of filters used in the match</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>numvisits</name>
                       <description>Number of visits used in the match</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>numimages</name>
                       <description>Number of images used in the match</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f435w</name>
                       <description>Mean magnitude using ACS with f435w filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f435w_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f435w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f435w_n</name>
                       <description>Number of measurements using ACS with f435w filter </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f475w</name>
                       <description>Mean magnitude using ACS with f475w filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f475w_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f475w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f475w_n</name>
                       <description>Number of measurements using ACS with f475w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f502n</name>
                       <description>Mean magnitude using ACS with f502n filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f502n_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f502n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f502n_n</name>
                       <description>Number of measurements using ACS with f502n filter </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f550m</name>
                       <description>Mean magnitude using ACS with f550m filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f550m_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f550m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f550m_n</name>
                       <description>Number of measurements using ACS with f550m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f555w</name>
                       <description>Mean magnitude using ACS with f555w filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f555w_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f555w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f555w_n</name>
                       <description>Number of measurements using ACS with f555w filter </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f606w</name>
                       <description>Mean magnitude using ACS with f606w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f606w_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f606w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f606w_n</name>
                       <description>Number of measurements using ACS with f606w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f625w</name>
                       <description>Mean magnitude using ACS with f625w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f625w_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f625w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f625w_n</name>
                       <description>Number of measurements using ACS with f625w filter </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f658n</name>
                       <description>Mean magnitude using ACS with f658n filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f658n_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f658n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f658n_n</name>
                       <description>Number of measurements using ACS with f658n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f660n</name>
                       <description>Mean magnitude using ACS with f660n filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f660n_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f660n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f660n_n</name>
                       <description>Number of measurements using ACS with f660n filter </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f775w</name>
                       <description>Mean magnitude using ACS with f775w filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f775w_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f775w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f775w_n</name>
                       <description>Number of measurements using ACS with f775w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f814w</name>
                       <description>Mean magnitude using ACS with f814w filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f814w_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f814w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f814w_n</name>
                       <description>Number of measurements using ACS with f814w filter </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f850lp</name>
                       <description>Mean magnitude using ACS with f850lp filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f850lp_sigma</name>
                       <description>Standard deviation around mean magnitude using ACS with f850lp filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_f850lp_n</name>
                       <description>Number of measurements using ACS with f850lp filter </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f122m</name>
                       <description>Mean magnitude using WFPC2 with f122m filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f122m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f122m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f122m_n</name>
                       <description>Number of measurements using WFPC2 with f122m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f160bn15</name>
                       <description>Mean magnitude using WFPC2 with f160bn15 filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f160bn15_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f160bn15 filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f160bn15_n</name>
                       <description>Number of measurements using WFPC2 with f160bn15 filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f160bw</name>
                       <description>Mean magnitude using WFPC2 with f160bw filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f160bw_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f160bw filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f160bw_n</name>
                       <description>Number of measurements using WFPC2 with f160bw filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f170w</name>
                       <description>Mean magnitude using WFPC2 with f170w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f170w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f170w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f170w_n</name>
                       <description>Number of measurements using WFPC2 with f170w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f185w</name>
                       <description>Mean magnitude using WFPC2 with f185w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f185w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f185w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f185w_n</name>
                       <description>Number of measurements using WFPC2 with f185w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f218w</name>
                       <description>Mean magnitude using WFPC2 with f218w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f218w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f218w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f218w_n</name>
                       <description>Number of measurements using WFPC2 with f218w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f255w</name>
                       <description>Mean magnitude using WFPC2 f255w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f255w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f255w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f255w_n</name>
                       <description>Number of measurements using WFPC2 with f255w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f300w</name>
                       <description>Mean magnitude using WFPC2 with f300w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f300w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f300w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f300w_n</name>
                       <description>Number of measurements using WFPC2 with f300w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f336w</name>
                       <description>Mean magnitude using WFPC2 with f336w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f336w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f336w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f336w_n</name>
                       <description>Number of measurements using WFPC2 with f336w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f343n</name>
                       <description>Mean magnitude using WFPC2 with f343n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f343n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f343n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f343n_n</name>
                       <description>Number of measurements using WFPC2 with f343n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f375n</name>
                       <description>Mean magnitude using WFPC2 with f375n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f375n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f375n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f375n_n</name>
                       <description>Number of measurements using WFPC2 with f375n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f380w</name>
                       <description>Mean magnitude using WFPC2 with f380w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f380w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f380w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f380w_n</name>
                       <description>Number of measurements using WFPC2 with f380w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f390n</name>
                       <description>Mean magnitude using WFPC2 with f390n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f390n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f390n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f390n_n</name>
                       <description>Number of measurements using WFPC2 with f390n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f410m</name>
                       <description>Mean magnitude using WFPC2 with f410m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f410m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f410m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f410m_n</name>
                       <description>Number of measurements using WFPC2 with f410m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f437n</name>
                       <description>Mean magnitude using WFPC2 with f437n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f437n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f437n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f437n_n</name>
                       <description>Number of measurements using WFPC2 with f437n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f439w</name>
                       <description>Mean magnitude using WFPC2 with f439w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f439w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f439w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f439w_n</name>
                       <description>Number of measurements using WFPC2 with f439w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f450w</name>
                       <description>Mean magnitude using WFPC2 with f450w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f450w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f450w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f450w_n</name>
                       <description>Number of measurements using WFPC2 with f450w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f467m</name>
                       <description>Mean magnitude using WFPC2 with f467m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f467m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f467m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f467m_n</name>
                       <description>Number of measurements using WFPC2 with f467m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f469n</name>
                       <description>Mean magnitude using WFPC2 with f469n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f469n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f469n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f469n_n</name>
                       <description>Number of measurements using WFPC2 with f469n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f487n</name>
                       <description>Mean magnitude using WFPC2 with f487n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f487n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f487n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f487n_n</name>
                       <description>Number of measurements using WFPC2 with f487n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f502n</name>
                       <description>Mean magnitude using WFPC2 with f502n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f502n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f502n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f502n_n</name>
                       <description>Number of measurements using WFPC2 with f502n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f547m</name>
                       <description>Mean magnitude using WFPC2 with f547m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f547m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f547m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f547m_n</name>
                       <description>Number of measurements using WFPC2 with f547m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f555w</name>
                       <description>Mean magnitude using WFPC2 with f555w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f555w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f555w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f555w_n</name>
                       <description>Number of measurements using WFPC2 with f555w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f569w</name>
                       <description>Mean magnitude using WFPC2 with f569w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f569w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f569w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f569w_n</name>
                       <description>Number of measurements using WFPC2 with f569w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f588n</name>
                       <description>Mean magnitude using WFPC2 with f588n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f588n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f588n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f588n_n</name>
                       <description>Number of measurements using WFPC2 with f588n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f606w</name>
                       <description>Mean magnitude using WFPC2 with f606w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f606w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f606w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f606w_n</name>
                       <description>Number of measurements using WFPC2 with f606w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f622w</name>
                       <description>Mean magnitude using WFPC2 with f622w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f622w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f622w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f622w_n</name>
                       <description>Number of measurements using WFPC2 with f622w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f631n</name>
                       <description>Mean magnitude using WFPC2 with f631n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f631n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f631n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f631n_n</name>
                       <description>Number of measurements using WFPC2 with f631n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f656n</name>
                       <description>Mean magnitude using WFPC2 with f656n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f656n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f656n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f656n_n</name>
                       <description>Number of measurements using WFPC2 with f656n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f658n</name>
                       <description>Mean magnitude using WFPC2 with f658n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f658n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f658n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f658n_n</name>
                       <description>Number of measurements using WFPC2 with f658n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f673n</name>
                       <description>Mean magnitude using WFPC2 with f673n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f673n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f673n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f673n_n</name>
                       <description>Number of measurements using WFPC2 with f673n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f675w</name>
                       <description>Mean magnitude using WFPC2 with f675w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f675w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f675w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f675w_n</name>
                       <description>Number of measurements using WFPC2 with f675w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f702w</name>
                       <description>Mean magnitude using WFPC2 with f702w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f702w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f702w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f702w_n</name>
                       <description>Number of measurements using with WFPC2 f702w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f785lp</name>
                       <description>Mean magnitude using WFPC2 with f785lp filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f785lp_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f785lp filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f785lp_n</name>
                       <description>Number of measurements using WFPC2 with f785lp filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f791w</name>
                       <description>Mean magnitude using WFPC2 with f791w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f791w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f791w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f791w_n</name>
                       <description>Number of measurements using WFPC2 with f791w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f814w</name>
                       <description>Mean magnitude using WFPC2 with f814w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f814w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f814w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f814w_n</name>
                       <description>Number of measurements using WFPC2 with f814w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f850lp</name>
                       <description>Mean magnitude using WFPC2 with f850lp filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f850lp_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f850lp filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f850lp_n</name>
                       <description>Number of measurements using WFPC2 with f850lp filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f953n</name>
                       <description>Mean magnitude using WFPC2 with f953n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f953n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f953n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f953n_n</name>
                       <description>Number of measurements using WFPC2 with f953n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f1042m</name>
                       <description>Mean magnitude using WFPC2 with f1042m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f1042m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFPC2 with f1042m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_f1042m_n</name>
                       <description>Number of measurements using WFPC2 with f1042m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_blank</name>
                       <description>Mean magnitude using WFC3 with blank filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_blank_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with blank filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_blank_n</name>
                       <description>Number of measurements using WFC3 with blank filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f098m</name>
                       <description>Mean magnitude using WFC3 with f098m filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f098m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f098m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f098m_n</name>
                       <description>Number of measurements using WFC3 with f098m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f105w</name>
                       <description>Mean magnitude using WFC3 with f105w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f105w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f105w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f105w_n</name>
                       <description>Number of measurements using WFC3 with f105w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f110w</name>
                       <description>Mean magnitude using WFC3 with f110w filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f110w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f110w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f110w_n</name>
                       <description>Number of measurements using WFC3 with f110w filter </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f125w</name>
                       <description>Mean magnitude using WFC3 with f125w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f125w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f125w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f125w_n</name>
                       <description>Number of measurements using WFC3 with f125w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f126n</name>
                       <description>Mean magnitude using WFC3 with f126n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f126n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f126n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f126n_n</name>
                       <description>Number of measurements using WFC3 with f126n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f127m</name>
                       <description>Mean magnitude using WFC3 with f127m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f127m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f127m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f127m_n</name>
                       <description>Number of measurements using WFC3 with f127m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f128n</name>
                       <description>Mean magnitude using WFC3 with f128n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f128n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f128n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f128n_n</name>
                       <description>Number of measurements using WFC3 with f128n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f130n</name>
                       <description>Mean magnitude using WFC3 with f130n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f130n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f130n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f130n_n</name>
                       <description>Number of measurements using WFC3 with f130n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f132n</name>
                       <description>Mean magnitude using WFC3 with f132n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f132n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f132n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f132n_n</name>
                       <description>Number of measurements using WFC3 with f132n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f139m</name>
                       <description>Mean magnitude using WFC3 with f139m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f139m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f139m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f139m_n</name>
                       <description>Number of measurements using WFC3 with f139m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f140w</name>
                       <description>Mean magnitude using WFC3 with f140w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f140w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f140w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f140w_n</name>
                       <description>Number of measurements using WFC3 with f140w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f153m</name>
                       <description>Mean magnitude using WFC3 with f153m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f153m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f153m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f153m_n</name>
                       <description>Number of measurements using WFC3 with f153m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f160w</name>
                       <description>Mean magnitude using WFC3 with f160w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f160w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f160w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f160w_n</name>
                       <description>Number of measurements using WFC3 with f160w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f164n</name>
                       <description>Mean magnitude using WFC3 with f164n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f164n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f164n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f164n_n</name>
                       <description>Number of measurements using WFC3 with f164n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f167n</name>
                       <description>Mean magnitude using WFC3 with f167n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f167n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f167n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f167n_n</name>
                       <description>Number of measurements using WFC3 with f167n filter </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f200lp</name>
                       <description>Mean magnitude using WFC3 with f200lp filter </description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f200lp_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f200lp filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f200lp_n</name>
                       <description>Number of measurements using WFC3 with f200lp filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f218w</name>
                       <description>Mean magnitude using WFC3 with f218w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f218w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f218w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f218w_n</name>
                       <description>Number of measurements using WFC3 with f218w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f225w</name>
                       <description>Mean magnitude using WFC3 with f225w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f225w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f225w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f225w_n</name>
                       <description>Number of measurements using WFC3 with f225w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq232n</name>
                       <description>Mean magnitude using WFC3 with fq232n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq232n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq232n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq232n_n</name>
                       <description>Number of measurements using WFC3 with fq232n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq243n</name>
                       <description>Mean magnitude using WFC3 with fq243n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq243n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq243n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq243n_n</name>
                       <description>Number of measurements using WFC3 with fq243n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f275w</name>
                       <description>Mean magnitude using WFC3 with f275w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f275w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f275w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f275w_n</name>
                       <description>Number of measurements using WFC3 with f275w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f280n</name>
                       <description>Mean magnitude using WFC3 with f280n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f280n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f280n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f280n_n</name>
                       <description>Number of measurements using WFC3 with f280n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f300x</name>
                       <description>Mean magnitude using WFC3 with f300x filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f300x_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f300x filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f300x_n</name>
                       <description>Number of measurements using WFC3 with f300x filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f336w</name>
                       <description>Mean magnitude using WFC3 with f336w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f336w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f336w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f336w_n</name>
                       <description>Number of measurements using WFC3 with f336w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f343n</name>
                       <description>Mean magnitude using WFC3 with f343n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f343n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f343n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f343n_n</name>
                       <description>Number of measurements using WFC3 with f343n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f350lp</name>
                       <description>Mean magnitude using WFC3 with f350lp filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f350lp_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f350lp filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f350lp_n</name>
                       <description>Number of measurements using WFC3 with f350lp filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f373n</name>
                       <description>Mean magnitude using WFC3 with f373n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f373n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f373n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f373n_n</name>
                       <description>Number of measurements using WFC3 with f373n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq378n</name>
                       <description>Mean magnitude using WFC3 with fq378n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq378n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq378n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq378n_n</name>
                       <description>Number of measurements using WFC3 with fq378n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq387n</name>
                       <description>Mean magnitude using WFC3 with fq387n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq387n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq387n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq387n_n</name>
                       <description>Number of measurements using WFC3 with fq387n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f390m</name>
                       <description>Mean magnitude using WFC3 with f390m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f390m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f390m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f390m_n</name>
                       <description>Number of measurements using WFC3 with f390m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f390w</name>
                       <description>Mean magnitude using WFC3 with f390w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f390w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f390w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f390w_n</name>
                       <description>Number of measurements using WFC3 with f390w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f395n</name>
                       <description>Mean magnitude using WFC3 with f395n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f395n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f395n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f395n_n</name>
                       <description>Number of measurements using WFC3 with f395n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f410m</name>
                       <description>Mean magnitude using WFC3 with f410m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f410m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f410m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f410m_n</name>
                       <description>Number of measurements using WFC3 with f410m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq422m</name>
                       <description>Mean magnitude using WFC3 with fq422m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq422m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq422m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq422m_n</name>
                       <description>Number of measurements using WFC3 with fq422m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq436n</name>
                       <description>Mean magnitude using WFC3 with fq436n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq436n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq436n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq436n_n</name>
                       <description>Number of measurements using WFC3 with fq436n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq437n</name>
                       <description>Mean magnitude using WFC3 with fq437n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq437n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq437n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq437n_n</name>
                       <description>Number of measurements using WFC3 with fq437n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f438w</name>
                       <description>Mean magnitude using WFC3 with f438w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f438w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f438w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f438w_n</name>
                       <description>Number of measurements using WFC3 with f438w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f467m</name>
                       <description>Mean magnitude using WFC3 with f467m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f467m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f467m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f467m_n</name>
                       <description>Number of measurements using WFC3 with f467m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f469n</name>
                       <description>Mean magnitude using WFC3 with f469n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f469n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f469n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f469n_n</name>
                       <description>Number of measurements using WFC3 with f469n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f475w</name>
                       <description>Mean magnitude using WFC3 with f475w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f475w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f475w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f475w_n</name>
                       <description>Number of measurements using WFC3 with f475w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f475x</name>
                       <description>Mean magnitude using WFC3 with f475x filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f475x_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f475x filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f475x_n</name>
                       <description>Number of measurements using WFC3 with f475x filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f487n</name>
                       <description>Mean magnitude using WFC3 with f487n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f487n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f487n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f487n_n</name>
                       <description>Number of measurements using WFC3 with f487n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq492n</name>
                       <description>Mean magnitude using WFC3 with fq492n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq492n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq492n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq492n_n</name>
                       <description>Number of measurements using WFC3 with fq492n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f502n</name>
                       <description>Mean magnitude using WFC3 with f502n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f502n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f502n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f502n_n</name>
                       <description>Number of measurements using WFC3 with f502n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq508n</name>
                       <description>Mean magnitude using WFC3 with fq508n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq508n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq508n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq508n_n</name>
                       <description>Number of measurements using WFC3 with fq508n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f547m</name>
                       <description>Mean magnitude using WFC3 with f547m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f547m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f547m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f547m_n</name>
                       <description>Number of measurements using WFC3 with f547m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f555w</name>
                       <description>Mean magnitude using WFC3 with f555w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f555w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f555w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f555w_n</name>
                       <description>Number of measurements using WFC3 with f555w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq575n</name>
                       <description>Mean magnitude using WFC3 with fq575n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq575n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq575n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq575n_n</name>
                       <description>Number of measurements using WFC3 with fq575n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f600lp</name>
                       <description>Mean magnitude using WFC3 with f600lp filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f600lp_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f600lp filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f600lp_n</name>
                       <description>Number of measurements using WFC3 with f600lp filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f606w</name>
                       <description>Mean magnitude using WFC3 with f606w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f606w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f606w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f606w_n</name>
                       <description>Number of measurements using WFC3 with f606w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq619n</name>
                       <description>Mean magnitude using WFC3 with fq619n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq619n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq619n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq619n_n</name>
                       <description>Number of measurements using WFC3 with fq619n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f621m</name>
                       <description>Mean magnitude using WFC3 with f621m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f621m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f621m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f621m_n</name>
                       <description>Number of measurements using WFC3 with f621m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f625w</name>
                       <description>Mean magnitude using WFC3 with f625w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f625w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f625w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f625w_n</name>
                       <description>Number of measurements using WFC3 with f625w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f631n</name>
                       <description>Mean magnitude using WFC3 with f631n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f631n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f631n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f631n_n</name>
                       <description>Number of measurements using WFC3 with f631n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq634n</name>
                       <description>Mean magnitude using WFC3 with fq634n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq634n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq634n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq634n_n</name>
                       <description>Number of measurements using WFC3 with fq634n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f645n</name>
                       <description>Mean magnitude using WFC3 with f645n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f645n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f645n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f645n_n</name>
                       <description>Number of measurements using WFC3 with f645n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f656n</name>
                       <description>Mean magnitude using WFC3 with f656n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f656n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f656n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f656n_n</name>
                       <description>Number of measurements using WFC3 with f656n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f657n</name>
                       <description>Mean magnitude using WFC3 with f657n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f657n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f657n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f657n_n</name>
                       <description>Number of measurements using WFC3 with f657n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f658n</name>
                       <description>Mean magnitude using WFC3 with f658n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f658n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f658n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f658n_n</name>
                       <description>Number of measurements using WFC3 with f658n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f665n</name>
                       <description>Mean magnitude using WFC3 with f665n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f665n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f665n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f665n_n</name>
                       <description>Number of measurements using WFC3 with f665n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f665n_f6</name>
                       <description>Mean magnitude using WFC3 with f665n_f6 filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f665n_f6_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f665n_f6 filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f665n_f6_n</name>
                       <description>Number of measurements using WFC3 with f665n_f6 filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq672n</name>
                       <description>Mean magnitude using WFC3 with fq672n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq672n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq672n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq672n_n</name>
                       <description>Number of measurements using WFC3 with fq672n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f673n</name>
                       <description>Mean magnitude using WFC3 with f673n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f673n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f673n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f673n_n</name>
                       <description>Number of measurements using WFC3 with f673n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq674n</name>
                       <description>Mean magnitude using WFC3 with fq674n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq674n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq674n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq674n_n</name>
                       <description>Number of measurements using WFC3 with fq674n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f680n</name>
                       <description>Mean magnitude using WFC3 with f680n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f680n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f680n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f680n_n</name>
                       <description>Number of measurements using WFC3 with f680n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f689m</name>
                       <description>Mean magnitude using WFC3 with f689m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f689m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f689m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f689m_n</name>
                       <description>Number of measurements using WFC3 with f689m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq727n</name>
                       <description>Mean magnitude using WFC3 with fq727n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq727n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq727n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq727n_n</name>
                       <description>Number of measurements using WFC3 with fq727n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq750n</name>
                       <description>Mean magnitude using WFC3 with fq750n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq750n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq750n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq750n_n</name>
                       <description>Number of measurements using WFC3 with fq750n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f763m</name>
                       <description>Mean magnitude using WFC3 with f763m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f763m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f763m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f763m_n</name>
                       <description>Number of measurements using WFC3 with f763m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f775w</name>
                       <description>Mean magnitude using WFC3 with f775w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f775w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f775w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f775w_n</name>
                       <description>Number of measurements using WFC3 with f775w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f814w</name>
                       <description>Mean magnitude using WFC3 with f814w filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f814w_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f814w filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f814w_n</name>
                       <description>Number of measurements using WFC3 with f814w filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f845m</name>
                       <description>Mean magnitude using WFC3 with f845m filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f845m_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f845m filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f845m_n</name>
                       <description>Number of measurements using WFC3 with f845m filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f850lp</name>
                       <description>Mean magnitude using WFC3 with f850lp filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f850lp_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f850lp filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f850lp_n</name>
                       <description>Number of measurements using WFC3 with f850lp filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq889n</name>
                       <description>Mean magnitude using WFC3 with fq889n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq889n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq889n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq889n_n</name>
                       <description>Number of measurements using WFC3 with fq889n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq906n</name>
                       <description>Mean magnitude using WFC3 with fq906n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq906n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq906n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq906n_n</name>
                       <description>Number of measurements using WFC3 with fq906n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq924n</name>
                       <description>Mean magnitude using WFC3 with fq924n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq924n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq924n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq924n_n</name>
                       <description>Number of measurements using WFC3 with fq924n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq937n</name>
                       <description>Mean magnitude using WFC3 with fq937n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq937n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with fq937n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_fq937n_n</name>
                       <description>Number of measurements using WFC3 with fq937n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f953n</name>
                       <description>Mean magnitude using WFC3 with f953n filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f953n_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with f953n filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_f953n_n</name>
                       <description>Number of measurements using WFC3 with f953n filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_g102</name>
                       <description>Mean magnitude using WFC3 with g102 filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_g102_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with g102 filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_g102_n</name>
                       <description>Number of measurements using WFC3 with g102 filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_g141</name>
                       <description>Mean magnitude using WFC3 with g141 filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_g141_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with g141 filter </description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_g141_n</name>
                       <description>Number of measurements using WFC3 with g141 filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_g280</name>
                       <description>Mean magnitude using WFC3 with g280 filter</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_g280_sigma</name>
                       <description>Standard deviation around mean magnitude using WFC3 with g280 filter</description>
                       <unit>mag</unit>
                       <ucd>stat.stdev;phot.mag</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3_g280_n</name>
                       <description>Number of measurements using WFC3 with g280 filter</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="1222598530" esatapplus:size_bytes="306953895936" type="base_table">
                    <name>public.igsl_source</name>
                    <description>This is Table A.1 in Smart+, 2014, A&amp;A, 570, A87 (IGSL parameters). The Initial Gaia Source List (IGSL) was commissioned by DPAC to fulfil the following broad requirements: all-sky positions, proper motions, and magnitudes for objects to a limit of Gaia magnitude G = 21 mag where possible, e.g., where there are large (&gt;10,000 square degrees) catalogues that reach that limit. The proper motions and magnitudes are provided on a best effort basis, nominally with precisions of 10 mas/yr and 0.3 magnitudes, respectively, but obviously limited by the currently available large catalogues. The DPAC Quasar and Ecliptic Pole catalogues are included with no selection on magnitudes. Hipparcos objects are also included with no selection on magnitudes. The IGSL has been used as the starting point for the Initial Data Treatment (IDT) cross-matching routines in the DPAC processing of Gaia data. Reference paper: https://ui.adsabs.harvard.edu/abs/2014A%26A...570A..87S/abstract (DOI: 10.1051/0004-6361/201424241)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>The data in the MDB will be described by means of a "Solution identifier" parameter. This will be a numeric field attached to each table row that can be used to unequivocally identify the version of all the subsystems that where used in the generation of the data as well as the input data used.Each DPC generating the data will have the freedom to choose the Solution identifier number, but they must ensure that given the Solution identifier they can provide detailed information about the "conditions" used to generate the data: versions of the software, version of the data used,...</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Source identifier as defined in GAIA-CD-TN-ARI-BAS-020-01</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>The right ascension at epoch  and equinox J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>The declination at epoch  and equinox J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>The mean error in the right ascension at mean epoch</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>The mean error in the declination at mean epoch </description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_epoch</name>
                       <description>The mean epoch of the right ascension Julian Year in TCB. Note if there are proper motions the actual position will be at J2000 to have a consistent catalog and this is provided if the user wishes to add new information or find the best position.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_epoch</name>
                       <description>The mean epoch of the declination Julian Year in TCB. Note if there are proper motions the actual position will be at J2000 to have a consistent catalog and this is provided if the user wishes to add new information or find the best position.</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_position</name>
                       <description>
        The code that  appears in the IgslReferences that describes where the positional information comes from.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_ra</name>
                       <description>Proper motion in right ascension multiplied by cos(declination).</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_dec</name>
                       <description>Proper motion in declination</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_ra_error</name>
                       <description>Mean error of proper motion in RA * cos(declination)</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_dec_error</name>
                       <description>Mean error of proper motion in declination</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_mu</name>
                       <description>
        The code that  appears in the IgslReferences that describes where this
        data point comes from.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>galactic_lon</name>
                       <description>Galactic Longditude calculated in float to use for indexing</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>galactic_lat</name>
                       <description>Galactic Latitude calculated in float to use for indexing</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ecliptic_lon</name>
                       <description>Ecliptic Longditude calculated in float to use for indexing</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ecliptic_lat</name>
                       <description>Ecliptic Latitude calculated in float to use for indexing</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_bj</name>
                       <description>The $B_J$ magnitude from the GSC23 when present or estimated from transformations when not present in the GSC23 or too bright to be reliable from GSC23. Very similar to B Johnson.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_bj_error</name>
                       <description>Error in the $B_J$ magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_mag_bj</name>
                       <description>Code in IgslReferences that describes where this magnitude comes from. </description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_rf</name>
                       <description>The $R_F$ magnitude from the GSC23 when present or estimated from transformations when not present in the GSC23 or too bright to be reliable from GSC23.  Very similar to R cousins.</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_rf_error</name>
                       <description>Error in $R_F$</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_mag_rf</name>
                       <description>Code in IgslReferences that describes where this magnitude comes from.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_g</name>
                       <description>Estimated $G$ magnitude based on transformations in livelink document RLS 001</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_g_error</name>
                       <description>Estimated of error on G magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_mag_g</name>
                       <description>Code in IgslReferences that describes which transformation used.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_grvs</name>
                       <description>Estimated $G_rvs$ magnitude based on transformations in livelink document RLS 004</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_grvs_error</name>
                       <description>Estimated of error on $G_rvs$ magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_mag_grvs</name>
                       <description>Code in SourceCatalogIDs that describes where base magnitudes came from</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classification</name>
                       <description>Classification, simply a 0=star and 1=nonstar taken from different sources as given in the souceClass field</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_classification</name>
                       <description>Code in IgslReferences that describes where this datapoint comes from.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>toggle_asc</name>
                       <description>A boolean that indicates if the objects is to be used for the Atittude Star Catalog.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_gsc23</name>
                       <description>A boolean that indicates if the objects is present in the GSC2.3 cat, 0=no, 1=yes.
        Version and catalog details in the SourceCatalogReferences  table.
        If yes the GSC2.3 id is in the SourceCatalogIDs as idGSC23.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_sdss</name>
                       <description>A boolean that indicates if the objects is present in the SDSS cat, 0=no, 1=yes.
        Version and catalog details in the SourceCatalogReferences  table.
        If yes the ID is in the the SourceCatalogIDs  as idSDSS</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_ucac</name>
                       <description>A boolean that indicates if the objects is present in the UCAC cat, 0=no, 1=yes.
        Version and catalog details in the SourceCatalogReferences table.
        If yes the ID is in the the iSourceCatalogIDs as idUCAC.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_lqrf</name>
                       <description>A boolean that indicates if the objects is present in the CU3 QSO Aux cat GIQC, 0=no, 1=yes.
        Version and catalog details in the SourceCatalogReferences table.
        If yes the ID is in the the SourceCatalogIDs  as idLQRF.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_tycho</name>
                       <description>A boolean that indicates if the objects is present in theTYCHO2 cat, 0=no, 1=yes.
        Version and catalog details in the SourceCatalogReferences table.
        If yes the ID is in the the SourceCatalogIDs as idTYCHO</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_hip</name>
                       <description>A boolean that indicates if the objects is present in the Hipparcos catalog, 0=no, 1=yes=true.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_ppmxl</name>
                       <description>A boolean that indicates if the objects is present in the PPMXL cat, 0=no, 1=yes.
        Version and catalog details in the SourceCatalogReferences table.
        If yes the ID is in the the SourceCatalogIDs as idPPMXL</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_ogle</name>
                       <description>A boolean that indicates if the objects is present in the OGLE cat, 0=no, 1=yes.
        Version and catalog details in the SourceCatalogReferences  table.
        If yes the ID is in the the SourceCatalogIDs  as idOGLE</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_tmass</name>
                       <description>A boolean that indicates if the objects is present in the Two-MASS cat, 0=no, 1=yes.
        Version and catalog details in the SourceCatalogReferences table.
        If yes the ID is in the the SourceCatalogIDs as idTMASS.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_epc</name>
                       <description>A boolean that indicates if the objects is present in the EPC, false=no, true=yes.
        Version and catalog details in the SourceCatalogReference table.
        If yes, the number in the SourceCatalogIDs table is the number in EPC.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="1222598530" esatapplus:size_bytes="209152679936" type="base_table">
                    <name>public.igsl_source_catalog_ids</name>
                    <description>This is Table A.2 in Smart+, 2014, A&amp;A, 570, A87 (IGSL cross catalogue identifiers). This table contains the cross-identifications for Initial Gaia Source List (IGSL) sources from the original catalogues from which they were derived. The IGSL was commissioned by DPAC to fulfil the following broad requirements: all-sky positions, proper motions, and magnitudes for objects to a limit of Gaia magnitude G = 21 mag where possible, e.g., where there are large (&gt;10,000 square degrees) catalogues that reach that limit. The proper motions and magnitudes are provided on a best effort basis, nominally with precisions of 10 mas/yr and 0.3 magnitudes, respectively, but obviously limited by the currently available large catalogues. The DPAC Quasar and Ecliptic Pole catalogues are included with no selection on magnitudes. Hipparcos objects are also included with no selection on magnitudes. The IGSL has been used as the starting point for the Initial Data Treatment (IDT) cross-matching routines in the DPAC processing of Gaia data. Reference paper: https://ui.adsabs.harvard.edu/abs/2014A%26A...570A..87S/abstract (DOI: 10.1051/0004-6361/201424241)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_epc</name>
                       <description>The IDs in the  Gaia Ecliptic Pole Catalogue Version (GEPC 3.0) given as IAU standards:
        JHHMMSS.SS+DDMMSS.S.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_gsc23</name>
                       <description>These are the IDs as published in the various input catalogs converted
        to a big integer. For the GSC23 we have had to alter slightly the name,specifically:
        GSC2.3 objects have original names that are combination of region names and running number,
        e.g. S00000001 is the first object in the region S0000000, we have converted
        the region names to the ``official' numerical values in the htm level 6
        structure, hence the smallest is S0000000 = 32768 and N3333333 = 65535 is the
        highest.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_hip</name>
                       <description>If the source is a Hipparcos star this field contains the Hipparcos number.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_lqrf</name>
                       <description>These are the running number in the Gaia Initial Quasar Catalog - version 4 - updated September 2011 - GIQC\_4.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_ogle</name>
                       <description>The OGLE ID is given by a combination of \\
         A region of sky identifier (RI) equal to  10, 11, 12, 13, 14 corresponding 
        to map names blg, car, cen, lmc, mus.\\
        The file running number ( NNN.N) \\
        The running number in the file (RN) \\
        The ID is defined as: long(string(RI)+string(NNN.N * 10000))+RN. </description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_ppmxl</name>
                       <description>These are the IDs as published in the PPMXL, the ipix     Identifier (Q3C ipix of the USNO-B 1.0 object) converted to a big integer.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_sdss</name>
                       <description>These are the IDs as published in the SDSS DR9 in  big integer format.  </description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_tmass</name>
                       <description>The Two Mass provided the names in a IAU standard fashion of
        2MASS JHHMMSS.S +DDMMSS.S these were codeified as +HHMMSSSDDMMSSS.</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_tycho</name>
                       <description>These are the IDs as published in Tycho2. In  TYCHO-2 objects were identified by 
        3 numbers (TYC1,TYC2 and TYC3) and we have  combined these into one complete 
        number given by (TYC1*1000000.0d0)+(TYC2*10.0d0)+(TYC3*1.0d0)</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_ucac</name>
                       <description>These are the IDs as published in the UCAC4 specfically a running star ID number. </description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>The data in the MDB will be described by means of a "Solution identifier" parameter. This will be a numeric field attached to each table row that can be used to unequivocally identify the version of all the subsystems that where used in the generation of the data as well as the input data used.Each DPC generating the data will have the freedom to choose the Solution identifier number, but they must ensure that given the Solution identifier they can provide detailed information about the "conditions" used to generate the data: versions of the software, version of the data used,...</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Other/External catalogues" esatapplus:size="2539913" esatapplus:size_bytes="1924259840" type="base_table">
                    <name>public.tycho2</name>
                    <description>The Tycho-2 Catalogue is an astrometric reference catalogue containing positions and proper motions as well as two-colour photometric data for the 2.5 million brightest stars in the sky. The Tycho-2 positions and magnitudes are based on precisely the same observations as the original Tycho Catalogue (hereafter Tycho-1; VizieR catalogue: I/239) collected by the star mapper of the ESA Hipparcos satellite, but Tycho-2 is much bigger and slightly more precise, owing to a more advanced reduction technique. Components of double stars with separations down to 0.8 arcsec are included. Proper motions precise to about 2.5 mas/yr are given as derived from a comparison with the Astrographic Catalogue and 143 other ground-based astrometric catalogues, all reduced to the Hipparcos celestial coordinate system. Tycho-2 supersedes in most applications Tycho-1, as well as the ACT (VizieR catalogue: I/246) and TRC (VizieR catatlogue: I/250) catalogues based on Tycho-1. Supplement-1 lists stars from the Hipparcos and Tycho-1 Catalogues which are not in Tycho-2. Supplement-2 lists 1146 Tycho-1 stars which are probably either false or heavily disturbed. For more information, please consult the Tycho-2 home page: http://www.astro.ku.dk/~erik/Tycho-2 Reference paper: https://ui.adsabs.harvard.edu/abs/2000A%26A...355L..27H/abstract</description>
                    <column esatapplus:flags="16" esatapplus:ref="" std="false">
                       <name>id</name>
                       <description>Tycho 2 identifier. The TYC identifier is constructed from the GSC region number
            (TYC1), the running number within the region (TYC2) and a component
            identifier (TYC3) which is normally 1. Some non-GSC running numbers
            were constructed for the first Tycho Catalogue and for Tycho-2.
            The recommended star designation contains a hyphen between the
            TYC numbers, e.g. TYC 1-13-1.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hip</name>
                       <description>[1,120404]? Hipparcos number</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tyc1</name>
                       <description>[1,9537]+= TYC1 from TYC or GSC

        The TYC identifier is constructed from the GSC region number
            (TYC1), the running number within the region (TYC2) and a component
            identifier (TYC3) which is normally 1. Some non-GSC running numbers
            were constructed for the first Tycho Catalogue and for Tycho-2.
            The recommended star designation contains a hyphen between the
            TYC numbers, e.g. TYC 1-13-1.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tyc2</name>
                       <description>[1,12121]  TYC2 from TYC or GSC

        The TYC identifier is constructed from the GSC region number
            (TYC1), the running number within the region (TYC2) and a component
            identifier (TYC3) which is normally 1. Some non-GSC running numbers
            were constructed for the first Tycho Catalogue and for Tycho-2.
            The recommended star designation contains a hyphen between the
            TYC numbers, e.g. TYC 1-13-1.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tyc3</name>
                       <description>[1,3]      TYC3 from TYC

        The TYC identifier is constructed from the GSC region number
            (TYC1), the running number within the region (TYC2) and a component
            identifier (TYC3) which is normally 1. Some non-GSC running numbers
            were constructed for the first Tycho Catalogue and for Tycho-2.
            The recommended star designation contains a hyphen between the
            TYC numbers, e.g. TYC 1-13-1.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_tycho</name>
                       <description>(TYC1,TYC2 and TYC3) are combined into one complete number given by (TYC1*1000000.0d0)+(TYC2*10.0d0)+(TYC3*1.0d0)</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tyc</name>
                       <description>[T] Tycho-1 star

        ' ' = no Tycho-1 star was found within 0.8 arcsec (quality 1-8)
                  or 2.4 arcsec (quality 9).
            'T' = this is a Tycho-1 star. The Tycho-1 identifier is given in the
                  beginning of the record. For Tycho-1 stars, resolved in
                  Tycho-2 as a close pair, both components are flagged as
                  a Tycho-1 star and the Tycho-1 TYC3 is assigned to the
                  brightest (VT) component.
            The HIP-only stars given in Tycho-1 are not flagged as Tycho-1 stars.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="ICRS_2000" std="false">
                       <name>ra</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="ICRS_2000" std="false">
                       <name>dec</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de_deg</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_mdeg</name>
                       <description>[]? Mean Right Asc, ICRS, epoch=J2000

        The mean position is a weighted mean for the catalogues contributing
            to the proper motion determination. This mean has then been brought to
            epoch 2000.0 by the computed proper motion. See Note(2) above for
            details. Tycho-2 is one of the several catalogues used to determine
            the mean position and proper motion. The observed Tycho-2 position is
            given in the fields RAdeg and DEdeg.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de_mdeg</name>
                       <description>[]? Mean Decl, ICRS, at epoch=J2000

        The mean position is a weighted mean for the catalogues contributing
            to the proper motion determination. This mean has then been brought to
            epoch 2000.0 by the computed proper motion. See Note(2) above for
            details. Tycho-2 is one of the several catalogues used to determine
            the mean position and proper motion. The observed Tycho-2 position is
            given in the fields RAdeg and DEdeg.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_ra</name>
                       <description>? Proper motion in RA*cos(dec)

        Some Hipparcos stars (having a positive number in the HIP column)
             have no proper motions; these are virtually all in multiple systems.</description>
                       <unit>mas.yr**-1</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_de</name>
                       <description>? Proper motion in Dec

        Some Hipparcos stars (having a positive number in the HIP column)
             have no proper motions; these are virtually all in multiple systems.</description>
                       <unit>mas.yr**-1</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ra1990</name>
                       <description>[0.81,2.13]  epoch-1990 of RAdeg</description>
                       <unit>yr</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_de1990</name>
                       <description>[0.72,2.36]  epoch-1990 of DEdeg</description>
                       <unit>yr</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ra_m</name>
                       <description>[1915.95,1992.53]? mean epoch of RA. The mean epochs are given in Julian years.</description>
                       <unit>yr</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_de_m</name>
                       <description>[1911.94,1992.01]? mean epoch of Dec. The mean epochs are given in Julian years.</description>
                       <unit>yr</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>num</name>
                       <description>[2,36]? Number of positions used</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ra_deg</name>
                       <description>s.e.RA*cos(dec), of observed Tycho-2 RA. The errors are based on error models.</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_de_deg</name>
                       <description>s.e. of observed Tycho-2 Dec. The errors are based on error models.</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corr</name>
                       <description>[-1,1] correlation (RAdeg,DEdeg)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ra_mdeg</name>
                       <description>[3,183]? s.e. RA*cos(dec),at mean epoch. The errors are based on error models.</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_de_mdeg</name>
                       <description>[1,184]? s.e. of Dec at mean epoch. The errors are based on error models.</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pm_ra</name>
                       <description>[0.2,11.5]? s.e. prop mot in RA*cos(dec).The errors are based on error models.</description>
                       <unit>mas.yr**-1</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pm_de</name>
                       <description>[0.2,10.3]? s.e. of proper motion in Dec. The errors are based on error models.</description>
                       <unit>mas.yr**-1</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_ra_mdeg</name>
                       <description>[0.0,9.9]? Goodness of fit for mean RA

        This goodness of fit is the ratio of the scatter-based and the
            model-based error. It is only defined when Num &gt; 2. Values
            exceeding 9.9 are truncated to 9.9.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_de_mdeg</name>
                       <description>[0.0,9.9]? Goodness of fit for mean Dec

        This goodness of fit is the ratio of the scatter-based and the
            model-based error. It is only defined when Num &gt; 2. Values
            exceeding 9.9 are truncated to 9.9.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_pm_de</name>
                       <description>[0.0,9.9]? Goodness of fit for pmDE

        This goodness of fit is the ratio of the scatter-based and the
            model-based error. It is only defined when Num &gt; 2. Values
            exceeding 9.9 are truncated to 9.9.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_pm_ra</name>
                       <description>[0.0,9.9]? Goodness of fit for pmRA

        This goodness of fit is the ratio of the scatter-based and the
            model-based error. It is only defined when Num &gt; 2. Values
            exceeding 9.9 are truncated to 9.9.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pflag</name>
                       <description>[ PX] mean position flag

            ' ' = normal mean position and proper motion.
            'P' = the mean position, proper motion, etc., refer to the
                  photocentre of two Tycho-2 entries, where the BT magnitudes
                  were used in weighting the positions.
            'X' = no mean position, no proper motion.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>posflg</name>
                       <description>[ DP] type of Tycho-2 solution

        ' ' = normal treatment, close stars were subtracted when possible.
            'D' = double star treatment. Two stars were found. The companion is
                  normally included as a separate Tycho-2 entry, but may have
                  been rejected.
            'P' = photocentre treatment, close stars were not subtracted. This
                  special treatment was applied to known or suspected doubles
                  which were not successfully (or reliably) resolved in the
                  Tycho-2 double star processing.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccdm</name>
                       <description>CCDM component identifier for HIP stars

        The CCDM component identifiers for double or multiple Hipparcos stars
            contributing to this Tycho-2 entry. For photocentre solutions, all
            components within 0.8 arcsec contribute. For double star solutions any
            unresolved component within 0.8 arcsec contributes. For single star
            solutions, the predicted signal from close stars were normally
            subtracted in the analysis of the photon counts and such stars
            therefore do not contribute to the solution. The components are given
            in lexical order.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prox</name>
                       <description>[3,999] proximity indicator

        Distance in units of 100 mas to the nearest entry in the Tycho-2
            main catalogue or supplement. The distance is computed for the
            epoch 1991.25. A value of 999 (i.e. 99.9 arcsec) is given if the
            distance exceeds 99.9 arcsec.</description>
                       <unit>mas.100</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bt_mag</name>
                       <description>[2.183,16.581]? Tycho-2 BT magnitude

        Blank when no magnitude is available. Either BTmag or VTmag is
            always given. Approximate Johnson photometry may be obtained as:
            V   = VT -0.090*(BT-VT)
            B-V = 0.850*(BT-VT)
            Consult Sect 1.3 of Vol 1 of "The Hipparcos and Tycho Catalogues",
            ESA SP-1200, 1997, for details.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vt_mag</name>
                       <description>[1.905,15.193]? Tycho-2 VT magnitude

        Blank when no magnitude is available. Either BTmag or VTmag is
            always given. Approximate Johnson photometry may be obtained as:
            V   = VT -0.090*(BT-VT)
            B-V = 0.850*(BT-VT)
            Consult Sect 1.3 of Vol 1 of "The Hipparcos and Tycho Catalogues",
            ESA SP-1200, 1997, for details.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_bt_mag</name>
                       <description>[0.014,1.977]? s.e. of BT

        Blank when no magnitude is available. Either BTmag or VTmag is
            always given. Approximate Johnson photometry may be obtained as:
            V   = VT -0.090*(BT-VT)
            B-V = 0.850*(BT-VT)
            Consult Sect 1.3 of Vol 1 of "The Hipparcos and Tycho Catalogues",
            ESA SP-1200, 1997, for details.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_vt_mag</name>
                       <description>[0.009,1.468]? s.e. of VT

        Blank when no magnitude is available. Either BTmag or VTmag is
            always given. Approximate Johnson photometry may be obtained as:
            V   = VT -0.090*(BT-VT)
            B-V = 0.850*(BT-VT)
            Consult Sect 1.3 of Vol 1 of "The Hipparcos and Tycho Catalogues",
            ESA SP-1200, 1997, for details.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hip_old</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="-1" esatapplus:size="1" esatapplus:size_bytes="0" type="base_table">
                    <name>public.dual</name>
                    <description>The DUAL table is a special one-row, one-column table present in several database &lt;a href="https://en.wikipedia.org/wiki/DUAL_table"&gt;installations&lt;/a&gt;. It is useful to compute queries that do not require any tables (like mathematical operations) and other specific queries, like the build-in positional cross-match offered in this Archive (see the Query examples available in &lt;a href="https://www.cosmos.esa.int/web/gaia-users/archive/writing-queries"&gt;here&lt;/a&gt;).</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dummy</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>tap_config</name>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="5" esatapplus:size_bytes="65536" type="base_table">
                    <name>tap_config.coord_sys</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epoch</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>equinox</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>system</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xml_output</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="5" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_config.properties</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"key"</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"value"</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>tap_schema</name>
                 <table esatapplus:flags="0" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_schema.columns</name>
                    <description>TAP SCHEMA columns</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>arraysize</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>column_index</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>column_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>datatype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>db_column_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>indexed</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>principal</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>schema_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>"size"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>std</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>table_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>ucd</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>unit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>utype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>xtype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>tap_schema.tables</targetTable>
                       <fkColumn>
                          <fromColumn>table_name</fromColumn>
                          <targetColumn>table_name</targetColumn>
                       </fkColumn>
                       <description>TAP schema table name</description>
                    </foreignKey>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size_bytes="16384" type="base_table">
                    <name>tap_schema.key_columns</name>
                    <description>TAP SCHEMA key columns</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>from_column</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>key_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>target_column</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>tap_schema.keys</targetTable>
                       <fkColumn>
                          <fromColumn>key_id</fromColumn>
                          <targetColumn>key_id</targetColumn>
                       </fkColumn>
                       <description>TAP schema key columns key id</description>
                    </foreignKey>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_schema.keys</name>
                    <description>TAP SCHEMA keys</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>from_table</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>key_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>target_table</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>utype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>tap_schema.tables</targetTable>
                       <fkColumn>
                          <fromColumn>from_table</fromColumn>
                          <targetColumn>table_name</targetColumn>
                       </fkColumn>
                       <description>TAP schema keys from table</description>
                    </foreignKey>
                    <foreignKey>
                       <targetTable>tap_schema.tables</targetTable>
                       <fkColumn>
                          <fromColumn>target_table</fromColumn>
                          <targetColumn>table_name</targetColumn>
                       </fkColumn>
                       <description>TAP schema keys target table</description>
                    </foreignKey>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_schema.schemas</name>
                    <description>TAP SCHEMA schemas</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>db_schema_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>schema_index</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>schema_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>utype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_schema.tables</name>
                    <description>TAP SCHEMA tables</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>db_table_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>schema_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"size"</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>size_bytes</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>table_index</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>table_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>table_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>utype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>tap_schema.schemas</targetTable>
                       <fkColumn>
                          <fromColumn>schema_name</fromColumn>
                          <targetColumn>schema_name</targetColumn>
                       </fkColumn>
                       <description>TAP schema schema name</description>
                    </foreignKey>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>tap_upload</name>
              </schema>
           </tableset>
        </ri:Resource>