<?xml-stylesheet href='/static/xsl/oai.xsl' type='text/xsl'?>
<ri:Resource created="2025-03-18T12:33:26.707" status="active" updated="2026-04-15T12:50:29.496" 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>Euclid TAP</title>
           <shortName>Euclid</shortName>
           <identifier>ivo://esavo/euclid/tap</identifier>
           <curation>
              <publisher>European Space Agency</publisher>
              <contact>
                 <name>ESDC ESA</name>
                 <email>esavo.registry@cosmos.esa.int</email>
                 <telephone>+34918131456</telephone>
              </contact>
           </curation>
           <content>
              <subject>ESA, Euclid, Archive, ESAC</subject>
              <description>This service provides access to catalogues generated by the ESA Euclid mission hosted at the ESAC Science Data Centre.</description>
              <referenceURL>https://eas.esac.esa.int/sas</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://eas.esac.esa.int/tap-server/tap</accessURL>
                 <securityMethod standardID="ivo://ivoa.net/sso#cookie"/>
              </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) -&gt; VARCHAR</form>
                       <description>
        						Returns an array representation of input values
        						Parameters:
        							n: Input array elements.</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_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,de,parallax,pm_ra,pm_de,radial_velocity) propagated from the reference epoch to an arbitrary 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_epoch_prop(astrometric_parameters DOUBLE[6], ref_epoch DOUBLE, out_epoch DOUBLE) -&gt; DOUBLE[6]</form>
                       <description>
        						Returns all six input parameters (ra,de,parallax,pm_ra,pm_de,radial_velocity) propagated from the reference epoch to an arbitrary epoch.
        						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_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>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>
              <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://eas.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://eas.esac.esa.int/tap-server/tap/tables</accessURL>
                 <securityMethod standardID="ivo://ivoa.net/sso#cookie"/>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/DALI#examples">
              <interface xsi:type="vr:WebBrowser">
                 <accessURL use="full">https://eas.esac.esa.int/tap-server/tap/examples/</accessURL>
                 <securityMethod standardID="ivo://ivoa.net/sso#cookie"/>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#capabilities">
              <interface role="std" version="1.0" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> https://eas.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 http://eas.esac.esa.int/tap-server/xml/esaTapPlusAttributes.xsd" xsi:type="vs:TableSet">
              <schema esatapplus:public="true">
                 <name>catalogue</name>
                 <table esatapplus:flags="257" esatapplus:hierarchy="Q1/Catalogue/mer" esatapplus:size="29953430" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.mer_catalogue</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Euclid unique source identifier</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>right_ascension</name>
                       <description>Source barycenter RA coordinate (SExtractor ALPHA_J2000) decimal degrees</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>declination</name>
                       <description>Source barycenter DEC coordinate (SExtractor DELTA_J2000) decimal degrees</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>right_ascension_psf_fitting</name>
                       <description>Source RA coordinate derived by the PSF-fitting photometry method</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>declination_psf_fitting</name>
                       <description>Source DEC coordinate derived by the PSF-fitting photometry method</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>segmentation_map_id</name>
                       <description>Source ID in the associated segmentation map</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vis_det</name>
                       <description>Flag to indicate if the source is detected in the VIS mosaic (1) or is only detected in the NIR mosaic (0)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_1fwhm_aper</name>
                       <description>VIS band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_2fwhm_aper</name>
                       <description>VIS band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_3fwhm_aper</name>
                       <description>VIS band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_4fwhm_aper</name>
                       <description>VIS band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_y_1fwhm_aper</name>
                       <description>NIR Y band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_y_2fwhm_aper</name>
                       <description>NIR Y band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_y_3fwhm_aper</name>
                       <description>NIR Y band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_y_4fwhm_aper</name>
                       <description>NIR Y band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_j_1fwhm_aper</name>
                       <description>NIR J band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_j_2fwhm_aper</name>
                       <description>NIR J band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_j_3fwhm_aper</name>
                       <description>NIR J band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_j_4fwhm_aper</name>
                       <description>NIR J band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_h_1fwhm_aper</name>
                       <description>NIR H band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_h_2fwhm_aper</name>
                       <description>NIR H band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_h_3fwhm_aper</name>
                       <description>NIR H band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_h_4fwhm_aper</name>
                       <description>NIR H band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_nir_stack_1fwhm_aper</name>
                       <description>NIR stack band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_nir_stack_2fwhm_aper</name>
                       <description>NIR stack band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_nir_stack_3fwhm_aper</name>
                       <description>NIR stack band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_nir_stack_4fwhm_aper</name>
                       <description>NIR stack band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_decam_1fwhm_aper</name>
                       <description>Uext DECam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_decam_2fwhm_aper</name>
                       <description>Uext DECam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_decam_3fwhm_aper</name>
                       <description>Uext DECam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_decam_4fwhm_aper</name>
                       <description>Uext DECam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_decam_1fwhm_aper</name>
                       <description>Gext DECam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_decam_2fwhm_aper</name>
                       <description>Gext DECam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_decam_3fwhm_aper</name>
                       <description>Gext DECam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_decam_4fwhm_aper</name>
                       <description>Gext DECam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_decam_1fwhm_aper</name>
                       <description>Rext DECam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_decam_2fwhm_aper</name>
                       <description>Rext DECam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_decam_3fwhm_aper</name>
                       <description>Rext DECam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_decam_4fwhm_aper</name>
                       <description>Rext DECam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_decam_1fwhm_aper</name>
                       <description>Iext DECam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_decam_2fwhm_aper</name>
                       <description>Iext DECam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_decam_3fwhm_aper</name>
                       <description>Iext DECam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_decam_4fwhm_aper</name>
                       <description>Iext DECam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_decam_1fwhm_aper</name>
                       <description>Zext DECam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_decam_2fwhm_aper</name>
                       <description>Zext DECam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_decam_3fwhm_aper</name>
                       <description>Zext DECam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_decam_4fwhm_aper</name>
                       <description>Zext DECam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_lsst_1fwhm_aper</name>
                       <description>Uext LSST band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_lsst_2fwhm_aper</name>
                       <description>Uext LSST band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_lsst_3fwhm_aper</name>
                       <description>Uext LSST band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_lsst_4fwhm_aper</name>
                       <description>Uext LSST band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_lsst_1fwhm_aper</name>
                       <description>Gext LSST band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_lsst_2fwhm_aper</name>
                       <description>Gext LSST band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_lsst_3fwhm_aper</name>
                       <description>Gext LSST band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_lsst_4fwhm_aper</name>
                       <description>Gext LSST band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_lsst_1fwhm_aper</name>
                       <description>Rext LSST band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_lsst_2fwhm_aper</name>
                       <description>Rext LSST band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_lsst_3fwhm_aper</name>
                       <description>Rext LSST band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_lsst_4fwhm_aper</name>
                       <description>Rext LSST band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_lsst_1fwhm_aper</name>
                       <description>Iext LSST band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_lsst_2fwhm_aper</name>
                       <description>Iext LSST band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_lsst_3fwhm_aper</name>
                       <description>Iext LSST band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_lsst_4fwhm_aper</name>
                       <description>Iext LSST band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_lsst_1fwhm_aper</name>
                       <description>Zext LSST band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_lsst_2fwhm_aper</name>
                       <description>Zext LSST band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_lsst_3fwhm_aper</name>
                       <description>Zext LSST band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_lsst_4fwhm_aper</name>
                       <description>Zext LSST band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_megacam_1fwhm_aper</name>
                       <description>Uext Megacam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_megacam_2fwhm_aper</name>
                       <description>Uext Megacam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_megacam_3fwhm_aper</name>
                       <description>Uext Megacam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_megacam_4fwhm_aper</name>
                       <description>Uext Megacam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_megacam_1fwhm_aper</name>
                       <description>Rext Megacam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_megacam_2fwhm_aper</name>
                       <description>Rext Megacam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_megacam_3fwhm_aper</name>
                       <description>Rext Megacam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_megacam_4fwhm_aper</name>
                       <description>Rext Megacam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_jpcam_1fwhm_aper</name>
                       <description>Gext JPCAM band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_jpcam_2fwhm_aper</name>
                       <description>Gext JPCAM band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_jpcam_3fwhm_aper</name>
                       <description>Gext JPCAM band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_jpcam_4fwhm_aper</name>
                       <description>Gext JPCAM band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_panstarrs_1fwhm_aper</name>
                       <description>Iext PS band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_panstarrs_2fwhm_aper</name>
                       <description>Iext PS band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_panstarrs_3fwhm_aper</name>
                       <description>Iext PS band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_panstarrs_4fwhm_aper</name>
                       <description>Iext PS band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_panstarrs_1fwhm_aper</name>
                       <description>Zext PS band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_panstarrs_2fwhm_aper</name>
                       <description>Zext PS band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_panstarrs_3fwhm_aper</name>
                       <description>Zext PS band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_panstarrs_4fwhm_aper</name>
                       <description>Zext PS band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_hsc_1fwhm_aper</name>
                       <description>Gext HSC band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_hsc_2fwhm_aper</name>
                       <description>Gext HSC band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_hsc_3fwhm_aper</name>
                       <description>Gext HSC band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_hsc_4fwhm_aper</name>
                       <description>Gext HSC band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_hsc_1fwhm_aper</name>
                       <description>Zext HSC band source aperture photometry flux (1 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_hsc_2fwhm_aper</name>
                       <description>Zext HSC band source aperture photometry flux (2 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_hsc_3fwhm_aper</name>
                       <description>Zext HSC band source aperture photometry flux (3 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_hsc_4fwhm_aper</name>
                       <description>Zext HSC band source aperture photometry flux (4 FWHM diameter) on PSF-matched images</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_1fwhm_aper</name>
                       <description>VIS band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_2fwhm_aper</name>
                       <description>VIS band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_3fwhm_aper</name>
                       <description>VIS band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_4fwhm_aper</name>
                       <description>VIS band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_y_1fwhm_aper</name>
                       <description>NIR Y band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_y_2fwhm_aper</name>
                       <description>NIR Y band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_y_3fwhm_aper</name>
                       <description>NIR Y band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_y_4fwhm_aper</name>
                       <description>NIR Y band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_j_1fwhm_aper</name>
                       <description>NIR J band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_j_2fwhm_aper</name>
                       <description>NIR J band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_j_3fwhm_aper</name>
                       <description>NIR J band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_j_4fwhm_aper</name>
                       <description>NIR J band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_h_1fwhm_aper</name>
                       <description>NIR H band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_h_2fwhm_aper</name>
                       <description>NIR H band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_h_3fwhm_aper</name>
                       <description>NIR H band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_h_4fwhm_aper</name>
                       <description>NIR H band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_nir_stack_1fwhm_aper</name>
                       <description>NIR stack band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_nir_stack_2fwhm_aper</name>
                       <description>NIR stack band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_nir_stack_3fwhm_aper</name>
                       <description>NIR stack band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_nir_stack_4fwhm_aper</name>
                       <description>NIR stack band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_decam_1fwhm_aper</name>
                       <description>Uext DECam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_decam_2fwhm_aper</name>
                       <description>Uext DECam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_decam_3fwhm_aper</name>
                       <description>Uext DECam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_decam_4fwhm_aper</name>
                       <description>Uext DECam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_decam_1fwhm_aper</name>
                       <description>Gext DECam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_decam_2fwhm_aper</name>
                       <description>Gext DECam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_decam_3fwhm_aper</name>
                       <description>Gext DECam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_decam_4fwhm_aper</name>
                       <description>Gext DECam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_decam_1fwhm_aper</name>
                       <description>Rext DECam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_decam_2fwhm_aper</name>
                       <description>Rext DECam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_decam_3fwhm_aper</name>
                       <description>Rext DECam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_decam_4fwhm_aper</name>
                       <description>Rext DECam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_decam_1fwhm_aper</name>
                       <description>Iext DECam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_decam_2fwhm_aper</name>
                       <description>Iext DECam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_decam_3fwhm_aper</name>
                       <description>Iext DECam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_decam_4fwhm_aper</name>
                       <description>Iext DECam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_decam_1fwhm_aper</name>
                       <description>Zext DECam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_decam_2fwhm_aper</name>
                       <description>Zext DECam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_decam_3fwhm_aper</name>
                       <description>Zext DECam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_decam_4fwhm_aper</name>
                       <description>Zext DECam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_lsst_1fwhm_aper</name>
                       <description>Uext LSST band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_lsst_2fwhm_aper</name>
                       <description>Uext LSST band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_lsst_3fwhm_aper</name>
                       <description>Uext LSST band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_lsst_4fwhm_aper</name>
                       <description>Uext LSST band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_lsst_1fwhm_aper</name>
                       <description>Gext LSST band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_lsst_2fwhm_aper</name>
                       <description>Gext LSST band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_lsst_3fwhm_aper</name>
                       <description>Gext LSST band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_lsst_4fwhm_aper</name>
                       <description>Gext LSST band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_lsst_1fwhm_aper</name>
                       <description>Rext LSST band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_lsst_2fwhm_aper</name>
                       <description>Rext LSST band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_lsst_3fwhm_aper</name>
                       <description>Rext LSST band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_lsst_4fwhm_aper</name>
                       <description>Rext LSST band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_lsst_1fwhm_aper</name>
                       <description>Iext LSST band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_lsst_2fwhm_aper</name>
                       <description>Iext LSST band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_lsst_3fwhm_aper</name>
                       <description>Iext LSST band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_lsst_4fwhm_aper</name>
                       <description>Iext LSST band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_lsst_1fwhm_aper</name>
                       <description>Zext LSST band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_lsst_2fwhm_aper</name>
                       <description>Zext LSST band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_lsst_3fwhm_aper</name>
                       <description>Zext LSST band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_lsst_4fwhm_aper</name>
                       <description>Zext LSST band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_megacam_1fwhm_aper</name>
                       <description>Uext Megacam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_megacam_2fwhm_aper</name>
                       <description>Uext Megacam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_megacam_3fwhm_aper</name>
                       <description>Uext Megacam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_megacam_4fwhm_aper</name>
                       <description>Uext Megacam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_megacam_1fwhm_aper</name>
                       <description>Rext Megacam band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_megacam_2fwhm_aper</name>
                       <description>Rext Megacam band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_megacam_3fwhm_aper</name>
                       <description>Rext Megacam band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_megacam_4fwhm_aper</name>
                       <description>Rext Megacam band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_jpcam_1fwhm_aper</name>
                       <description>Gext JPCAM band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_jpcam_2fwhm_aper</name>
                       <description>Gext JPCAM band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_jpcam_3fwhm_aper</name>
                       <description>Gext JPCAM band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_jpcam_4fwhm_aper</name>
                       <description>Gext JPCAM band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_panstarrs_1fwhm_aper</name>
                       <description>Iext PS band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_panstarrs_2fwhm_aper</name>
                       <description>Iext PS band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_panstarrs_3fwhm_aper</name>
                       <description>Iext PS band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_panstarrs_4fwhm_aper</name>
                       <description>Iext PS band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_panstarrs_1fwhm_aper</name>
                       <description>Zext PS band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_panstarrs_2fwhm_aper</name>
                       <description>Zext PS band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_panstarrs_3fwhm_aper</name>
                       <description>Zext PS band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_panstarrs_4fwhm_aper</name>
                       <description>Zext PS band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_hsc_1fwhm_aper</name>
                       <description>Gext HSC band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_hsc_2fwhm_aper</name>
                       <description>Gext HSC band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_hsc_3fwhm_aper</name>
                       <description>Gext HSC band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_hsc_4fwhm_aper</name>
                       <description>Gext HSC band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_hsc_1fwhm_aper</name>
                       <description>Zext HSC band source aperture photometry flux (1 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_hsc_2fwhm_aper</name>
                       <description>Zext HSC band source aperture photometry flux (2 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_hsc_3fwhm_aper</name>
                       <description>Zext HSC band source aperture photometry flux (3 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_hsc_4fwhm_aper</name>
                       <description>Zext HSC band source aperture photometry flux (4 FWHM diameter) on PSF-matched images error</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_y_templfit</name>
                       <description>NIR Y band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_j_templfit</name>
                       <description>NIR J band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_h_templfit</name>
                       <description>NIR H band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_decam_templfit</name>
                       <description>Uext DECam band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_decam_templfit</name>
                       <description>Gext DECam band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_decam_templfit</name>
                       <description>Rext DECam band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_decam_templfit</name>
                       <description>Iext DECam band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_decam_templfit</name>
                       <description>Zext DECam band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_lsst_templfit</name>
                       <description>Uext LSST band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_lsst_templfit</name>
                       <description>Gext LSST band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_lsst_templfit</name>
                       <description>Rext LSST band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_lsst_templfit</name>
                       <description>Iext LSST band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_lsst_templfit</name>
                       <description>Zext LSST band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_megacam_templfit</name>
                       <description>Uext Megacam band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_megacam_templfit</name>
                       <description>Rext Megacam band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_jpcam_templfit</name>
                       <description>Gext JPCAM band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_panstarrs_templfit</name>
                       <description>Iext PS band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_panstarrs_templfit</name>
                       <description>Zext PS band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_hsc_templfit</name>
                       <description>Gext HSC band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_hsc_templfit</name>
                       <description>Zext HSC band source template fitting flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_y_templfit</name>
                       <description>NIR Y band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_j_templfit</name>
                       <description>NIR J band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_h_templfit</name>
                       <description>NIR H band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_decam_templfit</name>
                       <description>Uext DECam band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_decam_templfit</name>
                       <description>Gext DECam band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_decam_templfit</name>
                       <description>Rext DECam band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_decam_templfit</name>
                       <description>Iext DECam band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_decam_templfit</name>
                       <description>Zext DECam band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_lsst_templfit</name>
                       <description>Uext LSST band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_lsst_templfit</name>
                       <description>Gext LSST band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_lsst_templfit</name>
                       <description>Rext LSST band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_lsst_templfit</name>
                       <description>Iext LSST band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_lsst_templfit</name>
                       <description>Zext LSST band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_megacam_templfit</name>
                       <description>Uext Megacam band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_megacam_templfit</name>
                       <description>Rext Megacam band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_jpcam_templfit</name>
                       <description>Gext JPCAM band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_panstarrs_templfit</name>
                       <description>Iext PS band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_panstarrs_templfit</name>
                       <description>Zext PS band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_hsc_templfit</name>
                       <description>Gext HSC band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_hsc_templfit</name>
                       <description>Zext HSC band source template fitting flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_y_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to NIR Y band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_j_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to NIR J band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_h_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to NIR H band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_u_ext_decam_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Uext DECam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_g_ext_decam_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Gext DECam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_r_ext_decam_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Rext DECam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_i_ext_decam_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Iext DECam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_z_ext_decam_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Zext DECam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_u_ext_lsst_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Uext LSST band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_g_ext_lsst_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Gext LSST band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_r_ext_lsst_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Rext LSST band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_i_ext_lsst_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Iext LSST band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_z_ext_lsst_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Zext LSST band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_u_ext_megacam_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Uext Megacam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_r_ext_megacam_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Rext Megacam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_g_ext_jpcam_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Gext JPCAM band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_i_ext_panstarrs_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Iext PS band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_z_ext_panstarrs_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Zext PS band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_g_ext_hsc_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Gext HSC band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_to_z_ext_hsc_templfit</name>
                       <description>VIS band source flux on a VIS image PSF-matched to Zext HSC band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_y_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to NIR Y band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_j_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to NIR J bandr (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_h_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to NIR H band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_u_ext_decam_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Uext DECam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_g_ext_decam_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Gext DECam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_r_ext_decam_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Rext DECam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_i_ext_decam_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Iext DECam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_z_ext_decam_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Zext DECam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_u_ext_lsst_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Uext LSST band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_g_ext_lsst_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Gext LSST band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_r_ext_lsst_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Rext LSST band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_i_ext_lsst_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Iext LSST band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_z_ext_lsst_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Zext LSST band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_u_ext_megacam_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Uext Megacam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_r_ext_megacam_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Rext Megacam band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_g_ext_jpcam_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Gext JPCAM band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_i_ext_panstarrs_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Iext PS band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_z_ext_panstarrs_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Zext PS band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_g_ext_hsc_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Gext HSC band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_to_z_ext_hsc_templfit</name>
                       <description>VIS band source flux error on a VIS image PSF-matched to Zext HSC band (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_psf</name>
                       <description>VIS band source PSF-fitting photometry flux (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_psf</name>
                       <description>VIS band source PSF-fitting photometry flux error (TPHOT measurement)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_segmentation</name>
                       <description>VIS or NIR stack band source segmented area flux</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_segmentation</name>
                       <description>VIS or NIR stack band source total flux (Kron aperture)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_detection_total</name>
                       <description>VIS or NIR stack band source total flux error (Kron aperture)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_detection_total</name>
                       <description>VIS or NIR stack band source segmented area flux</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_sersic</name>
                       <description>VIS band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_y_sersic</name>
                       <description>NIR Y band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_j_sersic</name>
                       <description>NIR J band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_h_sersic</name>
                       <description>NIR H band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_decam_sersic</name>
                       <description>Uext DECam band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_decam_sersic</name>
                       <description>Gext DECam band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_decam_sersic</name>
                       <description>Rext DECam band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_decam_sersic</name>
                       <description>Iext DECam band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_decam_sersic</name>
                       <description>Zext DECam band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_lsst_sersic</name>
                       <description>Uext LSST band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_lsst_sersic</name>
                       <description>Gext LSST band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_lsst_sersic</name>
                       <description>Rext LSST band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_lsst_sersic</name>
                       <description>Iext LSST band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_lsst_sersic</name>
                       <description>Zext LSST band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_megacam_sersic</name>
                       <description>Uext Megacam band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_megacam_sersic</name>
                       <description>Rext Megacam band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_jpcam_sersic</name>
                       <description>Gext JPCAM band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_panstarrs_sersic</name>
                       <description>Iext PS band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_panstarrs_sersic</name>
                       <description>Zext PS band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_hsc_sersic</name>
                       <description>Gext HSC band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_hsc_sersic</name>
                       <description>Zext HSC band source flux from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_sersic</name>
                       <description>VIS band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_y_sersic</name>
                       <description>NIR Y band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_j_sersic</name>
                       <description>NIR J band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_h_sersic</name>
                       <description>NIR H band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_decam_sersic</name>
                       <description>Uext DECam band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_decam_sersic</name>
                       <description>Gext DECam band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_decam_sersic</name>
                       <description>Rext DECam band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_decam_sersic</name>
                       <description>Iext DECam band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_decam_sersic</name>
                       <description>Zext DECam band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_lsst_sersic</name>
                       <description>Uext LSST band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_lsst_sersic</name>
                       <description>Gext LSST band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_lsst_sersic</name>
                       <description>Rext LSST band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_lsst_sersic</name>
                       <description>Iext LSST band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_lsst_sersic</name>
                       <description>Zext LSST band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_megacam_sersic</name>
                       <description>Uext Megacam band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_megacam_sersic</name>
                       <description>Rext Megacam band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_jpcam_sersic</name>
                       <description>Gext JPCAM band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_panstarrs_sersic</name>
                       <description>Iext PS band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_panstarrs_sersic</name>
                       <description>Zext PS band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_hsc_sersic</name>
                       <description>Gext HSC band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_hsc_sersic</name>
                       <description>Zext HSC band source flux error from the Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_disk_sersic</name>
                       <description>VIS band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_y_disk_sersic</name>
                       <description>NIR Y band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_j_disk_sersic</name>
                       <description>NIR J band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_h_disk_sersic</name>
                       <description>NIR H band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_decam_disk_sersic</name>
                       <description>Uext DECam band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_decam_disk_sersic</name>
                       <description>Gext DECam band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_decam_disk_sersic</name>
                       <description>Rext DECam band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_decam_disk_sersic</name>
                       <description>Iext DECam band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_decam_disk_sersic</name>
                       <description>Zext DECam band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_lsst_disk_sersic</name>
                       <description>Uext LSST band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_lsst_disk_sersic</name>
                       <description>Gext LSST band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_lsst_disk_sersic</name>
                       <description>Rext LSST band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_lsst_disk_sersic</name>
                       <description>Iext LSST band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_lsst_disk_sersic</name>
                       <description>Zext LSST band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_megacam_disk_sersic</name>
                       <description>Uext Megacam band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_megacam_disk_sersic</name>
                       <description>Rext Megacam band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_jpcam_disk_sersic</name>
                       <description>Gext JPCAM band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_panstarrs_disk_sersic</name>
                       <description>Iext PS band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_panstarrs_disk_sersic</name>
                       <description>Zext PS band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_hsc_disk_sersic</name>
                       <description>Gext HSC band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_hsc_disk_sersic</name>
                       <description>Zext HSC band source flux from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_disk_sersic</name>
                       <description>VIS band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_y_disk_sersic</name>
                       <description>NIR Y band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_j_disk_sersic</name>
                       <description>NIR J band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_h_disk_sersic</name>
                       <description>NIR H band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_decam_disk_sersic</name>
                       <description>Uext DECam band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_decam_disk_sersic</name>
                       <description>Gext DECam band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_decam_disk_sersic</name>
                       <description>Rext DECam band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_decam_disk_sersic</name>
                       <description>Iext DECam band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_decam_disk_sersic</name>
                       <description>Zext DECam band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_lsst_disk_sersic</name>
                       <description>Uext LSST band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_lsst_disk_sersic</name>
                       <description>Gext LSST band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_lsst_disk_sersic</name>
                       <description>Rext LSST band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_lsst_disk_sersic</name>
                       <description>Iext LSST band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_lsst_disk_sersic</name>
                       <description>Zext LSST band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_megacam_disk_sersic</name>
                       <description>Uext Megacam band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_megacam_disk_sersic</name>
                       <description>Rext Megacam band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_jpcam_disk_sersic</name>
                       <description>Gext JPCAM band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_panstarrs_disk_sersic</name>
                       <description>Iext PS band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_panstarrs_disk_sersic</name>
                       <description>Zext PS band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_hsc_disk_sersic</name>
                       <description>Gext HSC band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_hsc_disk_sersic</name>
                       <description>Zext HSC band source flux error from the Disk+Sersic fit</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_vis_disk_sersic</name>
                       <description>VIS band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_y_disk_sersic</name>
                       <description>NIR Y band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_j_disk_sersic</name>
                       <description>NIR J band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_h_disk_sersic</name>
                       <description>NIR H band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_u_ext_decam_disk_sersic</name>
                       <description>Uext DECam band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_g_ext_decam_disk_sersic</name>
                       <description>Gext DECam band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_r_ext_decam_disk_sersic</name>
                       <description>Rext DECam band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_i_ext_decam_disk_sersic</name>
                       <description>Iext DECam band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_z_ext_decam_disk_sersic</name>
                       <description>Zext DECam band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_u_ext_lsst_disk_sersic</name>
                       <description>Uext LSST band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_g_ext_lsst_disk_sersic</name>
                       <description>Gext LSST band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_r_ext_lsst_disk_sersic</name>
                       <description>Rext LSST band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_i_ext_lsst_disk_sersic</name>
                       <description>Iext LSST band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_z_ext_lsst_disk_sersic</name>
                       <description>Zext LSST band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_u_ext_megacam_disk_sersic</name>
                       <description>Uext Megacam band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_r_ext_megacam_disk_sersic</name>
                       <description>Rext Megacam band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_g_ext_jpcam_disk_sersic</name>
                       <description>Gext JPCAM band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_i_ext_panstarrs_disk_sersic</name>
                       <description>Iext PS band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_z_ext_panstarrs_disk_sersic</name>
                       <description>Zext PS band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_g_ext_hsc_disk_sersic</name>
                       <description>Gext HSC band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_z_ext_hsc_disk_sersic</name>
                       <description>Zext HSC band Sersic fraction</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_vis_disk_sersic_err</name>
                       <description>VIS band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_y_disk_sersic_err</name>
                       <description>NIR Y band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_j_disk_sersic_err</name>
                       <description>NIR J band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_h_disk_sersic_err</name>
                       <description>NIR H band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_u_ext_decam_disk_sersic_err</name>
                       <description>Uext DECam band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_g_ext_decam_disk_sersic_err</name>
                       <description>Gext DECam band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_r_ext_decam_disk_sersic_err</name>
                       <description>Rext DECam band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_i_ext_decam_disk_sersic_err</name>
                       <description>Iext DECam band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_z_ext_decam_disk_sersic_err</name>
                       <description>Zext DECam band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_u_ext_lsst_disk_sersic_err</name>
                       <description>Uext LSST band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_g_ext_lsst_disk_sersic_err</name>
                       <description>Gext LSST band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_r_ext_lsst_disk_sersic_err</name>
                       <description>Rext LSST band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_i_ext_lsst_disk_sersic_err</name>
                       <description>Iext LSST band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_z_ext_lsst_disk_sersic_err</name>
                       <description>Zext LSST band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_u_ext_megacam_disk_sersic_err</name>
                       <description>Uext Megacam band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_r_ext_megacam_disk_sersic_err</name>
                       <description>Rext Megacam band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_g_ext_jpcam_disk_sersic_err</name>
                       <description>Gext JPCAM band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_i_ext_panstarrs_disk_sersic_err</name>
                       <description>Iext PS band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_z_ext_panstarrs_disk_sersic_err</name>
                       <description>Zext PS band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_g_ext_hsc_disk_sersic_err</name>
                       <description>Gext HSC band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_fract_z_ext_hsc_disk_sersic_err</name>
                       <description>Zext HSC band Sersic fraction error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_vis</name>
                       <description>Objects flag keeping track of the flagged pixels in the VIS flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_y</name>
                       <description>Objects flag keeping track of the flagged pixels in the NIR Y flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_j</name>
                       <description>Objects flag keeping track of the flagged pixels in the NIR J flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_h</name>
                       <description>Objects flag keeping track of the flagged pixels in the NIR H flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_nir_stack</name>
                       <description>Objects flag keeping track of the flagged pixels in the NIR stack flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_u_ext_decam</name>
                       <description>Objects flag keeping track of the flagged pixels in the UextDECam flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_g_ext_decam</name>
                       <description>Objects flag keeping track of the flagged pixels in the GextDECam flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_r_ext_decam</name>
                       <description>Objects flag keeping track of the flagged pixels in the RextDECam flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_i_ext_decam</name>
                       <description>Objects flag keeping track of the flagged pixels in the IextDECam flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_z_ext_decam</name>
                       <description>Objects flag keeping track of the flagged pixels in the ZextDECam flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_u_ext_lsst</name>
                       <description>Objects flag keeping track of the flagged pixels in the Uext LSST flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_g_ext_lsst</name>
                       <description>Objects flag keeping track of the flagged pixels in the Gext LSST flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_r_ext_lsst</name>
                       <description>Objects flag keeping track of the flagged pixels in the Rext LSST flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_i_ext_lsst</name>
                       <description>Objects flag keeping track of the flagged pixels in the Iext LSST flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_z_ext_lsst</name>
                       <description>Objects flag keeping track of the flagged pixels in the Zext LSST flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_u_ext_megacam</name>
                       <description>Objects flag keeping track of the flagged pixels in the Uext Megacam flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_r_ext_megacam</name>
                       <description>Objects flag keeping track of the flagged pixels in the Rext Megacam flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_g_ext_jpcam</name>
                       <description>Objects flag keeping track of the flagged pixels in the Gext JPCAM flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_i_ext_panstarrs</name>
                       <description>Objects flag keeping track of the flagged pixels in the Iext PS flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_z_ext_panstarrs</name>
                       <description>Objects flag keeping track of the flagged pixels in the Zext PS flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_g_ext_hsc</name>
                       <description>Objects flag keeping track of the flagged pixels in the Gext HSC flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_z_ext_hsc</name>
                       <description>Objects flag keeping track of the flagged pixels in the Zext HSC flag image</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_vis</name>
                       <description>Average filter transmission curve wavelength for the VIS band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_y</name>
                       <description>Average filter transmission curve wavelength for the NIR Y band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_j</name>
                       <description>Average filter transmission curve wavelength for the NIR J band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_h</name>
                       <description>Average filter transmission curve wavelength for the NIR H band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_u_ext_decam</name>
                       <description>Average filter transmission curve wavelength for the DECam U band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_g_ext_decam</name>
                       <description>Average filter transmission curve wavelength for the DECam G band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_r_ext_decam</name>
                       <description>Average filter transmission curve wavelength for the DECam R band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_i_ext_decam</name>
                       <description>Average filter transmission curve wavelength for the DECam I band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_z_ext_decam</name>
                       <description>Average filter transmission curve wavelength for the DECam Z band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_u_ext_lsst</name>
                       <description>Average filter transmission curve wavelength for the LSST U band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_g_ext_lsst</name>
                       <description>Average filter transmission curve wavelength for the LSST G band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_r_ext_lsst</name>
                       <description>Average filter transmission curve wavelength for the LSST R band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_i_ext_lsst</name>
                       <description>Average filter transmission curve wavelength for the LSST I band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_z_ext_lsst</name>
                       <description>Average filter transmission curve wavelength for the LSST Z band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_u_ext_megacam</name>
                       <description>Average filter transmission curve wavelength for the Megacam U band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_r_ext_megacam</name>
                       <description>Average filter transmission curve wavelength for the Megacam R band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_g_ext_jpcam</name>
                       <description>Average filter transmission curve wavelength for the JPCAM G band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_i_ext_panstarrs</name>
                       <description>Average filter transmission curve wavelength for the PS I band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_z_ext_panstarrs</name>
                       <description>Average filter transmission curve wavelength for the PS Z band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_g_ext_hsc</name>
                       <description>Average filter transmission curve wavelength for the HSC G band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>avg_trans_wave_z_ext_hsc</name>
                       <description>Average filter transmission curve wavelength for the HSC Z band</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>deblended_flag</name>
                       <description>Flag marking if the object was originally blended with another one</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parent_id</name>
                       <description>ID of the parent sources of a deblended object</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parent_visnir</name>
                       <description>ID of the parent sources of a deblended object</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>blended_prob</name>
                       <description>Probability that the source is blended with another source</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>she_flag</name>
                       <description>Flags for objects SHE might want to remove (eg. bright stars)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>variable_flag</name>
                       <description>Object variability flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>binary_flag</name>
                       <description>Flag for potentially binary stars</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>point_like_flag</name>
                       <description>Point-like flag : flag set to 1 for VIS detections with (DET_QUALITY_FLAG==0) AND (POINT_LIKE_PROBA&amp;gt;threshold), otherwise set to NaN</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>point_like_prob</name>
                       <description>Probability between 0 and 1 that the source is point-like (the estimation uses a &amp;quot;star probability cube&amp;quot; defined in the MDB). Value is set to NaN for NIR-only objects (use MUMAX_MINUS_MAG for NIR-only objcts)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extended_flag</name>
                       <description>Extended source flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extended_prob</name>
                       <description>Probability between 0 and 1 that the source is extended</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spurious_flag</name>
                       <description>Spurious source flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spurious_prob</name>
                       <description>Probability between 0 and 1 that the source is spurious</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_stargal_sep</name>
                       <description>Magnitude used to compute POINT_LIKE_PROB</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_quality_flag</name>
                       <description>Detection step flags that could indicate the possible corruption of the MAG_STARGAL_SEP values</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_max</name>
                       <description>Peak surface brightness above the background in the detection band (directly from SExtractor)</description>
                       <unit>mag/arcsec2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mumax_minus_mag</name>
                       <description>The difference between MU_MAX and MAG_STARGAL_SEP, valid even for NIR-only sources</description>
                       <unit>mag/arcsec2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>segmentation_area</name>
                       <description>Isophotal area of the source above the analysis threshold (SExtractor ISOAREA_IMAGE)</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>semimajor_axis</name>
                       <description>Semi-major axis of the source (from Asterism)</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>semimajor_axis_err</name>
                       <description>Semi-major axis error</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_angle</name>
                       <description>Position angle (CCW/x) of the source (SExtractor THETA_IMAGE) range: -90 up to +90 decimal degrees</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_angle_err</name>
                       <description>Position angle error</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ellipticity</name>
                       <description>A parametrization of how stretched an object is in the detection band, computed from the minor and major axes of the object itself (directly from SExtractor)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ellipticity_err</name>
                       <description>Ellipticity error</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kron_radius</name>
                       <description>Major semi-axis (in pixels) of the elliptical aperture used for total (Kron) aperture photometry on the detection image</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kron_radius_err</name>
                       <description>Error on the major semi-axis (in pixels) of the elliptical aperture used for total (Kron) aperture photometry on the detection image</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm</name>
                       <description>FWHM (in arcsec) used in a-phot to compute colors. A-phot fluxes are computed within apertures that are multiples (1, 2, 3, 4 times) of this FWHM</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gal_ebv</name>
                       <description>Estimated galactic E(B-V) at the source centroid according to the reference Planck map</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gal_ebv_err</name>
                       <description>Error on galactic E(B-V) according to the reference Planck map</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_id</name>
                       <description>The associated GAIA source id</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_match_quality</name>
                       <description>The quality of the GAIA match</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="1" esatapplus:hierarchy="Q1/Catalogue/mer" esatapplus:size="29953430" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.mer_cutouts</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Euclid unique source identifier</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="1" esatapplus:ref="" std="false">
                       <name>right_ascension</name>
                       <description>Source barycenter RA coordinate (SExtractor ALPHA_J2000) decimal degrees</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="2" esatapplus:ref="" std="false">
                       <name>declination</name>
                       <description>Source barycenter DEC coordinate (SExtractor DELTA_J2000) decimal degrees</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corner_0_ra</name>
                       <description>Right ascension of the lower-right cutout corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corner_0_dec</name>
                       <description>Declination of the lower-right cutout corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corner_1_ra</name>
                       <description>Right ascension of the lower-left cutout corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corner_1_dec</name>
                       <description>Declination of the lower-left cutout corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corner_2_ra</name>
                       <description>Right ascension of the upper-left cutout corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corner_2_dec</name>
                       <description>Declination of the upper-left cutout corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corner_3_ra</name>
                       <description>Right ascension of the upper-right cutout corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corner_3_dec</name>
                       <description>Declination of the upper-right cutout corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dbl_corner_0_ra</name>
                       <description>Right ascension of the lower-right deblending corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dbl_corner_0_dec</name>
                       <description>Declination of the lower-right deblending corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dbl_corner_1_ra</name>
                       <description>Right ascension of the lower-left deblending corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dbl_corner_1_dec</name>
                       <description>Declination of the lower-left deblending corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dbl_corner_2_ra</name>
                       <description>Right ascension of the upper-left deblending corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dbl_corner_2_dec</name>
                       <description>Declination of the upper-left deblending corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dbl_corner_3_ra</name>
                       <description>Right ascension of the upper-right deblending corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dbl_corner_3_dec</name>
                       <description>Declination of the upper-right deblending corner</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>semimajor_axis</name>
                       <description>Semi-major axis of the source (from Asterism)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>semiminor_axis</name>
                       <description>Semi-minor axis of the source (from Asterism)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_angle</name>
                       <description>Position angle (CCW/x) of the source (SExtractor THETA_IMAGE) range: -90 up to +90 decimal degrees</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parent_id</name>
                       <description>ID of the parent sources of a deblended object</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parent_visnir</name>
                       <description>ID of the parent sources of a deblended object</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_detection_total</name>
                       <description>VIS or NIR stack band source total flux error (Kron aperture)</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/mer" esatapplus:size="29953430" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.mer_morphology</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>agn_no</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>agn_yes</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>asymmetry</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>asymmetry_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bar_no</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bar_strong</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bar_weak</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bulge_size_dominant</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bulge_size_large</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bulge_size_moderate</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bulge_size_none</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bulge_size_small</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>clump_count_above_threshold</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>clump_count_any_threshold</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>clump_count_unusual_above_threshold</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>clump_count_unusual_any_threshold</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_edge_on_no</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_edge_on_yes</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_angle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_angle_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_disk_axis_ratio</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_disk_axis_ratio_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_disk_radius</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_disk_radius_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_duration</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_flags</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_iterations</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_reduced_chi2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_sersic_axis_ratio</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_sersic_axis_ratio_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_sersic_index</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_sersic_index_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_sersic_radius</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disk_sersic_sersic_radius_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dwarf_no</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dwarf_yes</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>edge_on_bulge_boxy</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>edge_on_bulge_none</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>edge_on_bulge_rounded</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>etg_or_ltg</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>has_spiral_arms_no</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>has_spiral_arms_yes</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>how_rounded_cigar_shaped</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>how_rounded_completely</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>how_rounded_in_between</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lopsided_no</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lopsided_yes</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_merger</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_merger_stage</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_merger_stage_probability</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_merger_stage_uncertainty</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_merger_uncertainty</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>merging_major_disturbance</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>merging_merger</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>merging_minor_disturbance</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>merging_none</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>peculiar_no</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>peculiar_yes</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ring_no</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ring_yes</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_angle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_angle_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_ext_duration</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_ext_flags</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_ext_iterations</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_ext_reduced_chi2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_nir_axis_ratio</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_nir_axis_ratio_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_nir_index</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_nir_index_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_nir_radius</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_nir_radius_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_vis_axis_ratio</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_vis_axis_ratio_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_vis_index</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_vis_index_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_vis_radius</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_sersic_vis_radius_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_visnir_duration</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_visnir_flags</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_visnir_iterations</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sersic_visnir_reduced_chi2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>smooth_or_featured_artifact_star_zoom</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>smooth_or_featured_featured_or_disk</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>smooth_or_featured_smooth</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spiral_arm_count_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spiral_arm_count_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spiral_arm_count_3</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spiral_arm_count_4</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spiral_arm_count_cant_tell</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spiral_arm_count_more_than_4</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spiral_winding_loose</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spiral_winding_medium</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spiral_winding_tight</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_type</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gini</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gini_err</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moment_20</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moment_20_err</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>concentration</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>concentration_err</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>smoothness</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>smoothness_err</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/phz" esatapplus:size="29643313" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.phz_classification</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>missing_band</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qso_threshold</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vis_det</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>configuration</name>
                       <description>Encode the Photometric band configuration (indicating also the number of missing columns)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_star_prob</name>
                       <description>The probability of the object to be a star</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_gal_prob</name>
                       <description>The probability of the object to be a galaxy</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_qso_prob</name>
                       <description>The probability of the object to be a QSO</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_glob_cl_prob</name>
                       <description>The probability of the object to be a Globular Cluster</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_classification</name>
                       <description>Classification flag: +1 if the source is accepted as star, +2 if it is accepted as a galaxy +4 if it is accepted as a QSO +8 if the source is accepted as a globular Cluster</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>star_threshold</name>
                       <description>The star probability above which the object is accepted as a star</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>galaxy_threshold</name>
                       <description>The galaxy probability above which the object is accepted as a galaxy</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>globc_threshold</name>
                       <description>The globular cluster probability above which the object is accepted as a globular cluster</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/phz" esatapplus:size="29437743" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.phz_galaxy_sed</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qso_threshold</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_4500_4600</name>
                       <description>Flux for the top-hat band between 4500 and 4600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_4600_4700</name>
                       <description>Flux for the top-hat band between 4600 and 4700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_4700_4800</name>
                       <description>Flux for the top-hat band between 4700 and 4800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_4800_4900</name>
                       <description>Flux for the top-hat band between 4800 and 4900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_4900_5000</name>
                       <description>Flux for the top-hat band between 4900 and 5000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5000_5100</name>
                       <description>Flux for the top-hat band between 5000 and 5100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5100_5200</name>
                       <description>Flux for the top-hat band between 5100 and 5200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5200_5300</name>
                       <description>Flux for the top-hat band between 5200 and 5300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5300_5400</name>
                       <description>Flux for the top-hat band between 5300 and 5400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5400_5500</name>
                       <description>Flux for the top-hat band between 5400 and 5500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5500_5600</name>
                       <description>Flux for the top-hat band between 5500 and 5600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5600_5700</name>
                       <description>Flux for the top-hat band between 5600 and 5700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5700_5800</name>
                       <description>Flux for the top-hat band between 5700 and 5800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5800_5900</name>
                       <description>Flux for the top-hat band between 5800 and 5900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5900_6000</name>
                       <description>Flux for the top-hat band between 5900 and 6000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6000_6100</name>
                       <description>Flux for the top-hat band between 6000 and 6100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6100_6200</name>
                       <description>Flux for the top-hat band between 6100 and 6200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6200_6300</name>
                       <description>Flux for the top-hat band between 6200 and 6300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6300_6400</name>
                       <description>Flux for the top-hat band between 6300 and 6400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6400_6500</name>
                       <description>Flux for the top-hat band between 6400 and 6500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6500_6600</name>
                       <description>Flux for the top-hat band between 6500 and 6600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6600_6700</name>
                       <description>Flux for the top-hat band between 6600 and 6700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6700_6800</name>
                       <description>Flux for the top-hat band between 6700 and 6800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6800_6900</name>
                       <description>Flux for the top-hat band between 6800 and 6900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6900_7000</name>
                       <description>Flux for the top-hat band between 6900 and 7000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7000_7100</name>
                       <description>Flux for the top-hat band between 7000 and 7100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7100_7200</name>
                       <description>Flux for the top-hat band between 7100 and 7200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7200_7300</name>
                       <description>Flux for the top-hat band between 7200 and 7300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7300_7400</name>
                       <description>Flux for the top-hat band between 7300 and 7400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7400_7500</name>
                       <description>Flux for the top-hat band between 7400 and 7500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7500_7600</name>
                       <description>Flux for the top-hat band between 7500 and 7600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7600_7700</name>
                       <description>Flux for the top-hat band between 7600 and 7700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7700_7800</name>
                       <description>Flux for the top-hat band between 7700 and 7800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7800_7900</name>
                       <description>Flux for the top-hat band between 7800 and 7900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7900_8000</name>
                       <description>Flux for the top-hat band between 7900 and 8000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8000_8100</name>
                       <description>Flux for the top-hat band between 8000 and 8100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8100_8200</name>
                       <description>Flux for the top-hat band between 8100 and 8200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8200_8300</name>
                       <description>Flux for the top-hat band between 8200 and 8300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8300_8400</name>
                       <description>Flux for the top-hat band between 8300 and 8400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8400_8500</name>
                       <description>Flux for the top-hat band between 8400 and 8500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8500_8600</name>
                       <description>Flux for the top-hat band between 8500 and 8600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8600_8700</name>
                       <description>Flux for the top-hat band between 8600 and 8700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8700_8800</name>
                       <description>Flux for the top-hat band between 8700 and 8800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8800_8900</name>
                       <description>Flux for the top-hat band between 8800 and 8900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8900_9000</name>
                       <description>Flux for the top-hat band between 8900 and 9000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9000_9100</name>
                       <description>Flux for the top-hat band between 9000 and 9100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9100_9200</name>
                       <description>Flux for the top-hat band between 9100 and 9200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9200_9300</name>
                       <description>Flux for the top-hat band between 9200 and 9300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9300_9400</name>
                       <description>Flux for the top-hat band between 9300 and 9400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9400_9500</name>
                       <description>Flux for the top-hat band between 9400 and 9500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9500_9600</name>
                       <description>Flux for the top-hat band between 9500 and 9600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9600_9700</name>
                       <description>Flux for the top-hat band between 9600 and 9700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9700_9800</name>
                       <description>Flux for the top-hat band between 9700 and 9800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9800_9900</name>
                       <description>Flux for the top-hat band between 9800 and 9900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9900_10000</name>
                       <description>Flux for the top-hat band between 9900 and 10000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_4500_4600</name>
                       <description>Flux Error for the top-hat band between 4500 and 4600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_4600_4700</name>
                       <description>Flux Error for the top-hat band between 4600 and 4700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_4700_4800</name>
                       <description>Flux Error for the top-hat band between 4700 and 4800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_4800_4900</name>
                       <description>Flux Error for the top-hat band between 4800 and 4900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_4900_5000</name>
                       <description>Flux Error for the top-hat band between 4900 and 5000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5000_5100</name>
                       <description>Flux Error for the top-hat band between 5000 and 5100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5100_5200</name>
                       <description>Flux Error for the top-hat band between 5100 and 5200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5200_5300</name>
                       <description>Flux Error for the top-hat band between 5200 and 5300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5300_5400</name>
                       <description>Flux Error for the top-hat band between 5300 and 5400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5400_5500</name>
                       <description>Flux Error for the top-hat band between 5400 and 5500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5500_5600</name>
                       <description>Flux Error for the top-hat band between 5500 and 5600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5600_5700</name>
                       <description>Flux Error for the top-hat band between 5600 and 5700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5700_5800</name>
                       <description>Flux Error for the top-hat band between 5700 and 5800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5800_5900</name>
                       <description>Flux Error for the top-hat band between 5800 and 5900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5900_6000</name>
                       <description>Flux Error for the top-hat band between 5900 and 6000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6000_6100</name>
                       <description>Flux Error for the top-hat band between 6000 and 6100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6100_6200</name>
                       <description>Flux Error for the top-hat band between 6100 and 6200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6200_6300</name>
                       <description>Flux Error for the top-hat band between 6200 and 6300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6300_6400</name>
                       <description>Flux Error for the top-hat band between 6300 and 6400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6400_6500</name>
                       <description>Flux Error for the top-hat band between 6400 and 6500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6500_6600</name>
                       <description>Flux Error for the top-hat band between 6500 and 6600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6600_6700</name>
                       <description>Flux Error for the top-hat band between 6600 and 6700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6700_6800</name>
                       <description>Flux Error for the top-hat band between 6700 and 6800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6800_6900</name>
                       <description>Flux Error for the top-hat band between 6800 and 6900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6900_7000</name>
                       <description>Flux Error for the top-hat band between 6900 and 7000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7000_7100</name>
                       <description>Flux Error for the top-hat band between 7000 and 7100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7100_7200</name>
                       <description>Flux Error for the top-hat band between 7100 and 7200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7200_7300</name>
                       <description>Flux Error for the top-hat band between 7200 and 7300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7300_7400</name>
                       <description>Flux Error for the top-hat band between 7300 and 7400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7400_7500</name>
                       <description>Flux Error for the top-hat band between 7400 and 7500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7500_7600</name>
                       <description>Flux Error for the top-hat band between 7500 and 7600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7600_7700</name>
                       <description>Flux Error for the top-hat band between 7600 and 7700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7700_7800</name>
                       <description>Flux Error for the top-hat band between 7700 and 7800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7800_7900</name>
                       <description>Flux Error for the top-hat band between 7800 and 7900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7900_8000</name>
                       <description>Flux Error for the top-hat band between 7900 and 8000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8000_8100</name>
                       <description>Flux Error for the top-hat band between 8000 and 8100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8100_8200</name>
                       <description>Flux Error for the top-hat band between 8100 and 8200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8200_8300</name>
                       <description>Flux Error for the top-hat band between 8200 and 8300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8300_8400</name>
                       <description>Flux Error for the top-hat band between 8300 and 8400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8400_8500</name>
                       <description>Flux Error for the top-hat band between 8400 and 8500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8500_8600</name>
                       <description>Flux Error for the top-hat band between 8500 and 8600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8600_8700</name>
                       <description>Flux Error for the top-hat band between 8600 and 8700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8700_8800</name>
                       <description>Flux Error for the top-hat band between 8700 and 8800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8800_8900</name>
                       <description>Flux Error for the top-hat band between 8800 and 8900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8900_9000</name>
                       <description>Flux Error for the top-hat band between 8900 and 9000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9000_9100</name>
                       <description>Flux Error for the top-hat band between 9000 and 9100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9100_9200</name>
                       <description>Flux Error for the top-hat band between 9100 and 9200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9200_9300</name>
                       <description>Flux Error for the top-hat band between 9200 and 9300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9300_9400</name>
                       <description>Flux Error for the top-hat band between 9300 and 9400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9400_9500</name>
                       <description>Flux Error for the top-hat band between 9400 and 9500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9500_9600</name>
                       <description>Flux Error for the top-hat band between 9500 and 9600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9600_9700</name>
                       <description>Flux Error for the top-hat band between 9600 and 9700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9700_9800</name>
                       <description>Flux Error for the top-hat band between 9700 and 9800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9800_9900</name>
                       <description>Flux Error for the top-hat band between 9800 and 9900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9900_10000</name>
                       <description>Flux Error for the top-hat band between 9900 and 10000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_flags</name>
                       <description> A 64 bit integer containing the flag: 0 =&gt; OK I =&gt; No close Neighbor</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_gal_prob</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>galaxy_threshold</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_star_prob</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>star_threshold</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_qso_prob</name>
                       <description>The probability of the object to be a QSO</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_glob_cl_prob</name>
                       <description>The probability of the object to be a Globular Cluster</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>globc_threshold</name>
                       <description>The globular cluster probability above which the object is accepted as a globular cluster</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/phz" esatapplus:size="7248114" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.phz_nir_physical_parameters</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corr</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b_v_</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b_v__index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_h_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_panstarrs_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_j_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_y_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_h_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_panstarrs_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_j_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_y_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>likelihood_log</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>missing_data_flag</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_1dpdf_peak_z</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>posterior_log</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>reddeningcurve_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>reference_luminosity</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>region_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sed_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_1d_pdf</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sed</name>
                       <description>Name of the best fitted SED</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>reddeningcurve</name>
                       <description>Name of the best fitted ReddeningCurve</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>Value of the best fitted redshift</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scale</name>
                       <description>Scale of the best fitted model</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>high_z_prob</name>
                       <description>Probability to be above z=6</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/phz" esatapplus:size="29643313" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.phz_photo_z</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_hsc_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_lsst_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_lsst_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_panstarrs_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_lsst_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_megacam_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_lsst_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_megacam_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_hsc_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_lsst_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_hsc_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_lsst_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_lsst_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_panstarrs_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_lsst_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_megacam_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_lsst_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_megacam_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_hsc_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_lsst_unif</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pdf</name>
                       <description>A vector containing the PHZ PDF values, for Z in range [0,6] with 0.01 step</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_median</name>
                       <description>The median of the PHZ PDF </description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_70_int</name>
                       <description>The smallest PHZ PDF interval containing 70% of the probability</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_90_int</name>
                       <description>The smallest PHZ PDF interval containing 90% of the probability</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_95_int</name>
                       <description>The smallest PHZ PDF interval containing 95% of the probability</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_mode_1</name>
                       <description>The first mode of the PHZ PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_mode_1_area</name>
                       <description>The total area of the first mode</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_mode_2</name>
                       <description>The second mode of the PHZ PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_mode_2_area</name>
                       <description>The total area of the second mode</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bias_id</name>
                       <description> The identifier to be used for retrieving the bias correction shift from the bias correction map</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tom_bin_id</name>
                       <description>The identifier of the tomographic bin the source belongs to (Equipopulated-bins)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>alt_tom_bin_id</name>
                       <description>The identifier of the alternate tomographic bin the source belongs to (Equidistant-bins)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_tom_bin_id</name>
                       <description>The identifier of the photometric clustering tomographic bin the source belongs to (Equipopulated-bins)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_som_tomobin</name>
                       <description>Flag telling if the source belong to a combination of SOM cell and Tom. bin which can be calibrated (=1) or not (=0).</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_som_alt_tomobin</name>
                       <description>Flag telling if the source belong to a combination of SOM cell and Alt Tom. bin which can be calibrated (=1) or not (=0).</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_som_pos_tomobin</name>
                       <description>Flag telling if the source belong to a combination of SOM cell and POS Tom. bin which can be calibrated (=1) or not (=0).</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photometric_system</name>
                       <description>Encode the Photometric band configuration (indicating also the number of missing columns)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_classification</name>
                       <description>Classification flag: +1 if the source is accepted as star, +2 if it is accepted as a galaxy +4 if it is accepted as a QSO +8 if the source is accepted as a globular Cluster</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ie_cuts_weights</name>
                       <description>Vector of probability to be a usable source for different VIS MAG cuts [20.25, 21.25, 22.25, 24.5]</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_weight</name>
                       <description>Probability to be a usable source at VIS MAG=23.5</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_flags</name>
                       <description>An integer containing the flags of the PHZ processing. Meaning: 0 =&gt; OK, 1 =&gt; NNPZ flag: no close neighbor, 10 not VIS detected, 11 missing band, 12 too faint</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_decam_unif</name>
                       <description>Unified flux recomputed after correction from galactic extinction and filter shifts</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_decam_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_decam_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_decam_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_decam_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_y_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_j_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_h_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_decam_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_decam_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_decam_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_decam_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_decam_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_y_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_j_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_h_unif</name>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>best_chi2</name>
                       <description>Chi2 of the best fit model or the closest neighbor</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/phz" esatapplus:size="26075592" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.phz_physical_parameters</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_luminosity</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_luminosity</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_luminosity</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phys_param_flags</name>
                       <description>A 64 bit integer containing the flags of the physical parameters processing (TBD)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pdf_nn_id</name>
                       <description>A vector containing the neighbor id</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pdf_nn_weight</name>
                       <description>A vector containing the neighbor weight </description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pdf_nn_scale</name>
                       <description>A vector containing the neighbor scale</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>quality_flag</name>
                       <description>Quality flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_redshift</name>
                       <description>Point-estimate: Redshift median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_redshift</name>
                       <description>Point-estimate: Redshift mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_redshift</name>
                       <description>Redshift median vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_agnebv</name>
                       <description>Point-estimate: AGN E(B-V) median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_agnebv</name>
                       <description>Point-estimate: AGN E(B-V) mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_agnebv</name>
                       <description>AGN E(B-V) vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_agnlbol</name>
                       <description>Point-estimate: AGN bolometric luminosity median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_agnlbol</name>
                       <description>Point-estimate: AGN bolometric luminosity median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_agnlbol</name>
                       <description>AGN bolometric luminosity vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_agnlumfrac</name>
                       <description>Point-estimate: AGN LUM FRAC median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_agnlumfrac</name>
                       <description>Point-estimate: AGN LUM FRAC mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_agnlumfrac</name>
                       <description>AGN LUM FRAC vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_av</name>
                       <description>Point-estimate: AV median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_av</name>
                       <description>Point-estimate: AV mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_av</name>
                       <description>AV vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_dustlawheight</name>
                       <description>Point-estimate: DUST LAW HEIGHT median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_dustlawheight</name>
                       <description>Point-estimate: DUST LAW HEIGHT mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_dustlawheight</name>
                       <description>DUST LAW HEIGHT vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_dustlawslope</name>
                       <description>Point-estimate: DUST LAW SLOPE median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_dustlawslope</name>
                       <description>Point-estimate: DUST LAW SLOPE mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_dustlawslope</name>
                       <description>DUST LAW SLOPE vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_dustlawwidth</name>
                       <description>Point-estimate: DUST LAW WIDTH median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_dustlawwidth</name>
                       <description>Point-estimate: DUST LAW WIDTH mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_dustlawwidth</name>
                       <description>DUST LAW WIDTH vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mb</name>
                       <description>Point-estimate: absolute magnitude in the B median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mb</name>
                       <description>Point-estimate: absolute magnitude in the B mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mb</name>
                       <description>Absolute magnitude in the band: B vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mfuv</name>
                       <description>Point-estimate: absolute magnitude in the FUV band: median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mfuv</name>
                       <description>Point-estimate: absolute magnitude in the FUV band: mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mfuv</name>
                       <description>Absolute magnitude in the band: FUV vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mh</name>
                       <description>Point-estimate: absolute magnitude in the H band: median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mh</name>
                       <description>Point-estimate: absolute magnitude in the H band: mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mh</name>
                       <description>Absolute magnitude in the band: H vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mi</name>
                       <description>Point-estimate: absolute magnitude in the I band: median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mi</name>
                       <description>Point-estimate: absolute magnitude in the I band: mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mi</name>
                       <description>Absolute magnitude in the band: I vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mj</name>
                       <description>Point-estimate: absolute magnitude in the J band: median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mj</name>
                       <description>Point-estimate: absolute magnitude in the J band: mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mj</name>
                       <description>Absolute magnitude in the band: J vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mks</name>
                       <description>Point-estimate: absolute magnitude in the KS band: median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mks</name>
                       <description>Point-estimate: absolute magnitude in the KS band: mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mks</name>
                       <description>Absolute magnitude in the band: KS vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mnuv</name>
                       <description>Point-estimate: absolute magnitude in the NUV band: median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mnuv</name>
                       <description>Point-estimate: absolute magnitude in the NUV band: mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mnuv</name>
                       <description>Absolute magnitude in the band: NUV vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mr</name>
                       <description>Point-estimate: absolute magnitude in the R band: median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mr</name>
                       <description>Point-estimate: absolute magnitude in the R band: mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mr</name>
                       <description>Absolute magnitude in the band: R vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mu</name>
                       <description>Point-estimate: absolute magnitude in the U band: median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mu</name>
                       <description>Point-estimate: absolute magnitude in the U band: mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mu</name>
                       <description>Absolute magnitude in the band: U vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mv</name>
                       <description>Point-estimate: absolute magnitude in the V band: median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mv</name>
                       <description>Point-estimate: absolute magnitude in the V band: mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mv</name>
                       <description>Absolute magnitude in the band: V vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mvis</name>
                       <description>Point-estimate: absolute magnitude in the VIS median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mvis</name>
                       <description>Point-estimate: absolute magnitude in the VIS mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mvis</name>
                       <description>Absolute magnitude in the VIS band: vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_my</name>
                       <description>Point-estimate: absolute magnitude in the Y band: median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_my</name>
                       <description>Point-estimate: absolute magnitude in the Y band: mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_my</name>
                       <description>Absolute magnitude in the Y band: vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_mz</name>
                       <description>Point-estimate: absolute magnitude in the Z band: median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_mz</name>
                       <description>Point-estimate: absolute magnitude in the Z band: mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_mz</name>
                       <description>Absolute magnitude in the Z band: vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_sfhage</name>
                       <description>Point-estimate: SFH AGE median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_sfhage</name>
                       <description>Point-estimate: SFH AGE mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_sfhage</name>
                       <description>SFH AGE vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_sfhtimescale</name>
                       <description>Point-estimate: SFH TIMESCALE median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_sfhtimescale</name>
                       <description>Point-estimate: SFH TIMESCALE mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_sfhtimescale</name>
                       <description>SFH TIMESCALE vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_sfr</name>
                       <description>Point-estimate: log10(SFR[Msun/yr])) median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_sfr</name>
                       <description>Point-estimate: log10(SFR[Msun/yr])) mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_sfr</name>
                       <description>log10(SFR[Msun/yr])) vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_stellarmass</name>
                       <description>Point-estimate: log10(STELLAR MASS[Msun]) median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_stellarmass</name>
                       <description>Point-estimate: log10(STELLAR MASS[Msun]) mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_stellarmass</name>
                       <description>log10(STELLAR MASS[Msun]) vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_massformed</name>
                       <description>Point-estimate: log10(MASS FORMED[Msun]) (MASS FORMED = integral of the SFR) median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_massformed</name>
                       <description>Point-estimate: log10(MASS FORMED[Msun]) (MASS FORMED = integral of the SFR) mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_massformed</name>
                       <description>log10(MASS FORMED[Msun])(MASS FORMED = integral of the SFR) vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_median_stellarmetallicity</name>
                       <description>Point-estimate: STELLAR METALLICITY median of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_mode_stellarmetallicity</name>
                       <description>Point-estimate: STELLAR METALLICITY mode of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_pp_68_stellarmetallicity</name>
                       <description>STELLAR METALLICITY vector containing the lower and upper bound for the 68% of PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>galaxyclass</name>
                       <description>Galaxy Class</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sfhtype</name>
                       <description>SFH Type</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>imf</name>
                       <description>IMF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/phz" esatapplus:size="1442648" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.phz_qso_physical_parameters</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corr</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b_v_</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b_v__index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_h_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_panstarrs_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_j_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_y_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_h_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_panstarrs_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_j_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_y_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>likelihood_log</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>missing_data_flag</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_1dpdf_peak_z</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>posterior_log</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>reddeningcurve_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>reference_luminosity</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>region_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sed_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_1d_pdf</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sed</name>
                       <description>Name of the best fitted SED</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>reddeningcurve</name>
                       <description>Name of the best fitted ReddeningCurve</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>Value of the best fitted redshift</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scale</name>
                       <description>Scale of the best fitted model</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/phz" esatapplus:size="29187029" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.phz_star_sed</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qso_threshold</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_4500_4600</name>
                       <description>Flux for the top-hat band between 4500 and 4600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_4600_4700</name>
                       <description>Flux for the top-hat band between 4600 and 4700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_4700_4800</name>
                       <description>Flux for the top-hat band between 4700 and 4800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_4800_4900</name>
                       <description>Flux for the top-hat band between 4800 and 4900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_4900_5000</name>
                       <description>Flux for the top-hat band between 4900 and 5000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5000_5100</name>
                       <description>Flux for the top-hat band between 5000 and 5100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5100_5200</name>
                       <description>Flux for the top-hat band between 5100 and 5200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5200_5300</name>
                       <description>Flux for the top-hat band between 5200 and 5300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5300_5400</name>
                       <description>Flux for the top-hat band between 5300 and 5400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5400_5500</name>
                       <description>Flux for the top-hat band between 5400 and 5500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5500_5600</name>
                       <description>Flux for the top-hat band between 5500 and 5600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5600_5700</name>
                       <description>Flux for the top-hat band between 5600 and 5700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5700_5800</name>
                       <description>Flux for the top-hat band between 5700 and 5800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5800_5900</name>
                       <description>Flux for the top-hat band between 5800 and 5900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_5900_6000</name>
                       <description>Flux for the top-hat band between 5900 and 6000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6000_6100</name>
                       <description>Flux for the top-hat band between 6000 and 6100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6100_6200</name>
                       <description>Flux for the top-hat band between 6100 and 6200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6200_6300</name>
                       <description>Flux for the top-hat band between 6200 and 6300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6300_6400</name>
                       <description>Flux for the top-hat band between 6300 and 6400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6400_6500</name>
                       <description>Flux for the top-hat band between 6400 and 6500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6500_6600</name>
                       <description>Flux for the top-hat band between 6500 and 6600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6600_6700</name>
                       <description>Flux for the top-hat band between 6600 and 6700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6700_6800</name>
                       <description>Flux for the top-hat band between 6700 and 6800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6800_6900</name>
                       <description>Flux for the top-hat band between 6800 and 6900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_6900_7000</name>
                       <description>Flux for the top-hat band between 6900 and 7000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7000_7100</name>
                       <description>Flux for the top-hat band between 7000 and 7100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7100_7200</name>
                       <description>Flux for the top-hat band between 7100 and 7200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7200_7300</name>
                       <description>Flux for the top-hat band between 7200 and 7300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7300_7400</name>
                       <description>Flux for the top-hat band between 7300 and 7400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7400_7500</name>
                       <description>Flux for the top-hat band between 7400 and 7500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7500_7600</name>
                       <description>Flux for the top-hat band between 7500 and 7600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7600_7700</name>
                       <description>Flux for the top-hat band between 7600 and 7700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7700_7800</name>
                       <description>Flux for the top-hat band between 7700 and 7800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7800_7900</name>
                       <description>Flux for the top-hat band between 7800 and 7900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_7900_8000</name>
                       <description>Flux for the top-hat band between 7900 and 8000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8000_8100</name>
                       <description>Flux for the top-hat band between 8000 and 8100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8100_8200</name>
                       <description>Flux for the top-hat band between 8100 and 8200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8200_8300</name>
                       <description>Flux for the top-hat band between 8200 and 8300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8300_8400</name>
                       <description>Flux for the top-hat band between 8300 and 8400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8400_8500</name>
                       <description>Flux for the top-hat band between 8400 and 8500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8500_8600</name>
                       <description>Flux for the top-hat band between 8500 and 8600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8600_8700</name>
                       <description>Flux for the top-hat band between 8600 and 8700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8700_8800</name>
                       <description>Flux for the top-hat band between 8700 and 8800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8800_8900</name>
                       <description>Flux for the top-hat band between 8800 and 8900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_8900_9000</name>
                       <description>Flux for the top-hat band between 8900 and 9000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9000_9100</name>
                       <description>Flux for the top-hat band between 9000 and 9100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9100_9200</name>
                       <description>Flux for the top-hat band between 9100 and 9200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9200_9300</name>
                       <description>Flux for the top-hat band between 9200 and 9300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9300_9400</name>
                       <description>Flux for the top-hat band between 9300 and 9400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9400_9500</name>
                       <description>Flux for the top-hat band between 9400 and 9500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9500_9600</name>
                       <description>Flux for the top-hat band between 9500 and 9600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9600_9700</name>
                       <description>Flux for the top-hat band between 9600 and 9700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9700_9800</name>
                       <description>Flux for the top-hat band between 9700 and 9800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9800_9900</name>
                       <description>Flux for the top-hat band between 9800 and 9900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_9900_10000</name>
                       <description>Flux for the top-hat band between 9900 and 10000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_4500_4600</name>
                       <description>Flux Error for the top-hat band between 4500 and 4600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_4600_4700</name>
                       <description>Flux Error for the top-hat band between 4600 and 4700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_4700_4800</name>
                       <description>Flux Error for the top-hat band between 4700 and 4800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_4800_4900</name>
                       <description>Flux Error for the top-hat band between 4800 and 4900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_4900_5000</name>
                       <description>Flux Error for the top-hat band between 4900 and 5000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5000_5100</name>
                       <description>Flux Error for the top-hat band between 5000 and 5100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5100_5200</name>
                       <description>Flux Error for the top-hat band between 5100 and 5200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5200_5300</name>
                       <description>Flux Error for the top-hat band between 5200 and 5300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5300_5400</name>
                       <description>Flux Error for the top-hat band between 5300 and 5400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5400_5500</name>
                       <description>Flux Error for the top-hat band between 5400 and 5500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5500_5600</name>
                       <description>Flux Error for the top-hat band between 5500 and 5600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5600_5700</name>
                       <description>Flux Error for the top-hat band between 5600 and 5700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5700_5800</name>
                       <description>Flux Error for the top-hat band between 5700 and 5800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5800_5900</name>
                       <description>Flux Error for the top-hat band between 5800 and 5900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_5900_6000</name>
                       <description>Flux Error for the top-hat band between 5900 and 6000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6000_6100</name>
                       <description>Flux Error for the top-hat band between 6000 and 6100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6100_6200</name>
                       <description>Flux Error for the top-hat band between 6100 and 6200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6200_6300</name>
                       <description>Flux Error for the top-hat band between 6200 and 6300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6300_6400</name>
                       <description>Flux Error for the top-hat band between 6300 and 6400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6400_6500</name>
                       <description>Flux Error for the top-hat band between 6400 and 6500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6500_6600</name>
                       <description>Flux Error for the top-hat band between 6500 and 6600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6600_6700</name>
                       <description>Flux Error for the top-hat band between 6600 and 6700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6700_6800</name>
                       <description>Flux Error for the top-hat band between 6700 and 6800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6800_6900</name>
                       <description>Flux Error for the top-hat band between 6800 and 6900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_6900_7000</name>
                       <description>Flux Error for the top-hat band between 6900 and 7000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7000_7100</name>
                       <description>Flux Error for the top-hat band between 7000 and 7100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7100_7200</name>
                       <description>Flux Error for the top-hat band between 7100 and 7200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7200_7300</name>
                       <description>Flux Error for the top-hat band between 7200 and 7300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7300_7400</name>
                       <description>Flux Error for the top-hat band between 7300 and 7400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7400_7500</name>
                       <description>Flux Error for the top-hat band between 7400 and 7500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7500_7600</name>
                       <description>Flux Error for the top-hat band between 7500 and 7600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7600_7700</name>
                       <description>Flux Error for the top-hat band between 7600 and 7700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7700_7800</name>
                       <description>Flux Error for the top-hat band between 7700 and 7800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7800_7900</name>
                       <description>Flux Error for the top-hat band between 7800 and 7900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_7900_8000</name>
                       <description>Flux Error for the top-hat band between 7900 and 8000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8000_8100</name>
                       <description>Flux Error for the top-hat band between 8000 and 8100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8100_8200</name>
                       <description>Flux Error for the top-hat band between 8100 and 8200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8200_8300</name>
                       <description>Flux Error for the top-hat band between 8200 and 8300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8300_8400</name>
                       <description>Flux Error for the top-hat band between 8300 and 8400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8400_8500</name>
                       <description>Flux Error for the top-hat band between 8400 and 8500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8500_8600</name>
                       <description>Flux Error for the top-hat band between 8500 and 8600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8600_8700</name>
                       <description>Flux Error for the top-hat band between 8600 and 8700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8700_8800</name>
                       <description>Flux Error for the top-hat band between 8700 and 8800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8800_8900</name>
                       <description>Flux Error for the top-hat band between 8800 and 8900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_8900_9000</name>
                       <description>Flux Error for the top-hat band between 8900 and 9000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9000_9100</name>
                       <description>Flux Error for the top-hat band between 9000 and 9100 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9100_9200</name>
                       <description>Flux Error for the top-hat band between 9100 and 9200 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9200_9300</name>
                       <description>Flux Error for the top-hat band between 9200 and 9300 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9300_9400</name>
                       <description>Flux Error for the top-hat band between 9300 and 9400 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9400_9500</name>
                       <description>Flux Error for the top-hat band between 9400 and 9500 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9500_9600</name>
                       <description>Flux Error for the top-hat band between 9500 and 9600 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9600_9700</name>
                       <description>Flux Error for the top-hat band between 9600 and 9700 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9700_9800</name>
                       <description>Flux Error for the top-hat band between 9700 and 9800 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9800_9900</name>
                       <description>Flux Error for the top-hat band between 9800 and 9900 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_9900_10000</name>
                       <description>Flux Error for the top-hat band between 9900 and 10000 A</description>
                       <unit>uJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_flags</name>
                       <description> A 64 bit integer containing the flag: 0 =&gt; OK I =&gt; No close Neighbor</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_gal_prob</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>galaxy_threshold</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_star_prob</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>star_threshold</name>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_qso_prob</name>
                       <description>The probability of the object to be a QSO</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_glob_cl_prob</name>
                       <description>The probability of the object to be a Globular Cluster</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>globc_threshold</name>
                       <description>The globular cluster probability above which the object is accepted as a globular cluster</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/phz" esatapplus:size="1410168" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.phz_star_template</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corr</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b_v_</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b_v__index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_g_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_h_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_i_ext_panstarrs_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_j_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_r_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_u_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_vis_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_y_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxerr_z_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_g_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_h_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_i_ext_panstarrs_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_j_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_r_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_u_ext_megacam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_vis_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_y_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_decam_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_hsc_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_z_ext_lsst_total_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>likelihood_log</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>missing_data_flag</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phz_1dpdf_peak_z</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>posterior_log</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>reddeningcurve_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>reference_luminosity</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>region_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sed_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sed</name>
                       <description>Name of the best fitted SED</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>reddeningcurve</name>
                       <description>Name of the best fitted ReddeningCurve</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>Value of the best fitted redshift</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scale</name>
                       <description>Scale of the best fitted model</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="110407896" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_line_features_catalog_spe_atomic_indices</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_at_idx_name</name>
                       <description>The name of the atomic Lick index</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_at_idx_val</name>
                       <description>The estimated value of the atomic Lick index</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_at_idx_err</name>
                       <description>The error on the estimated value of the atomic Lick index</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER </description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rank</name>
                       <description>The rank of estimate (0=best candidate)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_spec_snr</name>
                       <description>The estimated value of the spectrum SNR in a TBD window</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="6133772" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_line_features_catalog_spe_continuum_features</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER </description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rank</name>
                       <description>The rank of estimate (0=best candidate)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_feat_name</name>
                       <description>The name of the molecular Lick index</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_feat_val</name>
                       <description>The estimated value of the molecular Lick index</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_feat_err</name>
                       <description>The error on the estimated value of the molecular Lick index</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_spec_snr</name>
                       <description>The estimated value of the spectrum SNR in a TBD window</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="202905141" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_line_features_catalog_spe_line_features_cat</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_id</name>
                       <description>The associated line ID in the reference line catalog </description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_flag</name>
                       <description>Flag on line measurement</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_name</name>
                       <description>The name of detected line</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_n_dith</name>
                       <description>Number of dithers on the line</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_central_wl_gf</name>
                       <description>The estimated central wavelength of the detected line from Gaussian fit </description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_central_wl_err_gf</name>
                       <description>The error on estimated central wavelength from Gaussian fit</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_flux_gf</name>
                       <description>The estimated flux of the detected line from Gaussian fit</description>
                       <unit>erg/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_flux_err_gf</name>
                       <description>The error on estimated flux of the detected line from Gaussian fit</description>
                       <unit>erg/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_ew_gf</name>
                       <description>The estimated equivalent width of the detected line from Gaussian fit</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_ew_err_gf</name>
                       <description>The error on estimated equivalent width of the detected line from Gaussian fit</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_fwhm_gf</name>
                       <description>The estimated FWHM of the detected line from Gaussian fit</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_fwhm_err_gf</name>
                       <description>The error on estimated FWHM of the detected line from Gaussian fit</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_intvar_gf</name>
                       <description>The integrated variance within 3-sigma of the line from Gaussian fit</description>
                       <unit>erg2/s2/cm4</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_snr_gf</name>
                       <description>The signal-to-noise ratio of the line from Gaussian fit</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_cont_gf</name>
                       <description>The continuum estimated under the line from Gaussian fit</description>
                       <unit>erg/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_cont_err_gf</name>
                       <description>The error on the continuum estimated under the line from Gaussian fit</description>
                       <unit>erg/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_lum_gf</name>
                       <description>The estimated luminosity of the line from Gaussian fit</description>
                       <unit>erg/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_lum_err_gf</name>
                       <description>The error on the estimated luminosity of the line from Gaussian fit</description>
                       <unit>erg/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_qual_gf</name>
                       <description>The quality of the measurements from Gaussian fit</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_central_wl_di</name>
                       <description>The estimated central wavelength of the detected line from direct integration</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_central_wl_err_di</name>
                       <description>The error on estimated central wavelength from direct integration</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_flux_di</name>
                       <description>The estimated flux of the detected line from direct integration-</description>
                       <unit>erg/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_flux_err_di</name>
                       <description>The error on estimated flux of the detected line from direct integration</description>
                       <unit>erg/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_ew_di</name>
                       <description>The estimated equivalent width of the detected line from direct integration</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_ew_err_di</name>
                       <description>The error on estimated equivalent width of the detected line from direct integration</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_snr_di</name>
                       <description>The signal-to-noise ratio of the line from direct integration</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_cont_di</name>
                       <description>The continuum estimated under the line from direct integration</description>
                       <unit>erg/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_cont_err_di</name>
                       <description>The error on the continuum estimated under the line from direct integration</description>
                       <unit>erg/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_lum_di</name>
                       <description>The estimated luminosity of the line from direct integration</description>
                       <unit>erg/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_lum_err_di</name>
                       <description>The error on the estimated luminosity of the line from direct integration</description>
                       <unit>erg/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_qual_di</name>
                       <description>The quality of the measurements from direct integration</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_aon</name>
                       <description>The amplitude over Noise of the line, estimated as the ratio of the peak of the line divided by the average rms close to the line</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER </description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rank</name>
                       <description>The rank of estimate (0=best candidate)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="18401316" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_line_features_catalog_spe_molecular_indices</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_mol_idx_name</name>
                       <description>The name of the molecular Lick index </description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_mol_idx_val</name>
                       <description>The estimated value of the molecular Lick index</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_mol_idx_err</name>
                       <description>The error on the estimated value of the molecular Lick index</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER </description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rank</name>
                       <description>The rank of estimate (0=best candidate)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_spec_snr</name>
                       <description>The estimated value of the spectrum SNR in a TBD window</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="18409905" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_model_catalog_spe_galaxy_models</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lya_assym_coef</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lya_offset</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lya_width</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER </description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rank</name>
                       <description>The rank of estimate (0=best candidate)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_z</name>
                       <description>The estimated spectroscopic redshift</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_tpl_id</name>
                       <description>The continuum template ID</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_tpl_amp</name>
                       <description>The amplitude of continuum template</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_igm_tpl_id</name>
                       <description>The IGM template ID</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_ism_coef</name>
                       <description>The Ebmv coefficient inside [0.,1.]</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_tpl_rat_id</name>
                       <description>The template ratio ID</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_tpl_rat_e_amp</name>
                       <description>The amplitude of emission template ratio</description>
                       <unit>erg/s/cm2/Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_tpl_rat_a_amp</name>
                       <description>The amplitude of absorption template ratio</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_tpl_rat_ism_coeff</name>
                       <description>The Ebmv coefficient for emission lines inside [0.,1.]</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_lines_id</name>
                       <description>ID of each line</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_lines_amp</name>
                       <description>The amplitude of each line</description>
                       <unit>erg/s/cm2/Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_vel_disp_e</name>
                       <description>The velocity dispersion of emission lines</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_vel_disp_a</name>
                       <description>The velocity dispersion of absorption lines</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_ical_factor_b</name>
                       <description>The inter-calibration factor between Red and Blue spectra</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_flux_offset_r</name>
                       <description>The flux offset of the Red spectra</description>
                       <unit>erg/s/cm2/Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_flux_offset_b</name>
                       <description>The flux offset of the Blue spectra</description>
                       <unit>erg/s/cm2/Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="543138176" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_model_catalog_spe_lines_catalog</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_id</name>
                       <description>ID of the line</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_wl</name>
                       <description>Central wavelength of the line</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_name</name>
                       <description>Name of the line</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_line_type</name>
                       <description>Type of line ("A": absorption, "E":emission)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="16781027" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_model_catalog_spe_qso_models</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lya_assym_coef</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lya_offset</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lya_width</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER </description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rank</name>
                       <description>The rank of estimate (0=best candidate)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_z</name>
                       <description>The estimated spectroscopic redshift</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_tpl_id</name>
                       <description>The continuum template ID</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_tpl_amp</name>
                       <description>The amplitude of continuum template</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_igm_tpl_id</name>
                       <description>The IGM template ID</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_ism_coef</name>
                       <description>The Ebmv coefficient inside [0.,1.]</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_tpl_rat_id</name>
                       <description>The template ratio ID</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_tpl_rat_e_amp</name>
                       <description>The amplitude of emission template ratio</description>
                       <unit>erg/s/cm2/Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_tpl_rat_a_amp</name>
                       <description>The amplitude of absorption template ratio</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_tpl_rat_ism_coeff</name>
                       <description>The Ebmv coefficient for emission lines inside [0.,1.]</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_lines_id</name>
                       <description>ID of each line</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_lines_amp</name>
                       <description>The amplitude of each line</description>
                       <unit>erg/s/cm2/Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_vel_disp_e</name>
                       <description>The velocity dispersion of emission lines</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_vel_disp_a</name>
                       <description>The velocity dispersion of absorption lines</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_ical_factor_b</name>
                       <description>The inter-calibration factor between Red and Blue spectra</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_flux_offset_r</name>
                       <description>The flux offset of the Red spectra</description>
                       <unit>erg/s/cm2/Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_flux_offset_b</name>
                       <description>The flux offset of the Blue spectra</description>
                       <unit>erg/s/cm2/Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="6545058" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_model_catalog_spe_star_models</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER </description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rank</name>
                       <description>The rank of estimate (0=best candidate)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_z</name>
                       <description>The estimated spectroscopic redshift</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_tpl_id</name>
                       <description>The continuum template ID</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cnt_tpl_amp</name>
                       <description>The amplitude of continuum template</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_ical_factor_b</name>
                       <description>The inter-calibration factor between Red and Blue spectra</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_flux_offset_r</name>
                       <description>The flux offset of the Red spectra</description>
                       <unit>erg/s/cm2/Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_flux_offset_b</name>
                       <description>The flux offset of the Blue spectra</description>
                       <unit>erg/s/cm2/Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="3766170" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_zcatalog_spe_classification</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_star_prob</name>
                       <description> The probability of the object to be a star</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_gal_prob</name>
                       <description>The probability of the object to be a galaxy</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_qso_prob</name>
                       <description>The probability of the object to be a quasar</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_class</name>
                       <description>The classification of the object related to highest probability [STAR, GALAXY, QSO, UNDEF]</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="18409905" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_zcatalog_spe_galaxy_candidates</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rank</name>
                       <description>The rank of estimate (0=best candidate)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_z</name>
                       <description>The estimated spectroscopic redshift</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_z_err</name>
                       <description>Uncertainty on estimated spectroscopic redshift</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_z_prob</name>
                       <description> The estimated spectroscopic redshift probability</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_z_rel</name>
                       <description>The reliability of estimated Z</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_subclass</name>
                       <description>The QSO sub-classification</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cont_snr</name>
                       <description>Continuum signal to noise ratio</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_pdf_zmin</name>
                       <description>Minimum redshift of the window Z grid of the redshift candidate PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_pdf_zmax</name>
                       <description>Maxinum redshift of the window Z grid of the redshift candidate PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_pdf_deltaz</name>
                       <description>Redshift step of the window Z grid of the redshift candidate PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_pdf</name>
                       <description>PDF values</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="16781027" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_zcatalog_spe_qso_candidates</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rank</name>
                       <description>The rank of estimate (0=best candidate)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_z</name>
                       <description>The estimated spectroscopic redshift</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_z_err</name>
                       <description>Uncertainty on estimated spectroscopic redshift</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_z_prob</name>
                       <description> The estimated spectroscopic redshift probability</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_z_rel</name>
                       <description>The reliability of estimated Z</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_subclass</name>
                       <description>The QSO sub-classification</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cont_snr</name>
                       <description>Continuum signal to noise ratio</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_pdf_zmin</name>
                       <description>Minimum redshift of the window Z grid of the redshift candidate PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_pdf_zmax</name>
                       <description>Maxinum redshift of the window Z grid of the redshift candidate PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_pdf_deltaz</name>
                       <description>Redshift step of the window Z grid of the redshift candidate PDF</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_pdf</name>
                       <description>PDF values</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="29205770" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_zcatalog_spe_quality</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_error_flag</name>
                       <description>Processing error flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_warning_flag</name>
                       <description>Processing warning flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_context_error_flag</name>
                       <description>Context error flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_class_error_flag</name>
                       <description>Classification error flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_star_error_flag</name>
                       <description>Star solver error flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_gal_error_flag</name>
                       <description>Galaxy solver error flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_qso_error_flag</name>
                       <description>QSO solver error flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_context_warning_flag</name>
                       <description>Context warning flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_class_warning_flag</name>
                       <description>Classification warning flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_star_warning_flag</name>
                       <description>Star solver warning flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_gal_warning_flag</name>
                       <description>Galaxy solver warning flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_qso_warning_flag</name>
                       <description>QSO warning flag</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_grism</name>
                       <description>The type of GRISM [BGS/RGS/BGS+RGS]</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_w_min</name>
                       <description>The minimum wavelength</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_w_max</name>
                       <description>The maximum wavelength</description>
                       <unit>Angstrom</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_npix</name>
                       <description>The number of pixels</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_n_dith_max</name>
                       <description>Maximum number of dithers</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_n_dith_med</name>
                       <description>Median number of dithers</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_n_dith_red_l</name>
                       <description>Number of dithers in red computed by SPE at wavelength low</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_n_dith_red_m</name>
                       <description>Number of dithers in red computed by SPE at wavelength middle</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_n_dith_red_h</name>
                       <description>Number of dithers in red computed by SPE at wavelength high</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_n_dith_blue_l</name>
                       <description>Number of dithers in blue computed by SPE at wavelength low</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_n_dith_blue_m</name>
                       <description>Number of dithers in blue computed by SPE at wavelength middle</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_n_dith_blue_h</name>
                       <description>Number of dithers in blue computed by SPE at wavelength high</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Catalogue/spe" esatapplus:size="6545058" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogue.spectro_zcatalog_spe_star_candidates</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rvel</name>
                       <description>The estimated radial velocity</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rvel_err</name>
                       <description>Uncertainty on estimated radial velocity error</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_model_prob</name>
                       <description>The estimated star model probability</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_model_rel</name>
                       <description>The reliability of estimated star model</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_id</name>
                       <description>Unique ID of the object in the survey, as set by MER</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_rank</name>
                       <description>The rank of estimate (0=best candidate)</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_subclass</name>
                       <description>The QSO sub-classification</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spe_cont_snr</name>
                       <description>Continuum signal to noise ratio</description>
                       <unit>NA</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>ivoa</name>
                 <table esatapplus:flags="-1" esatapplus:size="5357" esatapplus:size_bytes="0" type="base_table">
                    <name>ivoa.obscore</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>access_estsize</name>
                       <description>Estimated size of dataset: in kilobytes</description>
                       <unit>kbyte</unit>
                       <ucd>phys.size;meta.file</ucd>
                       <utype>obscore:Access.size</utype>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>access_format</name>
                       <description>Content format of the dataset</description>
                       <ucd>meta.code.mime</ucd>
                       <utype>obscore:Access.format</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>access_url</name>
                       <description>URL used to access dataset</description>
                       <ucd>meta.ref.url</ucd>
                       <utype>obscore:Access.reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>activity_code</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>calib_level</name>
                       <description>Calibration level of the observation: in {0, 1, 2, 3, 4}</description>
                       <ucd>meta.code;obs.calib</ucd>
                       <utype>obscore:ObsDataset.calibLevel</utype>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cutout_access_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>dataproduct_subtype</name>
                       <description>Data product specific type</description>
                       <ucd>meta.id</ucd>
                       <utype>obscore:ObsDataset.dataProductSubtype</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>dataproduct_type</name>
                       <description>Data product (file content) primary type </description>
                       <ucd>meta.id</ucd>
                       <utype>obscore:ObsDataset.dataProductType</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>em_max</name>
                       <description>Stop in spectral coordinates</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.max</ucd>
                       <utype>obscore:Char.SpectralAxis.Coverage.Bounds.Limits.HiLimit</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>em_min</name>
                       <description>Start in spectral coordinates</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.min</ucd>
                       <utype>obscore:Char.SpectralAxis.Coverage.Bounds.Limits.LoLimit</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>em_res_power</name>
                       <description>Value of the resolving power along the spectral axis. (R)</description>
                       <ucd>spect.resolution</ucd>
                       <utype>obscore:Char.SpectralAxis.Resolution.ResolPower.refVal</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>em_xel</name>
                       <description>Number of elements along the spectral axis</description>
                       <ucd>meta.number</ucd>
                       <utype>obscore:Char.SpectralAxis.numBins</utype>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>environment</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>facility_name</name>
                       <ucd>meta.id;instr.tel</ucd>
                       <utype>obscore:Provenance.ObsConfig.Facility.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>instrument_name</name>
                       <description>The name of the instrument used for the observation</description>
                       <ucd>meta.id;instr</ucd>
                       <utype>obscore:Provenance.ObsConfig.Instrument.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>obs_collection</name>
                       <description>Name of the data collection</description>
                       <ucd>meta.id</ucd>
                       <utype>obscore:DataID.collection</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>obs_id</name>
                       <description>Internal ID given by the ObsTAP service</description>
                       <ucd>meta.id</ucd>
                       <utype>obscore:DataID.observationID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>obs_publisher_did</name>
                       <description>ID for the Dataset given by the publisher. </description>
                       <ucd>meta.ref.uri;meta.curation</ucd>
                       <utype>obscore:Curation.publisherDID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>o_ucd</name>
                       <description>Nature of the observable axis</description>
                       <ucd>meta.ucd</ucd>
                       <utype>obscore:Char.ObservableAxis.ucd</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>pol_states</name>
                       <description>List of polarization states present in the data file</description>
                       <ucd>meta.code;phys.polarization</ucd>
                       <utype>obscore:Char.PolarizationAxis.stateList</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>pol_xel</name>
                       <description>Number of elements along the polarization axis</description>
                       <ucd>meta.number</ucd>
                       <utype>obscore:Char.PolarizationAxis.numBins</utype>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>s_dec</name>
                       <description>Central Spatial Position in ICRS - Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>s_fov</name>
                       <description>Estimated size of the covered region as the diameter of a containing circle</description>
                       <unit>deg</unit>
                       <ucd>phys.angSize;instr.fov</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Bounds.Extent.diameter</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>s_ra</name>
                       <description>Central Spatial Position in ICRS - Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>s_region</name>
                       <description>Sky region covered by the data product (expressed in ICRS frame)</description>
                       <ucd>pos.outline;obs.field</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>s_resolution</name>
                       <description>Spatial resolution of data as FWHM of PSF</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angResolution</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.Refval.value</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>s_xel1</name>
                       <description>Number of elements along the first coordinate of the spatial axis</description>
                       <ucd>meta.number</ucd>
                       <utype>obscore:Char.SpatialAxis.numBins1</utype>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>s_xel2</name>
                       <description>Number of elements along the second coordinate of the spatial axis</description>
                       <ucd>meta.number</ucd>
                       <utype>obscore:Char.SpatialAxis.numBins2</utype>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>target_name</name>
                       <description>Object of interest</description>
                       <ucd>meta.id;src</ucd>
                       <utype>obscore:Target.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>t_exptime</name>
                       <description>Total exposure time</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <utype>obscore:Char.TimeAxis.Coverage.Support.Extent</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>t_max</name>
                       <description>Stop time in MJD</description>
                       <unit>d</unit>
                       <ucd>time.end;obs.exposure</ucd>
                       <utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.StopTime</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>t_min</name>
                       <description>Start time in MJD</description>
                       <unit>d</unit>
                       <ucd>time.start;obs.exposure</ucd>
                       <utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.StartTime</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>t_resolution</name>
                       <description>Temporal resolution FWHM</description>
                       <unit>s</unit>
                       <ucd>time.resolution</ucd>
                       <utype>obscore:Char.TimeAxis.Resolution.Refval.value</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>t_xel</name>
                       <description>Number of elements along the time axis</description>
                       <ucd>meta.number</ucd>
                       <utype>obscore:Char.TimeAxis.numBins</utype>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>version</name>
                       <dataType xsi:type="vs:VOTableType">char</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:size="1" type="base_table">
                    <name>public.dual</name>
                    <description>auxiliary table to be used as dummy "from"</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>dummy</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>q1</name>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="24036" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.basic_download_data</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 1" esatapplus:size="0" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.raw_detector</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l1_raw_frame_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q1_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q2_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q3_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q4_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 1" esatapplus:size="0" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.raw_frame</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cal_block_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cal_block_variant</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>curator</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dither_observation</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_time</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>field_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>first_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>grism_wheel_pos</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>height</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>img_number</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_mode</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time_mjd</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time_obt</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time_utc</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pa</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_definition_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>planning_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pointing_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pointing_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prod_sdc</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>public_read</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rawframe_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>second_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>technique</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>telescope_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>total_exposure</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>width</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 1" esatapplus:size="0" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.raw_quadrant</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>height</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>overscan_count_x</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>overscan_count_y</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prescan_count_x</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prescan_count_y</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>quadrant_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>quadrant_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>roe_config_table_version</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>roe_id</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>width</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="7347" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.aux_calibrated</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_calibrated_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrated_frame_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type_sas</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="13040" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.aux_mosaic</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_mosaic_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic_product_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type_sas</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="0" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.aux_stacked</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_stacked_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_stack_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type_sas</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="146192" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.calibrated_detectors</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrated_detectors_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrated_frame_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gain</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>readout_noise</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>saturation</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point_error</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="2449" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.calibrated_frame</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrated_frame_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>field_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>first_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>frame_seq</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_date_time_utc</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pa</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pointing_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>second_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time_mjd</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>technique</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="341" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.combined_spectra</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>combined_spectra_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_number</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lambda_range</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>public_read</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="29901" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.combined_spectra_product</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>access_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>combined_spectra_fk</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>combined_spectra_product_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="1" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.data_release</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>group_permissions</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="2449" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.frame_catalog</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catalog_format_hdu</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catalog_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catalog_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catalog_origin</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catalog_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datarange_end_time</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datarange_start_time</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dither_observation</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>manual_validation_status</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time_mjd</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pa</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photometric_calibrated</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_definition_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plan_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pointing_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ppo_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ppo_status</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>telescope_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="352" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.mer_final_catalogue</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="352" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.mer_segmentation_map</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calblock_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>first_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>processing_mode</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>second_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>segmentation_map_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>technique</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="2908" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.mosaic_product</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>first_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic_product_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>second_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>technique</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point_error</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="3786" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.observation_mosaic</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_mosaic_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="0" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.observation_stack</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>first_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_stack_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pa</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>second_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>technique</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point_error</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="316" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.phz_catalogue</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="316" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.phz_catalogue_l3</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="15" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.provenance</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>curator</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_definition_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_software_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prod_sdc</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>public_read</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="7472" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.sir_frame_detectors</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gain</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>readout_noise</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>saturation</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sir_science_frame_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point_error</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="467" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.sir_science_frame</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>curator</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_definition_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_software_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prod_sdc</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>public_read</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>science_frame_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="292" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.spe_catalogue</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="4313551" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.spectra_source</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>combined_spectra_fk</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>combined_spectra_product_fk</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_obj</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dith_num</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hdu_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_obj</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique EXT object identifier [None]</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spectra_source_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="2876" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.vmpz_healpix_bitmask</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="2876" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.vmpz_healpix_coverage</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="2876" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.vmpz_healpix_depthmap</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="2876" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.vmpz_healpix_footprint_mask</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="Q1/Level 2" esatapplus:size="11256" esatapplus:size_bytes="0" type="base_table">
                    <name>q1.vmpz_healpix_infomap</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>sedm</name>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="7347" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.aux_calibrated</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_calibrated_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrated_frame_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <description>Instrument filter name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>Name of the instrument [None]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Running sequence number of observed blocks of the Survey. This ObservationId corresponds to the attribute id of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. This number goes from 1 up to roughly 45000 for the complete survey. Keyword: OBSID</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type_sas</name>
                       <description>Identifies the name of the DataProduct. The list of product names is defined within the Data Model as :Dpdxxxx that are the root elements of the folder /dpd. Take care of the uppercamel case with a D in capital.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="13040" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.aux_mosaic</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aux_mosaic_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic_product_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type_sas</name>
                       <description>Identifies the name of the DataProduct. The list of product names is defined within the Data Model as :Dpdxxxx that are the root elements of the folder /dpd. Take care of the uppercamel case with a D in capital.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="-1" esatapplus:hierarchy="__hide__" esatapplus:size="0" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.aux_stacked</name>
                 </table>
                 <table esatapplus:flags="-1" esatapplus:hierarchy="__hide__" esatapplus:size="24036" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.basic_download_data</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <description>This date corresponds to the creation date of the instance file, this creation date is stamped by the IAL in case of a data product. Each instance of the reference survey could cover different time slots with or without overlap. Each instance of the reference survey supersedes the previous ones on the common time coverage</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <description>This release element is inherited from the Plan definition and could be (depending on the context of the processing Plan): - SIM datarelease for a SIM pipeline - Specific run of an IT or SC challenge or a cycle during pre integration or pre production - Specific set of plans built for some specific scientific analysis: calibration campaign, scientific analysis - ... Enable to define a consistent set of data products (used to select a unique instance of a given data product at COORS level) this data product belongs to (not to be confused with the specified DataRelease or intermediateDataRealease by ESA that could be defined a posteriori</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <description>Size of an individual data element, in bits, following the FITS convention (i.e., negative for floating point values) such that the total size of the data array is |DataSize| x DataLength bits.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <description>List of Observation IDs</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <description>A list of sky patch Ids.</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <description>This Id is the unique reference of the object defined in this interface, this Id is processed by IAL to ensure the uniqueness. Naming rules specified by concatenation of [PIPELINEId]-[PURPOSE]-[USER]-PLAN-[NUMBER]-PPO-[NUMBER]-TimeStamp-[SDC-PROD]-ATTEMPT-[Number]-out-[number] where [NUMBER] is a running number (see DM), each of the fields are defined into the data model : dictionary/sys/orc package</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <description>Identifies the name of the DataProduct. The list of product names is defined within the Data Model as :Dpdxxxx that are the root elements of the folder /dpd. Take care of the uppercamel case with a D in capital.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <description>This boolean is set to 1 if this dataProduct is published on Scientific Archive (SAS), set to 0 if not. This flag reflects the feedback of a successful migration of the product to SAS. Default value is set to 0 (not published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <description>Purpose which is typically inherited from the PPO by which this product was produced.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <description>A list of TileIndexes.</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="146192" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.calibrated_detectors</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrated_detectors_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrated_frame_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix1</name>
                       <description>Reference pixel in X [pixel]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix2</name>
                       <description>Reference pixel in Y [pixel]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval1</name>
                       <description>Physical value of the reference pixel X [deg]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval2</name>
                       <description>Physical value of the reference pixel Y [deg]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector_id</name>
                       <description>The Detector identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gain</name>
                       <description>This is the e- to ADU conversion gain as reported in the FITS file header GAIN keyword</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>readout_noise</name>
                       <description>Detector Readout noise as reported in the FITS file header</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>saturation</name>
                       <description>Detector Saturation level as reported in the FITS file header</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point</name>
                       <description>The description of the photometric zero point for this image. This is a library zero point, an instrumental zero point, or a zero point solution derived and intended to be applied at processing time. In either case, the header values of a COPY of the original FITS image are compared to these values and updated as necessary prior to processing.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point_error</name>
                       <description>The description of the photometric zero point for this image. This is a library zero point, an instrumental zero point, or a zero point solution derived and intended to be applied at processing time. In either case, the header values of a COPY of the original FITS image are compared to these values and updated as necessary prior to processing.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="512" esatapplus:hierarchy="__hide__" esatapplus:size="2449" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.calibrated_frame</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrated_frame_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <description>Data product category: e.g. science frame or calibration frame</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <description>This date corresponds to the creation date of the instance file, this creation date is stamped by the IAL in case of a data product. Each instance of the reference survey could cover different time slots with or without overlap. Each instance of the reference survey supersedes the previous ones on the common time coverage</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Integer internal counter for single images (exposures) in a pointing. This counter is not derived from the oss. Depending on the ObservationType, this counter range could be from 0 (specific case of TVAC data) to N in case of ExposureTime changes or fluences changes or Bias or Dark images within a given pointing. Keyword: EXPNUM</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Universal coordinated time at the start of the observation expressed as the number of seconds (a float) since UTC midnight [sec]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>field_id</name>
                       <description>Unique ID identifying the Field observed. This element refers to the fieldId attribute of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. Keyword: FIELDID</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <description>Instrument filter name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>first_type</name>
                       <description>Data product type: e.g. Sky, Bias, Dark, Flat, Wave, Std</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>frame_seq</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>Name of the instrument [None]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_date_time_utc</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Running sequence number of observed blocks of the Survey. This ObservationId corresponds to the attribute id of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. This number goes from 1 up to roughly 45000 for the complete survey. Keyword: OBSID</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pa</name>
                       <description>The rotation of the FPA about the line of sight, in units of degrees east of north</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id</name>
                       <description>The patch id to which this observation pertains. This element refers to the patchId attribute of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information.</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pointing_id</name>
                       <description>An unique identifier for this pointing in the complete Euclid survey so its range should roughly be: 1-180000. This PointingId corresponds to the attribute id of the ossPointingType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. Keyword: PTGID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <description>This Id is the unique reference of the object defined in this interface, this Id is processed by IAL to ensure the uniqueness. Naming rules specified by concatenation of [PIPELINEId]-[PURPOSE]-[USER]-PLAN-[NUMBER]-PPO-[NUMBER]-TimeStamp-[SDC-PROD]-ATTEMPT-[Number]-out-[number] where [NUMBER] is a running number (see DM), each of the fields are defined into the data model : dictionary/sys/orc package</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <description>Identifies the name of the DataProduct. The list of product names is defined within the Data Model as :Dpdxxxx that are the root elements of the folder /dpd. Take care of the uppercamel case with a D in capital.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <description>This boolean is set to 1 if this dataProduct is published on Scientific Archive (SAS), set to 0 if not. This flag reflects the feedback of a successful migration of the product to SAS. Default value is set to 0 (not published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>second_type</name>
                       <description>Data product type: e.g. Sky, Bias, Dark, Flat, Wave, Std</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Universal coordinated time at the start of the observation expressed as the number of seconds (a float) since UTC midnight [sec]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time_mjd</name>
                       <description>Modified Julian date at the start of the observation (JD-2400000.5) [day]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>technique</name>
                       <description>Data product technique: e.g. image or spectrum</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="91" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.column_values</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>column_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>condition</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>table_name</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>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="341" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.combined_spectra</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>combined_spectra_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <description>This date corresponds to the creation date of the instance file, this creation date is stamped by the IAL in case of a data product. Each instance of the reference survey could cover different time slots with or without overlap. Each instance of the reference survey supersedes the previous ones on the common time coverage</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <description>This release element is inherited from the Plan definition and could be (depending on the context of the processing Plan): - SIM datarelease for a SIM pipeline - Specific run of an IT or SC challenge or a cycle during pre integration or pre production - Specific set of plans built for some specific scientific analysis: calibration campaign, scientific analysis - ... Enable to define a consistent set of data products (used to select a unique instance of a given data product at COORS level) this data product belongs to (not to be confused with the specified DataRelease or intermediateDataRealease by ESA that could be defined a posteriori</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_number</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lambda_range</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <description>List of Observation IDs</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <description>This Id is the unique reference of the object defined in this interface, this Id is processed by IAL to ensure the uniqueness. Naming rules specified by concatenation of [PIPELINEId]-[PURPOSE]-[USER]-PLAN-[NUMBER]-PPO-[NUMBER]-TimeStamp-[SDC-PROD]-ATTEMPT-[Number]-out-[number] where [NUMBER] is a running number (see DM), each of the fields are defined into the data model : dictionary/sys/orc package</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <description>Identifies the name of the DataProduct. The list of product names is defined within the Data Model as :Dpdxxxx that are the root elements of the folder /dpd. Take care of the uppercamel case with a D in capital.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>public_read</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <description>This boolean is set to 1 if this dataProduct is published on Scientific Archive (SAS), set to 0 if not. This flag reflects the feedback of a successful migration of the product to SAS. Default value is set to 0 (not published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="29901" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.combined_spectra_product</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>access_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>combined_spectra_fk</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>combined_spectra_product_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="-1" esatapplus:hierarchy="__hide__" esatapplus:size="1" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.data_release</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>group_permissions</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="-1" esatapplus:hierarchy="__hide__" esatapplus:size="89034" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.files_table</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="2449" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.frame_catalog</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catalog_format_hdu</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catalog_name</name>
                       <description>Allowed strings for catalog names.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catalog_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catalog_origin</name>
                       <description>List of different catalog depending on their origin : measured (from MER/SPE/PHZ/SHE/VIS/NIR/EXT/..), mock (from SIM), random (from VMSP/VMPZ), master (from SEL), EXTERNAL,...</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>catalog_type</name>
                       <description>List of different typologies of catalog : PROXY (simulated catalog used as input of LE3 PFs for validation, not processed by SIM or upstream PF), NOT_PROXY. Default should be NOT_PROXY.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <description>This date corresponds to the creation date of the instance file, this creation date is stamped by the IAL in case of a data product. Each instance of the reference survey could cover different time slots with or without overlap. Each instance of the reference survey supersedes the previous ones on the common time coverage</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datarange_end_time</name>
                       <description>Original Calibration files date range</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datarange_start_time</name>
                       <description>Original Calibration files date range</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dither_observation</name>
                       <description>Integer number defining each static pointing inside an observation sequence. This DitherObservation corresponds to the inObsId of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. This Euclid inObsId is a sequential pointing number within an observation. Depending on the calblock this Observation pertains the first DitherObservation of the Observation could be any number due to the different revisits required by some calibrations. Keyword: DITHOBS</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <description>Instrument filter name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>Name of the instrument [None]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>manual_validation_status</name>
                       <description>This status is manually set by scientists when the quality of the product is considered as good enough to be processed or is considered as poor enough so that it should be systematically removed from any downstream processing. This should be a EAS service that should allow to update this status. The decision process to update this flag is TBD. The default value of the status should be UNKNOWN TBD.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Running sequence number of observed blocks of the Survey. This ObservationId corresponds to the attribute id of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. This number goes from 1 up to roughly 45000 for the complete survey. Keyword: OBSID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time</name>
                       <description>Time corresponding to the start of the exposure</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time_mjd</name>
                       <description>Conversion in Modified Julian Day of the observation date UTC time</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pa</name>
                       <description>The rotation of the FPA about the line of sight, in units of degrees east of north</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photometric_calibrated</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_definition_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plan_id</name>
                       <description>Plan ID from EAS DPS.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pointing_type</name>
                       <description>Determines the point of the FPA for which the RA, DEC are given. It can be either "Center" or "BottomLeft".</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ppo_id</name>
                       <description>PPO ID ID from EAS DPS.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ppo_status</name>
                       <description>Reflects the status of the PPO from which this product has emerged.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <description>This Id is the unique reference of the object defined in this interface, this Id is processed by IAL to ensure the uniqueness. Naming rules specified by concatenation of [PIPELINEId]-[PURPOSE]-[USER]-PLAN-[NUMBER]-PPO-[NUMBER]-TimeStamp-[SDC-PROD]-ATTEMPT-[Number]-out-[number] where [NUMBER] is a running number (see DM), each of the fields are defined into the data model : dictionary/sys/orc package</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <description>Identifies the name of the DataProduct. The list of product names is defined within the Data Model as :Dpdxxxx that are the root elements of the folder /dpd. Take care of the uppercamel case with a D in capital.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <description>Purpose which is typically inherited from the PPO by which this product was produced.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>telescope_name</name>
                       <description>Name of the telescope on which the instrument is mounted [None]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="5" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.instrument</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <description>Instrument filter name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>Name of the instrument [None]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>telescope_name</name>
                       <description>Name of the telescope on which the instrument is mounted [None]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="352" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.mer_final_catalogue</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="352" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.mer_segmentation_map</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calblock_id_list</name>
                       <description>A list of calibration block Ids.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <description>Data product category: e.g. science frame or calibration frame</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <description>This date corresponds to the creation date of the instance file, this creation date is stamped by the IAL in case of a data product. Each instance of the reference survey could cover different time slots with or without overlap. Each instance of the reference survey supersedes the previous ones on the common time coverage</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix1</name>
                       <description>Reference pixel in X [pixel]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix2</name>
                       <description>Reference pixel in Y [pixel]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval1</name>
                       <description>Physical value of the reference pixel X [deg]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval2</name>
                       <description>Physical value of the reference pixel Y [deg]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <description>Size of an individual data element, in bits, following the FITS convention (i.e., negative for floating point values) such that the total size of the data array is |DataSize| x DataLength bits.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>first_type</name>
                       <description>Data product type: e.g. Sky, Bias, Dark, Flat, Wave, Std</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <description>List of Observation IDs</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <description>A list of sky patch Ids.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>processing_mode</name>
                       <description>NISP raw flat processing mode performed by the NIR calibration pipeline: NISP_FLAT_SINGLE means no processing, NISP_FLAT_COMBINED means that it is a combination of LED flats</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <description>This Id is the unique reference of the object defined in this interface, this Id is processed by IAL to ensure the uniqueness. Naming rules specified by concatenation of [PIPELINEId]-[PURPOSE]-[USER]-PLAN-[NUMBER]-PPO-[NUMBER]-TimeStamp-[SDC-PROD]-ATTEMPT-[Number]-out-[number] where [NUMBER] is a running number (see DM), each of the fields are defined into the data model : dictionary/sys/orc package</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <description>Identifies the name of the DataProduct. The list of product names is defined within the Data Model as :Dpdxxxx that are the root elements of the folder /dpd. Take care of the uppercamel case with a D in capital.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <description>This boolean is set to 1 if this dataProduct is published on Scientific Archive (SAS), set to 0 if not. This flag reflects the feedback of a successful migration of the product to SAS. Default value is set to 0 (not published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>second_type</name>
                       <description>Data product type: e.g. Sky, Bias, Dark, Flat, Wave, Std</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>segmentation_map_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>technique</name>
                       <description>Data product technique: e.g. image or spectrum</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="2048" esatapplus:hierarchy="__hide__" esatapplus:size="2908" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.mosaic_product</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <description>Data product category: e.g. science frame or calibration frame</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <description>This date corresponds to the creation date of the instance file, this creation date is stamped by the IAL in case of a data product. Each instance of the reference survey could cover different time slots with or without overlap. Each instance of the reference survey supersedes the previous ones on the common time coverage</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix1</name>
                       <description>Reference pixel in X [pixel]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix2</name>
                       <description>Reference pixel in Y [pixel]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval1</name>
                       <description>Physical value of the reference pixel X [deg]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval2</name>
                       <description>Physical value of the reference pixel Y [deg]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <description>Size of an individual data element, in bits, following the FITS convention (i.e., negative for floating point values) such that the total size of the data array is |DataSize| x DataLength bits.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <description>Instrument filter name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>first_type</name>
                       <description>Data product type: e.g. Sky, Bias, Dark, Flat, Wave, Std</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>Name of the instrument [None]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic_product_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <description>This Id is the unique reference of the object defined in this interface, this Id is processed by IAL to ensure the uniqueness. Naming rules specified by concatenation of [PIPELINEId]-[PURPOSE]-[USER]-PLAN-[NUMBER]-PPO-[NUMBER]-TimeStamp-[SDC-PROD]-ATTEMPT-[Number]-out-[number] where [NUMBER] is a running number (see DM), each of the fields are defined into the data model : dictionary/sys/orc package</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <description>Identifies the name of the DataProduct. The list of product names is defined within the Data Model as :Dpdxxxx that are the root elements of the folder /dpd. Take care of the uppercamel case with a D in capital.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <description>This boolean is set to 1 if this dataProduct is published on Scientific Archive (SAS), set to 0 if not. This flag reflects the feedback of a successful migration of the product to SAS. Default value is set to 0 (not published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>second_type</name>
                       <description>Data product type: e.g. Sky, Bias, Dark, Flat, Wave, Std</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>technique</name>
                       <description>Data product technique: e.g. image or spectrum</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point</name>
                       <description>The description of the photometric zero point for this image. This is a library zero point, an instrumental zero point, or a zero point solution derived and intended to be applied at processing time. In either case, the header values of a COPY of the original FITS image are compared to these values and updated as necessary prior to processing.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point_error</name>
                       <description>The description of the photometric zero point for this image. This is a library zero point, an instrumental zero point, or a zero point solution derived and intended to be applied at processing time. In either case, the header values of a COPY of the original FITS image are compared to these values and updated as necessary prior to processing.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="0" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.observation_mode</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <description>Data product category: e.g. science frame or calibration frame</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>first_type</name>
                       <description>Data product type: e.g. Sky, Bias, Dark, Flat, Wave, Std</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_mode_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>second_type</name>
                       <description>Data product type: e.g. Sky, Bias, Dark, Flat, Wave, Std</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>technique</name>
                       <description>Data product technique: e.g. image or spectrum</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="3786" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.observation_mosaic</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Running sequence number of observed blocks of the Survey. This ObservationId corresponds to the attribute id of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. This number goes from 1 up to roughly 45000 for the complete survey. Keyword: OBSID</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_mosaic_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="-1" esatapplus:hierarchy="__hide__" esatapplus:size="0" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.observation_stack</name>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="316" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.phz_catalogue</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="316" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.phz_catalogue_l3</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="15" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.provenance</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>curator</name>
                       <description>Use to group data products by OU or user who created them</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <description>This release element is inherited from the Plan definition and could be (depending on the context of the processing Plan): - SIM datarelease for a SIM pipeline - Specific run of an IT or SC challenge or a cycle during pre integration or pre production - Specific set of plans built for some specific scientific analysis: calibration campaign, scientific analysis - ... Enable to define a consistent set of data products (used to select a unique instance of a given data product at COORS level) this data product belongs to (not to be confused with the specified DataRelease or intermediateDataRealease by ESA that could be defined a posteriori</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_definition_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_software_release</name>
                       <description>This Euclid Pipeline SoftwareRelease corresponds to the configuration of the overall Euclid pipeline, that is the aggregation of elementary PFs plus MDB release,...; This version should be the output of the SGS CCB. The process is to be defined.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prod_sdc</name>
                       <description>This is the SDC where this data product has been processed.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>public_read</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_name</name>
                       <description>This SoftwareName corresponds to the name (without the pre fix : PipScript_) of the pipelineScript executed by pipelineRunner, e.g : MER_ProcessTile, VIS_ProcessField,...</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_release</name>
                       <description>This SoftwareRelease corresponds to the tag of the PipelineScriptPath.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="76560" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.raw_detector</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix1</name>
                       <description>Reference pixel in X [pixel]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix2</name>
                       <description>Reference pixel in Y [pixel]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval1</name>
                       <description>Physical value of the reference pixel X [deg]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval2</name>
                       <description>Physical value of the reference pixel Y [deg]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector_id</name>
                       <description>The Detector identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l1_raw_frame_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q1_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q2_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q3_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q4_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="3395" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.raw_frame</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cal_block_id</name>
                       <description>The ID of a calibration observation block, as defined in the calibration framework (http://calibration.pages.euclid-sgs.uk/CalTQ-Framework/). This CalblockId corresponds to the ObservationType of the ossObservationType definition. Please refer to the corresponding schema : sys/pla/com for more information.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cal_block_variant</name>
                       <description>Corresponds to the specific Phase Diversity Calibration acqusition with :IN_FOCUS, OUT_FOCUS, EXTRA_FOCUS M2 moves.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <description>Data product category: e.g. science frame or calibration frame</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <description>This date corresponds to the creation date of the instance file, this creation date is stamped by the IAL in case of a data product. Each instance of the reference survey could cover different time slots with or without overlap. Each instance of the reference survey supersedes the previous ones on the common time coverage</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>curator</name>
                       <description>Use to group data products by OU or user who created them</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <description>This release element is inherited from the Plan definition and could be (depending on the context of the processing Plan): - SIM datarelease for a SIM pipeline - Specific run of an IT or SC challenge or a cycle during pre integration or pre production - Specific set of plans built for some specific scientific analysis: calibration campaign, scientific analysis - ... Enable to define a consistent set of data products (used to select a unique instance of a given data product at COORS level) this data product belongs to (not to be confused with the specified DataRelease or intermediateDataRealease by ESA that could be defined a posteriori</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dither_observation</name>
                       <description>Integer number defining each static pointing inside an observation sequence. This DitherObservation corresponds to the inObsId of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. This Euclid inObsId is a sequential pointing number within an observation. Depending on the calblock this Observation pertains the first DitherObservation of the Observation could be any number due to the different revisits required by some calibrations. Keyword: DITHOBS</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure</name>
                       <description>Integer internal counter for single images (exposures) in a pointing. This counter is not derived from the oss. Depending on the ObservationType, this counter range could be from 0 (specific case of TVAC data) to N in case of ExposureTime changes or fluences changes or Bias or Dark images within a given pointing. Keyword: EXPNUM</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_time</name>
                       <description>Exposure time of the detector elements (i.e., physical pixels) or detector integration time in seconds. This can be a sum or average value of multiple exposures/integrations in some cases, and can be zero for certain calibrations. Analog to FITS EXPTIME keyword.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>field_id</name>
                       <description>Unique ID identifying the Field observed. This element refers to the fieldId attribute of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. Keyword: FIELDID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <description>Instrument filter name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>first_type</name>
                       <description>Data product type: e.g. Sky, Bias, Dark, Flat, Wave, Std</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>grism_wheel_pos</name>
                       <description>NISP Grism Wheel positions (ref. NISP IOCD, EUCL-IBO-PL-7-001, issue 3.5)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>height</name>
                       <description>List of lengths of each data axis. Analogous to a list of FITS NAXIS1, NAXIS2, ... , NAXISn keywords.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>img_number</name>
                       <description>Number of image areas (ImgArea) representing a single observation or exposure.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>Name of the instrument [None]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Running sequence number of observed blocks of the Survey. This ObservationId corresponds to the attribute id of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. This number goes from 1 up to roughly 45000 for the complete survey. Keyword: OBSID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_mode</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time_mjd</name>
                       <description>Conversion in Modified Julian Day of the observation date UTC time</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time_obt</name>
                       <description>On-board time (clock) of the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time_utc</name>
                       <description>UTC time correlated to the on-board time by the Mission Operation Centre</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pa</name>
                       <description>The rotation of the FPA about the line of sight, in units of degrees east of north</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_definition_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>planning_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pointing_id</name>
                       <description>An unique identifier for this pointing in the complete Euclid survey so its range should roughly be: 1-180000. This PointingId corresponds to the attribute id of the ossPointingType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. Keyword: PTGID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pointing_type</name>
                       <description>Determines the point of the FPA for which the RA, DEC are given. It can be either "Center" or "BottomLeft".</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prod_sdc</name>
                       <description>This is the SDC where this data product has been processed.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <description>This Id is the unique reference of the object defined in this interface, this Id is processed by IAL to ensure the uniqueness. Naming rules specified by concatenation of [PIPELINEId]-[PURPOSE]-[USER]-PLAN-[NUMBER]-PPO-[NUMBER]-TimeStamp-[SDC-PROD]-ATTEMPT-[Number]-out-[number] where [NUMBER] is a running number (see DM), each of the fields are defined into the data model : dictionary/sys/orc package</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>public_read</name>
                       <description>This boolean is set to 1 if this dataProduct is published on Scientific Archive (SAS), set to 0 if not. This flag reflects the feedback of a successful migration of the product to SAS. Default value is set to 0 (not published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rawframe_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>second_type</name>
                       <description>Data product type: e.g. Sky, Bias, Dark, Flat, Wave, Std</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_name</name>
                       <description>This SoftwareName corresponds to the name (without the pre fix : PipScript_) of the pipelineScript executed by pipelineRunner, e.g : MER_ProcessTile, VIS_ProcessField,...</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_release</name>
                       <description>This SoftwareRelease corresponds to the tag of the PipelineScriptPath.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>technique</name>
                       <description>Data product technique: e.g. image or spectrum</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>telescope_name</name>
                       <description>Name of the telescope on which the instrument is mounted [None]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>total_exposure</name>
                       <description>Total number of Exposures in the specific Pointing. Keyword: TOTEXP</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>width</name>
                       <description>List of lengths of each data axis. Analogous to a list of FITS NAXIS1, NAXIS2, ... , NAXISn keywords.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="160128" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.raw_quadrant</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>height</name>
                       <description>List of lengths of each data axis. Analogous to a list of FITS NAXIS1, NAXIS2, ... , NAXISn keywords.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>overscan_count_x</name>
                       <description>Definition of the overscan region in the X direction [None]</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>overscan_count_y</name>
                       <description>Definition of the overscan region in the Y direction [None]</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prescan_count_x</name>
                       <description>Definition of the prescan region in the X direction [None]</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prescan_count_y</name>
                       <description>Definition of the prescan region in the Y direction [None]</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>quadrant_id</name>
                       <description>Information about the coverage of the image relative to the full focal plane. This can refer to an individual detector, a sub-region of a detector, or even multiple detectors (e.g., a quadrant or entire focal plane). In other words, it would be any logical data segment that normally would be stored in a data array.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>quadrant_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>roe_config_table_version</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>roe_id</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>width</name>
                       <description>List of lengths of each data axis. Analogous to a list of FITS NAXIS1, NAXIS2, ... , NAXISn keywords.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="1" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.sedm_production</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrated_area_deg2</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>frame_catalogue_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mer_segmentation_maps_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic_products_nir_h_deg2</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic_products_nir_j_deg2</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic_products_nir_y_deg2</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic_products_vis_deg2</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nisp_aux_calibrated_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nisp_aux_stacked_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nisp_calibrated_frame_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nisp_mosaic_products_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nisp_observation_stack_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_stack_deg2</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>raw_frame_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spectra_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vis_aux_calibrated_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vis_aux_stacked_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vis_calibrated_frame_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vis_mosaic_products_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vis_observation_stack_sum</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="7472" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.sir_frame_detectors</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix1</name>
                       <description>Reference pixel in X [pixel]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crpix2</name>
                       <description>Reference pixel in Y [pixel]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval1</name>
                       <description>Physical value of the reference pixel X [deg]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crval2</name>
                       <description>Physical value of the reference pixel Y [deg]</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector_id</name>
                       <description>The Detector identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gain</name>
                       <description>This is the e- to ADU conversion gain as reported in the FITS file header GAIN keyword</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>readout_noise</name>
                       <description>Detector Readout noise as reported in the FITS file header</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>saturation</name>
                       <description>Detector Saturation level as reported in the FITS file header</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sir_science_frame_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point</name>
                       <description>The description of the photometric zero point for this image. This is a library zero point, an instrumental zero point, or a zero point solution derived and intended to be applied at processing time. In either case, the header values of a COPY of the original FITS image are compared to these values and updated as necessary prior to processing.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zero_point_error</name>
                       <description>The description of the photometric zero point for this image. This is a library zero point, an instrumental zero point, or a zero point solution derived and intended to be applied at processing time. In either case, the header values of a COPY of the original FITS image are compared to these values and updated as necessary prior to processing.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="467" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.sir_science_frame</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <description>This date corresponds to the creation date of the instance file, this creation date is stamped by the IAL in case of a data product. Each instance of the reference survey could cover different time slots with or without overlap. Each instance of the reference survey supersedes the previous ones on the common time coverage</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>curator</name>
                       <description>Use to group data products by OU or user who created them</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <description>This release element is inherited from the Plan definition and could be (depending on the context of the processing Plan): - SIM datarelease for a SIM pipeline - Specific run of an IT or SC challenge or a cycle during pre integration or pre production - Specific set of plans built for some specific scientific analysis: calibration campaign, scientific analysis - ... Enable to define a consistent set of data products (used to select a unique instance of a given data product at COORS level) this data product belongs to (not to be confused with the specified DataRelease or intermediateDataRealease by ESA that could be defined a posteriori</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>Name of the instrument [None]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Running sequence number of observed blocks of the Survey. This ObservationId corresponds to the attribute id of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. This number goes from 1 up to roughly 45000 for the complete survey. Keyword: OBSID</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_definition_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_software_release</name>
                       <description>This Euclid Pipeline SoftwareRelease corresponds to the configuration of the overall Euclid pipeline, that is the aggregation of elementary PFs plus MDB release,...; This version should be the output of the SGS CCB. The process is to be defined.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prod_sdc</name>
                       <description>This is the SDC where this data product has been processed.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <description>This Id is the unique reference of the object defined in this interface, this Id is processed by IAL to ensure the uniqueness. Naming rules specified by concatenation of [PIPELINEId]-[PURPOSE]-[USER]-PLAN-[NUMBER]-PPO-[NUMBER]-TimeStamp-[SDC-PROD]-ATTEMPT-[Number]-out-[number] where [NUMBER] is a running number (see DM), each of the fields are defined into the data model : dictionary/sys/orc package</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>public_read</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>science_frame_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_name</name>
                       <description>This SoftwareName corresponds to the name (without the pre fix : PipScript_) of the pipelineScript executed by pipelineRunner, e.g : MER_ProcessTile, VIS_ProcessField,...</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>software_release</name>
                       <description>This SoftwareRelease corresponds to the tag of the PipelineScriptPath.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>A spatial area is mandatory defined by a single polygon with a list of vertices (see specific definition into stc package), this could optionally be defined as a list of elementary polygons (e.g : VMPZ masks use case) or as a circle or a BBox encompassing the mandatory single polygon. Change with Multipolygon definition (maxOccurs set to 3000)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <description>This boolean is set to 1 if this dataProduct has to be published on Scientific Archive (SAS), set to 0 if not. This flag will be updated with a specific process starting from the definition of the quality criteria for SAS publication, querying or EAS service selecting the products compliant with these criteria and updating this boolean. This flag reflects the quality of the product that is assessed to good enough to be published on SAS. Default value is set to 0 (Not to be published on SAS).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="292" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.spe_catalogue</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="4313551" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.spectra_source</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>combined_spectra_fk</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>combined_spectra_product_fk</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_obj</name>
                       <description>Declination of the FPA, in degrees.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dith_num</name>
                       <description>Integer number defining each static pointing inside an observation sequence. This DitherObservation corresponds to the inObsId of the ossObservationType from the OSS. Please refer to the corresponding schema : sys/pla/oss for more information. This Euclid inObsId is a sequential pointing number within an observation. Depending on the calblock this Observation pertains the first DitherObservation of the Observation could be any number due to the different revisits required by some calibrations. Keyword: DITHOBS</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hdu_index</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_obj</name>
                       <description>Right ascension of the FPA, in degrees.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique EXT object identifier [None]</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spectra_source_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="2876" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.vmpz_healpix_bitmask</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="2876" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.vmpz_healpix_coverage</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="2876" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.vmpz_healpix_depthmap</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="2876" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.vmpz_healpix_footprint_mask</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:hierarchy="__hide__" esatapplus:size="11256" esatapplus:size_bytes="0" type="base_table">
                    <name>sedm.vmpz_healpix_infomap</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>basic_download_data_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>checksum_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>creation_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalabs_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_set_release</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_type_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ingested</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_list</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>patch_id_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>provenance_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>purpose</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>release_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tile_index_list</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>to_be_published</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>tap_config</name>
                 <table esatapplus:flags="-1" esatapplus:size="5" type="base_table">
                    <name>tap_config.coord_sys</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>epoch</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>equinox</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>system</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>xml_output</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="-1" esatapplus:size="2" type="base_table">
                    <name>tap_config.properties</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>"key"</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <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" 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" 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" 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" 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" 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>